Chapter 27 4-Channel Pulse Interface API | PCI-DMC-A01 / PCI-DMC-B01
Revised March, 2012 27-7
27.6 _DMC_01_04pi_set_poweron
FORMAT
I16 PASCAL _DMC_01_04pi_set_poweron (U16 CardNo, U16 NodeID, U16 SlotID,
U16 ON_OFF)
Purpose
Enables/disables PWR ON(SVON).
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
ON_OFF U16 Selection 0: OFF
1: ON (enable SVON)
Example
U16 CardNo=0;
U16 NodeID=1;
U16 SlotID=0;
U16 ON_OFF= 1;
U16 polarity=0; //Set as Normal high (Please see section 27.3 Description)
I16 status = _DMC_01_04pi_set_poweron (CardNo, NodeID, SlotID, polarity);
status = _DMC_01_set_rm_04pi_svon_polarity(CardNo, NodeID, SlotID, polarity);