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

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

Advertisement

2.6.7 I8024_CurrentOutReadBack

Description:
This function is used to read back the current output value in float format
from the specified channel on I-8024 module in the specific slot of the MP-8x43
system.
Syntax:
float I8024_CurrentOutReadBack(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_CurrentOutReadBack(slot, ch);
//You can read back channel 0 on the I-8024 module outputted current value at last time.
Remark:
This function can be applied on module: i8024.
http://www.icpdas.com
++
[C
]
slot,
int
MP-8x43 Function Reference V 1.0
ch)
60 

Advertisement

Table of Contents
loading

Table of Contents