Details
Description
Currently it is not possible to write assembly instance data from the host application side.
This would be done by sending the packet EIP_OBJECT_CIP_SERVICE_REQ (0x1AF8) to the stack.
Service: 0x10 (Set attribute single)
Class: 0x04 (Assembly Object)
Instance: xxx (instance number of the assembly that shall be written)
attribute: 3 (data attribute)
data: xx xx xx (bytes that shall be written)
The stack currently does not allow this write operation.