W5K_Modbus_List
This function code is used to set the IO image map mode of ioLogik W5000 Module.
C/C++
int W5K_Modbus_List ( int hConnection,
char * FilePath);
Visual Basic
Declare Function W5K_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. |