Note:These Command Just for
Master
I-8000 Series(I-8410,I-8810)
Function
I8024_CurrentHexOut
Description
This function send the current HEX value to the I-8024 module in the specified channel and slot of the I-8000 system.
This function is used for C/C++ compiler.
Function Prototype
void I8024_CurrentHexOut(int slot,int ch,int data)
void
Function no return
slot
Specified slot of the I-8000 system
Range from 0 to 3 for 4 slot
Range from 0 to 7 for 8 slot
Data type : integer
ch
Output channel
Range : 0 to 3
Data type : int
data
Output data with hexadecimal
Data type : int
data range:0h ~ 3FFFh
Current Output : 0.xxx ~ +20.xxx
Note:
Before use this function,You must use the Initial function at the first.
refer to
Initial Function
Example
Function
I8024_CurrentHexOut(0,1,0x3fff)
Return
void
Description
The example send the value(0x3fff) to slot 0 of the I-8000 system.The channel 1 of I-8024 will output approximate +20.xxx mA.
Reference
I8024_VoltageOut
I8024_VoltageHexOut
I8024_CurrentHexOut
I8024_Initial
Modules
I-8024
Back to Previous Page