| Function |
I8024_Initial |
| Description |
This function initialize the I-8024 module in the specified slot of the I-8000 system.
This function is used for C/C++ compiler. |
| Function Prototype |
void I8024_Initial(int slot)
| 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 |
|
| Note: |
|
Before use the other function,You must use the Initial function at the first.
|
|
|
|
| Example |
| Function |
I8024_Initial(0) |
| Return |
void |
| Description |
The example initial the I-8024 Module in the slot 0
of the I-8000 system. |
|
| Reference |
I8024_VoltageOut
I8024_VoltageHexOut
I8024_CurrentOut
I8024_CurrentHexOut
|
| Modules |
I-8024
|
|