High Speed Pulse Compare Function EtherCAT Programming Guide
27-24 March, 2017
27
27.17 _ECAT_Compare_Get_Channel1_Position _Table_Count
Syntax
U16 PASCAL _ECAT_Compare_Get_Channel1_Position_Table_Count (U16 CardNo,
U32* cnt)
Purpose
Acquire the current trigger counts of channel 1.
Parameter
Name Data type Property Description
CardNo U16 Number Card No.
Cnt U32* Numeric value Acquire the trigger counts of channel 1.
Example
U16 CardNo = 0;
U32 cnt;
U16 status = _ECAT_Compare_Get_Channel1_Position_Table_Count (CardNo,& cnt);