E42_Modbus_List
This function code is used to set the IO image map mode of ioLogik 4200 network adapters.
C/C++
int E42_Modbus_List ( int hConnection,
char * FilePath);
Visual Basic
Declare Function E42_Modbus_List Lib "MXIO.dll" (ByVal hConnection As Long, ByVal FilePath As String) As Long
Arguments:
hConnection |
The handle for a connection. |
FilePath |
Specific log file path and file name to save module's IO image map list file. Ex. char * FilePath = c:\\modbus.txt; |
Return Value:
Succeed |
MXIO_OK |
Fail |
Refer to Return Codes. |