I-8124W DeviceNet Master API functions User’s Manual (V 1.6) 2021/10/04
86
4.3.37 I8124_WriteOutputData
4.3.37 I8124_WriteOutputData
Description:
The function will set the data according with the consumed
connection path of the specific MAC ID device via the I/O connection.
Syntax:
DWORD I8124_WriteOutputData (BYTE cSlot, BYTE DesMACID,
BYTE ConType, WORD IOLen,
BYTE *IODATA)
Parameter:
cSlot:
[input] The slot number which the I-8124W is plugged in.
DestMACID:
[input] The remote slave device’s MAC ID (0~63)
ConType:
[input] The connection type of the remote slave.
0 : Explicit connection type
1 : Poll connection type
2 : Bit-Strobe connection type
3 : COS connection type
4 : Cyclic connection type
IOLen:
[Input] The length of the I/O data (In byte).
IODATA:
[Input] The remote I/O data.
Return:
Please refer to the chapter 4.2 for the function return code.