53
CMVETH01B
Acyclic Data Access
To write to an assembly to the SMV using Ethernet IP explicit messaging set the following:
Message Type = CIP Generic
Class = 4 (Hex)
Attribute = 3
Service Code = 10 (Set Attribute Single)
Instance = the assembly number in the drive desired
Source Element = the variable in the PLC used as the source of the data for a write
Make sure the tag used as the destination is an array INT format.
When creating the tag for the data create an array of type INT. Dimension 0 MUST BE SET TO AS MANY
WORDS ARE REQUIRED FOR THE PARTICULAR ASSEMBLY YOU ARE USING (i.e., 4 for Input Assembly 100).
Dimension 1 should be set = 1.