跳转至

TStopCatchUpSynchPrm

停止飞行加工同步轴参数结构体

结构体说明:

typedef struct  StopCatchUpSynchPrm
{
    short mode;                       
    short reserve1[3];
    int32_t reserve2[4];
    double reserve3[4];
} TStopCatchUpSynchPrm;
mode:停止同步轴模式。0:按照slaveACC急停。目前只支持模式0。
reserve1:保留参数,必须为0。
reserve2:保留参数,必须为0。
reserve3:保留参数,必须为0。

相关指令:

GTN_StopCatchUpSynch

注意事项: