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

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

Advertisement

2.6.6 I8024_VoltageOutReadBack

Description:
This function is used to read back the output data in float format from the
specified channel on the I-8024 module in the MP-8x43 system.
Syntax:
float I8024_VoltageOutReadBack(int
Parameter:
slot :
[Input] Specify the MP-8x43 system slot (Range: 1 to 7)
ch :
[Input] Output channel (Range: 0 to 3)
Return Value:
a float value.
Example:
int
slot=1, ch=0;
float
data;
data=I8024_VoltageOutReadBack(slot, ch);
//Users can read back channel 0 on the I-8024 module outputted voltage value for the last outputted
value.
Remark:
This function can be applied on module: i8024.
http://www.icpdas.com
++
[C
]
slot,
int
MP-8x43 Function Reference V 1.0
ch)
59 

Advertisement

Table of Contents
loading

Table of Contents