跳转至

TTriggerStatusEx

捕获状态结构体

结构体说明:

typedef struct TriggerStatusEx
{
    short execute; 
    short done; 
    long position; 
    unsigned long clock; 
    unsigned long loopCount;
} TTriggerStatusEx;
execute:捕获运行状态,1:使能捕获,0:未使能捕获。
done:捕获状态,1:捕获完成,0:捕获中。
position:捕获位置或刀径值。
clock:捕获触发时的控制卡时钟。
loopCount:捕获触发次数。

相关指令:

注意事项: