跳转至

TTriggerStatus

捕获状态信息结构体

结构体说明:

typedef struct TriggerStatus
{
    short execute;
    short done;
    int32_t position;
}TTriggerStatus;
execute:捕获运行状态,1:使能捕获,0:未使能捕获。
done:捕获状态,1:捕获完成,0:捕获中。
position:捕获位置或刀径值。

相关指令:

注意事项: