TTimePointModePro¶
时间打点模式参数联合体
结构体说明:
typedef struct
{
double acc;
double dec;
unsigned long time;
unsigned long motionDelayTime;
unsigned long laserDelayTime;
long pad;
} TTimePointModePro;
dec:减速度,单位:pulse/ms^2。
time:运动时间,单位:μs,取值范围:[1, 65535]。
motionDelayTime:运动延时时间,单位:μs,取值范围:[32, 2147483646]。
laserDelayTime:激光延时时间,单位:μs,取值范围:[32, 2147483646]。
pad:保留参数,必须为0。
调用指令:
注意事项: