Do_32_Rb - ICP DAS USA MP-8 43 Series Function Reference

Hide thumbs Also See for MP-8 43 Series:
Table of Contents

Advertisement

2.3.3.3 DO_32_RB

Description:
To read back the 32-channel digital output value of i8000 series modules.
Syntax:
unsigned long DO_32_RB(int
Parameter:
slot :
[Input] the slot number where the I/O module is plugged into.
Return Value:
32-bit digital output data read back value
Example:
int
slot=1;
unsigned long
outData=0x03;
DO_32(slot, outData);
unsigned long
data;
data=DO_32_RB(slot);
//The data read back has a digital output value=0x03
Remark:
This function can be applied on modules: i8041x.
http://www.icpdas.com
++
[C
]
slot)
MP-8x43 Function Reference V 1.0
30 

Advertisement

Table of Contents
loading

Table of Contents