Function I8024_VoltageHexOut
Description This function send the voltage 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_VoltageHexOut(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
Voltage Output : -10.xxx ~ +10.xxx v
Note:
Before use this function,You must use the Initial function at the first.
refer to Initial Function


Example
Function I8024_VoltageHexOut(0,1,0x0)
Return void
Description The example send the value(0) to slot 0 of the I-8000 system.The channel 1 of I-8024 will output approximate -10.xxx V.
Reference I8024_VoltageOut
I8024_CurrentOut
I8024_CurrentHexOut
I8024_Initial
Modules I-8024



Back to Previous Page