亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? loadmpc2810.h

?? MPC2810是樂創(chuàng)自動化技術有限公司開發(fā)的一款高性能四軸運動控制器。 MPC2810基于PC機PCI總線
?? H
?? 第 1 頁 / 共 2 頁
字號:
// LoadMpc2810.h: interface for the CLoadMpc2810 class.
//
//////////////////////////////////////////////////////////////////////

//#if !defined(AFX_LOADDLL_H__B8267873_59D6_11D5_B5A0_B42C742B6543__INCLUDED_)
//#define AFX_LOADDLL_H__B8267873_59D6_11D5_B5A0_B42C742B6543__INCLUDED_
#ifndef _LOADMPC2810_H_
#define _LOADMPC2810_H_


#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

enum FUNCITEM
{
	TYPE0=0,			//屬性設置
	SET_UNIT_FLAG,
	SET_OUTMODE,
	SET_HOME_MODE,
	SET_DIR,
	ENABLE_SD,
	ENABLE_EL,
	ENABLE_ORG,
	ENABLE_ALM,
	SET_SD_LOGIC,
	SET_EL_LOGIC,
	SET_ORG_LOGIC,
	SET_ALM_LOGIC,
	SET_GETPOS_MODE,
	SET_ENCODER_MODE,
	ENABLE_HANDWHEEL,
	OPEN_LIST,
	CLOSE_LIST,
	ADD_LIST,
	START_LOOKAHEAD,
	END_LOOKAHEAD,
	TYPE1,				//參數(shù)設置
	SET_MAXSPEED,
	SET_CONSPEED,
	SET_PROFILE,
	SET_VECTOR_CONSPEED,
	SET_VECTOR_PROFILE,
	C_SET_VECTOR_PROFILE,
	C_SET_MAX_ACCEL,
	C_SET_MULTIPLE,
	SET_ELLIPSE_RATIO,
	SET_S_CURVE,
	SET_S_SECTION,
	SET_ABS_POS,
	RESET_POS,
	SET_STEPS_PR,
	SET_ENC_THREAD,
	SET_UNIT,
	TYPE2,				//運動指令
	CON_PMOVE,
	CON_PMOVE2,
	CON_PMOVE3,
	CON_PMOVE4,
	CON_PMOVE_TO,
	FAST_PMOVE,
	FAST_PMOVE2,
	FAST_PMOVE3,
	FAST_PMOVE4,
	FAST_PMOVE_TO,
	CON_VMOVE,
	CON_VMOVE2,
	CON_VMOVE3,
	CON_VMOVE4,
	FAST_VMOVE,
	FAST_VMOVE2,
	FAST_VMOVE3,
	FAST_VMOVE4,
	CON_HMOVE,
	CON_HMOVE2,
	CON_HMOVE3,
	CON_HMOVE4,
	FAST_HMOVE,
	FAST_HMOVE2,
	FAST_HMOVE3,
	FAST_HMOVE4,
	CON_LINE2,
	CON_LINE3,
	CON_LINE4,
	CON_LINEN_TO,
	FAST_LINE2,
	FAST_LINE3,
	FAST_LINE4,
	FAST_LINEN_TO,
	ARC_CENTER,
	FAST_ARC_CENTER,
	ARC_FINAL,
	HELICAL_MOVE,
	TYPE3,				//停止指令
	SUDDEN_STOP,
	SUDDEN_STOP2,
	SUDDEN_STOP3,
	SUDDEN_STOP4,
	SUDDEN_STOP_LIST,
	DECEL_STOP,
	DECEL_STOP2,
	DECEL_STOP3,
	DECEL_STOP4,
	DECEL_STOP_LIST,
	MOVE_PAUSE,
	MOVE_PAUSE_LIST,
	MOVE_RESUME,
	MOVE_RESUME_LIST,
	DELAY_TIME,
	TYPE4,				//IO指令
	CHECKIN_BYTE,
	CHECKIN_BIT,
	OUTPORT_BIT,
	OUTPORT_BYTE,
	CHECK_SFR,
	CHECK_SFR_BIT,
	OUTPORT,
	INPORT,
	TYPE5,				//特殊功能
	SET_BACKLASH,
	START_BACKLASH,
	END_BACKLASH,
	SET_WATCHDOG_TIME,
	RESET_WATCHDOG,
	START_WATCHDOG,
	STOP_WATCHDOG,
	GET_WATCHDOG_STATUS,
	ENABLE_IO_POS,
	SET_POSCMP_SOURCE,
	SET_IO_POS,
	ENABLE_LOCK_ENC,
	RESET_LOCKED_FLAG,
	GET_LOCKED_FLAG,
	GET_LOCKED_ENCODER,
	ENABLE_GEAR,
	ENABLE_SOFTLIMIT,
	SET_SOFTLIMIT,
	SET_SOFTLIMIT_DATA,
	CHECK_SOFTLIMIT,
	ENABLE_POSERR_LIMIT,
	SET_POSERR_LIMIT,
	GET_POSERR_LIMIT,
	ENABLE_INPUT_MODE,
	SET_IM_DEADBAND,
	ENABLE_ISR,
	SET_ISR_ROUTINE,
	SET_ISR_FACTOR,
	GET_ISR_EVENT,
	SET_RAMP,
	CHANGE_SPEED,
	CHANGE_POS,
	SET_TAN_FLAG,
	SET_TAN_INITPOS,
	SET_TAN_MAP,
	SET_TAN_AXIS,
	TYPE6,				//查詢函數(shù)
	GET_MAX_AXE,
	GET_BOARD_NUM,
	GET_AXE,
	GET_UNIT,
	CHECK_IC,
	GET_ABS_POS,
	GET_REL_POS,
	GET_ENCODER,
	GET_DONE_SOURCE,
	GET_CONSPEED,
	GET_VECTOR_CONSPEED,
	GET_PROFILE,
	GET_VECTOR_PROFILE,
	GET_RATE,
	GET_CUR_DIR,
	CHECK_STATUS,
	CHECK_DONE,
	CHECK_LIMIT,
	CHECK_HOME,
	CHECK_SD,
	CHECK_ALARM,
	CHECK_DELAY_STATUS,
	GET_CMD_COUNTER,
	RESET_CMD_COUNTER,
	GET_ERR,
	GET_LAST_ERR,
	RESET_ERR,
	GET_LIB_VER,
	GET_SYS_VER,
	GET_CARD_VER,
};

//軸屬性設置函數(shù)

//////////////////////////////////////////////////////////////////////
//DLL函數(shù)指針類型定義
//控制卡
typedef int (CALLBACK* LPFNDLL2810_auto_set)(void);
typedef int (CALLBACK* LPFNDLL2810_init_board)(void);
typedef int (CALLBACK* LPFNDLL2810_set_unit_flag)(int flag);
//軸屬性設置函數(shù)
typedef int (CALLBACK* LPFNDLL2810_set_outmode)(int ch,int mode,int logic);
typedef int (CALLBACK* LPFNDLL2810_set_home_mode)(int ch,int origin_mode);
typedef int (CALLBACK* LPFNDLL2810_set_dir)(int ch,int dir);
typedef int (CALLBACK* LPFNDLL2810_enable_sd)(int ch,int flag);
typedef int (CALLBACK* LPFNDLL2810_enable_el)(int ch,int flag);
typedef int (CALLBACK* LPFNDLL2810_enable_org)(int ch,int flag);
typedef int (CALLBACK* LPFNDLL2810_enable_alm)(int ch,int flag);
typedef int (CALLBACK* LPFNDLL2810_set_sd_logic)(int ch,int flag);
typedef int (CALLBACK* LPFNDLL2810_set_el_logic)(int ch,int flag);
typedef int (CALLBACK* LPFNDLL2810_set_org_logic)(int ch,int flag);
typedef int (CALLBACK* LPFNDLL2810_set_alm_logic)(int ch,int flag);
//編碼器屬性設置函數(shù)
typedef int (CALLBACK* LPFNDLL2810_set_getpos_mode)(int ch,int mode);
typedef int (CALLBACK* LPFNDLL2810_set_encoder_mode)(int ch,int mode,int multip,int count_unit);
typedef int (CALLBACK* LPFNDLL2810_open_list)(void);
typedef int (CALLBACK* LPFNDLL2810_close_list)(void);
typedef int (CALLBACK* LPFNDLL2810_add_list)(void);
typedef int (CALLBACK* LPFNDLL2810_start_lookahead)(void);
typedef int (CALLBACK* LPFNDLL2810_end_lookahead)(void);
//參數(shù)設置函數(shù)
typedef int (CALLBACK* LPFNDLL2810_set_maxspeed)(int ch , double speed);
typedef int (CALLBACK* LPFNDLL2810_set_conspeed)(int ch , double conspeed);
typedef int (CALLBACK* LPFNDLL2810_set_vector_conspeed)(double conspeed);
typedef int (CALLBACK* LPFNDLL2810_set_profile)(int ch , double vl , double vh , double ad);
typedef int (CALLBACK* LPFNDLL2810_set_vector_profile)(double vec_vl , double vec_vh ,double vec_ad);
typedef int (CALLBACK* LPFNDLL2810_c_set_vector_profile)(double vec_vl , double vec_vh ,double vec_ad);
typedef int (CALLBACK* LPFNDLL2810_c_set_max_accel)(double vec_ad);
typedef int (CALLBACK* LPFNDLL2810_c_set_multiple)(double mul);
typedef int (CALLBACK* LPFNDLL2810_set_ellipse_ratio)(double ratio);
typedef int (CALLBACK* LPFNDLL2810_set_s_curve)(int ch , int mode);
typedef int (CALLBACK* LPFNDLL2810_set_s_section)(int ch ,double accel_sec, double decel_sec);
typedef int (CALLBACK* LPFNDLL2810_set_abs_pos)(int ch,double pos);
typedef int (CALLBACK* LPFNDLL2810_reset_pos)(int ch);
typedef int (CALLBACK* LPFNDLL2810_set_unit)(int ch, double dl);
typedef int (CALLBACK* LPFNDLL2810_set_steps_pr)(int ch, int rd);
typedef int (CALLBACK* LPFNDLL2810_set_enc_thread)(int ch, int rd);
//運動指令函數(shù)
typedef int (CALLBACK* LPFNDLL2810_con_pmove)(int ch,double step);
typedef int (CALLBACK* LPFNDLL2810_con_pmove2)(int ch1,double step1,int ch2,double step2);
typedef int (CALLBACK* LPFNDLL2810_con_pmove3)(int ch1,double step1,int ch2,double step2,int ch3,double step3);
typedef int (CALLBACK* LPFNDLL2810_con_pmove4)(int ch1,double step1,int ch2,double step2,int ch3,double step3,int ch4,double step4);
typedef int (CALLBACK* LPFNDLL2810_con_pmove_to)(int ch,double step);
typedef int (CALLBACK* LPFNDLL2810_fast_pmove)(int ch,double step);
typedef int (CALLBACK* LPFNDLL2810_fast_pmove2)(int ch1,double step1,int ch2,double step2);
typedef int (CALLBACK* LPFNDLL2810_fast_pmove3)(int ch1,double step1,int ch2,double step2,int ch3,double step3);
typedef int (CALLBACK* LPFNDLL2810_fast_pmove4)(int ch1,double step1,int ch2,double step2,int ch3,double step3,int ch4,double step4);
typedef int (CALLBACK* LPFNDLL2810_fast_pmove_to)(int ch,double step);
typedef int (CALLBACK* LPFNDLL2810_con_vmove)(int ch,int dir);
typedef int (CALLBACK* LPFNDLL2810_con_vmove2)(int ch1,int dir1,int ch2,int dir2);
typedef int (CALLBACK* LPFNDLL2810_con_vmove3)(int ch1,int dir1,int ch2,int dir2,int ch3,int dir3);
typedef int (CALLBACK* LPFNDLL2810_con_vmove4)(int ch1,int dir1,int ch2,int dir2,int ch3,int dir3,int ch4,int dir4);
typedef int (CALLBACK* LPFNDLL2810_fast_vmove)(int ch,int dir);
typedef int (CALLBACK* LPFNDLL2810_fast_vmove2)(int ch1,int dir1,int ch2,int dir2);
typedef int (CALLBACK* LPFNDLL2810_fast_vmove3)(int ch1,int dir1,int ch2,int dir2,int ch3,int dir3);
typedef int (CALLBACK* LPFNDLL2810_fast_vmove4)(int ch1,int dir1,int ch2,int dir2,int ch3,int dir3,int ch4,int dir4);
typedef int (CALLBACK* LPFNDLL2810_con_hmove)(int ch,int dir);
typedef int (CALLBACK* LPFNDLL2810_con_hmove2)(int ch1,int dir1,int ch2,int dir2);
typedef int (CALLBACK* LPFNDLL2810_con_hmove3)(int ch1,int dir1,int ch2,int dir2,int ch3,int dir3);
typedef int (CALLBACK* LPFNDLL2810_con_hmove4)(int ch1,int dir1,int ch2,int dir2,int ch3,int dir3,int ch4,int dir4);
typedef int (CALLBACK* LPFNDLL2810_fast_hmove)(int ch,int dir);
typedef int (CALLBACK* LPFNDLL2810_fast_hmove2)(int ch1,int dir1,int ch2,int dir2);
typedef int (CALLBACK* LPFNDLL2810_fast_hmove3)(int ch1,int dir1,int ch2,int dir2,int ch3,int dir3);
typedef int (CALLBACK* LPFNDLL2810_fast_hmove4)(int ch1,int dir1,int ch2,int dir2,int ch3,int dir3,int ch4,int dir4);
typedef int (CALLBACK* LPFNDLL2810_con_line2)(int ch1,double step1,int ch2, double step2);
typedef int (CALLBACK* LPFNDLL2810_con_line3)(int ch1,double step1,int ch2,double step2,int ch3,double step3);
typedef int (CALLBACK* LPFNDLL2810_con_line4)(int ch1,double step1,int ch2,double step2,int ch3,double step3,int ch4,double step4);
typedef int (CALLBACK* LPFNDLL2810_con_linen_to)(int chnum,int *ch, double *step);
typedef int (CALLBACK* LPFNDLL2810_fast_line2)(int ch1,double step1,int ch2, double step2);
typedef int (CALLBACK* LPFNDLL2810_fast_line3)(int ch1,double step1,int ch2, double step2,int ch3,double step3);
typedef int (CALLBACK* LPFNDLL2810_fast_line4)(int ch1,double step1,int ch2, double step2,int ch3,double step3,int ch4,double step4);
typedef int (CALLBACK* LPFNDLL2810_fast_linen_to)(int chnum,int *ch, double *step);
typedef int (CALLBACK* LPFNDLL2810_arc_center)(int ch1,int ch2,double cen1,double cen2,double angle );
typedef int (CALLBACK* LPFNDLL2810_arc_final)(int ch1,int ch2,int dir,double fx,double fy,double r);
typedef int (CALLBACK* LPFNDLL2810_fast_arc_center)(int ch1,int ch2,double cen1,double cen2,double angle );
typedef int (CALLBACK* LPFNDLL2810_helical_move)(int ch1,int ch2,int ch3,double cen1,double cen2,double angle, double pitch);
//制動函數(shù)
typedef int (CALLBACK* LPFNDLL2810_sudden_stop)(int ch);
typedef int (CALLBACK* LPFNDLL2810_sudden_stop2)(int ch1,int ch2);
typedef int (CALLBACK* LPFNDLL2810_sudden_stop3)(int ch1,int ch2,int ch3);
typedef int (CALLBACK* LPFNDLL2810_sudden_stop4)(int ch1,int ch2,int ch3,int ch4);
typedef int (CALLBACK* LPFNDLL2810_sudden_stop_list)(void);
typedef int (CALLBACK* LPFNDLL2810_decel_stop)(int ch);
typedef int (CALLBACK* LPFNDLL2810_decel_stop2)(int ch1,int ch2);
typedef int (CALLBACK* LPFNDLL2810_decel_stop3)(int ch1,int ch2,int ch3);
typedef int (CALLBACK* LPFNDLL2810_decel_stop4)(int ch1,int ch2,int ch3,int ch4);
typedef int (CALLBACK* LPFNDLL2810_decel_stop_list)(void);
typedef int (CALLBACK* LPFNDLL2810_move_pause)(int ch);
typedef int (CALLBACK* LPFNDLL2810_move_pause_list)(void);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品麻豆久久久| 色香色香欲天天天影视综合网| 成人av网站在线| 欧美精品一区二区三| 青青草精品视频| 日韩视频免费观看高清在线视频| 亚洲小说春色综合另类电影| 日本福利一区二区| 亚洲精品国产a久久久久久| 92国产精品观看| 久久日韩粉嫩一区二区三区| 久久国产精品99久久人人澡| 日韩一卡二卡三卡四卡| 丝袜诱惑亚洲看片 | 国产精选一区二区三区| 欧美电视剧在线看免费| 精品在线免费观看| 久久美女高清视频| 国产一区欧美日韩| 国产亚洲一本大道中文在线| 六月丁香婷婷色狠狠久久| 精品国产人成亚洲区| 欧美日韩国产一级二级| 日韩二区三区四区| 欧美一区二区视频在线观看| 青椒成人免费视频| 欧美丰满美乳xxx高潮www| 日韩不卡在线观看日韩不卡视频| 91精品国产色综合久久久蜜香臀| 久久国产精品无码网站| 亚洲一级片在线观看| 在线看一区二区| 秋霞午夜av一区二区三区| 欧美一区二区在线免费观看| 国产一区中文字幕| 亚洲婷婷综合久久一本伊一区| 色伊人久久综合中文字幕| 免费人成网站在线观看欧美高清| 国产精品成人免费| 日韩欧美国产一区二区在线播放| 色综合久久久网| 国产一区 二区| 天天色综合天天| 中文字幕五月欧美| 精品久久久久久综合日本欧美 | 亚洲欧美经典视频| 精品sm在线观看| 欧美日本在线播放| 色婷婷亚洲精品| 成人黄色a**站在线观看| 麻豆精品新av中文字幕| 亚洲地区一二三色| 国产精品成人免费在线| 国产校园另类小说区| 欧美v日韩v国产v| 欧美福利一区二区| 欧美性受xxxx黑人xyx| 99精品国产一区二区三区不卡| 国产在线精品一区二区不卡了| 日韩精品一级中文字幕精品视频免费观看 | 欧美高清视频一二三区| 色猫猫国产区一区二在线视频| 国产一区不卡视频| 乱中年女人伦av一区二区| 天天综合网天天综合色 | 婷婷综合五月天| 亚洲一区二区三区视频在线| 亚洲人成网站精品片在线观看| 国产精品五月天| 亚洲国产电影在线观看| 久久久99精品久久| 国产视频一区二区在线观看| 国产校园另类小说区| 国产色产综合产在线视频| 国产亚洲精品aa午夜观看| 久久午夜色播影院免费高清 | 欧美日韩综合色| 色国产精品一区在线观看| av电影在线观看完整版一区二区| 高清不卡在线观看av| 成人午夜免费av| 精品剧情在线观看| 日韩精品一区二区三区在线播放| 欧美一卡二卡在线| 欧美巨大另类极品videosbest | 国产日韩欧美精品一区| 国产欧美一区二区精品忘忧草| 国产欧美精品国产国产专区| 国产精品网站一区| 亚洲欧美日韩小说| 亚洲国产日韩一级| 免费观看在线色综合| 国产一区二区三区免费看| 成人综合在线网站| 99精品视频中文字幕| 欧美伊人精品成人久久综合97 | 白白色 亚洲乱淫| 99精品一区二区| 欧美视频你懂的| 欧美一级艳片视频免费观看| 久久在线免费观看| 中文字幕一区日韩精品欧美| 亚洲综合色区另类av| 蜜桃视频在线观看一区二区| 国产精品系列在线观看| 91影视在线播放| 337p亚洲精品色噜噜| 国产日韩综合av| 亚洲精品日韩专区silk| 日韩av电影免费观看高清完整版在线观看 | 91精品国产91热久久久做人人 | 97超碰欧美中文字幕| 欧美美女bb生活片| 国产欧美日韩三区| 亚洲成av人片在www色猫咪| 韩国成人福利片在线播放| 94色蜜桃网一区二区三区| 91精品国产欧美日韩| 国产精品无人区| 香蕉成人啪国产精品视频综合网| 国产精品亚洲第一区在线暖暖韩国| 色哟哟国产精品免费观看| 精品久久久久久亚洲综合网 | 亚洲国产精品久久一线不卡| 国产一区日韩二区欧美三区| 欧美色视频在线观看| 久久综合色一综合色88| 亚洲最大色网站| 大桥未久av一区二区三区中文| 欧美精品第1页| 国产精品国产馆在线真实露脸| 蜜臀av性久久久久蜜臀aⅴ流畅| av一区二区三区在线| 天堂精品中文字幕在线| caoporm超碰国产精品| 日韩欧美资源站| 亚洲国产成人tv| 97se狠狠狠综合亚洲狠狠| 久久影视一区二区| 日韩精品欧美精品| 91久久精品国产91性色tv| 国产日本欧美一区二区| 蜜臀av亚洲一区中文字幕| 欧洲色大大久久| 成人免费在线视频| 国产69精品久久99不卡| 日韩午夜在线观看| 亚洲成人av一区二区三区| 91麻豆文化传媒在线观看| 国产农村妇女毛片精品久久麻豆 | 亚洲视频 欧洲视频| 国产麻豆午夜三级精品| 日韩一区二区电影| 舔着乳尖日韩一区| 欧美人伦禁忌dvd放荡欲情| 亚洲精品一卡二卡| 99这里都是精品| 中文字幕av一区二区三区高 | 17c精品麻豆一区二区免费| 国产精品自产自拍| 精品国产乱码久久久久久浪潮| 人人爽香蕉精品| 宅男噜噜噜66一区二区66| 性久久久久久久| 欧美乱妇15p| 日本网站在线观看一区二区三区| 欧美日韩国产美| 亚洲福利一区二区| 欧美视频一区二区三区四区| 亚洲图片有声小说| 欧美乱妇23p| 久久精品99久久久| 精品福利二区三区| 国产精品系列在线观看| 中文字幕精品在线不卡| av一本久道久久综合久久鬼色| 中文字幕日韩av资源站| 91农村精品一区二区在线| 亚洲人成精品久久久久久| 日本高清不卡一区| 视频一区视频二区中文字幕| 911精品产国品一二三产区| 久热成人在线视频| wwwwxxxxx欧美| youjizz久久| 亚洲国产va精品久久久不卡综合| 69精品人人人人| 久久精品国产成人一区二区三区| 久久亚洲春色中文字幕久久久| 粉嫩aⅴ一区二区三区四区五区| 亚洲天堂免费看| 欧美日韩激情一区二区| 日韩av一区二区在线影视| 久久精品男人的天堂| 色婷婷综合五月| 久久国产精品无码网站| 国产精品传媒入口麻豆| 欧美影片第一页| 国内外精品视频| 亚洲制服欧美中文字幕中文字幕|