Chapter 39 Compare API | PCI-DMC-A01 / PCI-DMC-B01
Revised March, 2012 39-17
39.15 _DMC_01_channel1_position_compare_table_cnt
FORMAT
I16 PASCAL _DMC_01_channel1_position_compare_table_cnt (U16 CardNo, U32* cnt)
Purpose
Reads Compare counter.
Parameters
Name Data Type Unit Description
CardNo U16 Number Unit CardNo is between 0~15
Cnt U32* Number Unit Read Compare counter
Example
U16 CardNo = 0;
U32 Cnt = 12000;
I16 status = _DMC_01_channel1_position_compare_table_cnt (CardNo,& cnt);