I-8124W DeviceNet Master API functions User’s Manual (V 1.6) 2021/10/04
84
4.3.35 I8124_ImportEEPROM
4.3.35 I8124_ImportEEPROM
Description:
This function provides a convenient method which could write a great
amount of
devices’ information into the EEPROM.
Syntax:
DWORD I8124_ImportEEPROM (BYTE cSlot,WORD ListCount,
BYTE *DesMACIDList,
BYTE *ConnectionTypeList,
WORD *InputDataLenList,
WORD *OutputDataLenList,
WORD *EPR_List)
Parameter:
cSlot:
[input] The slot number which the I-8124W is plugged in.
ListCount:
[input] The data count of all the information.
DestMACIDList:
[input] The MAC ID of all the slave devices.
ConnectionTypeList:
[input] The connection type of all slave devices.
0 : Explicit connection type
1 : Poll connection type
2 : Bit-Strobe connection type
3 : COS connection type
4 : Cyclic connection type
InputDataLenList:
[input] The input data length of all slave devices.
OutputDataLenList:
[input] The output data length of all slave devices.
EPR_List:
[input] The EPR value of all slave devices.
Return:
Please refer to the chapter 4.2 for the function return code.