TSignalDetect¶
刀径检测捕获参数结构体。
结构体说明:
typedef struct TSignalDetect
{
short probeType; //
short probeIndex; //
short latchType; //
short latchIndex; //
short sense; //
short pad[3];
double filterWidth; //
}TSignalDetect;
probeIndex:捕获索引。捕获类型对应的DI序号。
latchType:锁存类型。
latchIndex:锁存编码器索引。
sense:捕获沿,0:下降沿,1:上升沿。。
pad:保留参数,必须为0。
filterWidth:捕获最小宽度。
相关指令: