修改S曲线运动控制参数设置。

This commit is contained in:
TAO Cheng
2013-12-26 17:43:38 +08:00
parent d060bf56dd
commit dc4fbc655f
13 changed files with 1003 additions and 313 deletions
@@ -58,7 +58,12 @@
const long MAX_INTENSITY = 0x3FF;
#define MAXLIGHTVALUE 256
enum EFirmwareVer
{
FirmwareVer_3_X=0,
FirmwareVer_6_X,
FirmwareVer_Total
};
#pragma pack(push)
#pragma pack(1)
//****************************************************************************************************
@@ -208,6 +213,7 @@ struct struct_so7_machine
char InPortStatus;
int _motor_pulse_num;
char FirmwareInfo[10];
int FirmwareVer;
char GetInterruptMsg[20][2];
char GetInterruptMsgMethod;
BOOL IsOffline;