Chapter 25 Remote Module Control API | PCI-DMC-A01 / PCI-DMC-B01
Revised March, 2012 25-9
25.8 _DMC_01_set_rm_output_active
FORMAT
I16 PASCAL _DMC_01_set_rm_output_active (U16 CardNo, U16 NodeID, U16 SlotID,
U16 Enable)
Purpose
Enables/disables output from the remote I/O module.
Parameters
Name Data Type Unit Description
CardNo U16 Number Unit CardNo is between 0~15
NodeID U16 Number Unit Node ID
SlotID U16 Number Unit Slot ID
Enable U16 Selection
0: Disable output
1: Enable output and send output value to
target
Example
U16 CardNo=0;
U16 NodeID=1;
U16 SlotID=0;
U16 Enable=1;
I16 status = _DMC_01_set_rm_output_active (CardNo, NodeID, SlotID, Enable);