跳转至

TVelPointModePro

速度打点模式参数联合体

结构体说明:

typedef struct
{
    double acc;
    double dec;
    double vel;
    unsigned long motionDelayTime;
    unsigned long laserDelayTime;
}TVelPointModePro; 
acc:加速度,单位:pulse/ms^2。
dec:减速度,单位:pulse/ms^2。
vel:速度,单位:pulse/ms,取值范围:(0, 32767]。
motionDelayTime:运动延时时间,单位:μs,取值范围:[32, 2147483646]。
laserDelayTime:激光延时时间,单位:μs,取值范围:[32, 2147483646]。

调用指令:

GTN_ScanLinearPro

注意事项: