TTaskStopCommandList¶
停止的指令流任务的参数结构体
结构体说明:
typedef struct
{
short stopList;
short stopMode;
short triggerSource;
short reserve[5];
TCommandListStopParameter prm;
} TTaskStopCommandList;
triggerSource:捕获源。
prm:停止参数。详情说明请参照TCommandListStopParameter
TCommandListStopParameter
halt:停止过程中是否允许再次启动,0:不允许,1:允许。条件触发后,再次调用启动指令流无效,只有清除指令流数据时后,重新压数据才允许再次启动指令流。
reserve1:保留参数,必须为0。
调用指令:
注意事项: