跳转至

TStartCatchUpProcessPrm

启动飞行加工参数结构体

结构体说明:

typedef struct  StartCatchUpProcessPrm
{
    short mode;                        
    short crdIndex;                   
    short reserve1[2];
    long reserve2[4];
    double reserve3[4];
} TStartCatchUpProcessPrm;
mode:启动加工模式。目前只支持模式0。0:每个工件由用户压入插补数据,工艺模块只负责启动插补。
crdIndex:加工插补坐标系索引。
reserve1:保留参数,必须为0。
reserve2:保留参数,必须为0。
reserve3:保留参数,必须为0。

相关指令:

GTN_SetCatchUpPrm

注意事项: