Do_8_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.1.3 DO_8_RB

Description:
Read back the 8-channel digital output value for the I-8000 series modules.
Syntax:
unsigned char DO_8_RB(int
Parameter:
slot :
[Input] the slot number where the I/O module is plugged into.
Return Value:
8-bit digital output data read back value
Example:
int
slot=1;
unsigned char
outData=0x03;
DO_8(slot, outData);
unsigned char
data;
data=DO_8_RB(slot);
//The data read back has a digital output value=0x03.
Remark:
This function can be applied on modules: i8060x, i8064x, i8065x, i8066x,
i8068x, and i8069x.
http://www.icpdas.com
++
[C
]
slot)
MP-8x43 Function Reference V 1.0
24 

Advertisement

Table of Contents
loading

Table of Contents