Chapter 42 Other API | PCI-DMC-A01 / PCI-DMC-B01
Revised March, 2012 42-5
42.5 _DMC_01_enable_dda_mode
FORMAT
I16 PASCAL _DMC_01_enable_dda_mode (U16 CardNo, U16 enable)
Purpose
Enables DDA Table writing function.
Parameters
Name Data Type Unit Description
CardNo U16 Number Unit Interface card CardNo are 0~15.
Enable U16 Selection
0: Disable DDA Table writing function.
1: Enable DDA Table writing function.
Bit0:Node1
Bit1:Node2
Bit2:Node3
Bit3:Node4
Bit4:Node5
Bit5:Node6
Bit6:Node7
Bit7:Node8
Bit8:Node9
Bit9:Node10
Bit10:Node11
Bit11:Node12
Example
U16 CardNo = 0;
U16 Enable = 5; // Enable Node1,3
I16 status = _DMC_01_enable_dda_mode (CardNo, Enable);