Communicate to DeviceNet devices
There are two methods for communicating to DeviceNet devices, utilizing the CIA Messaging <class>:<instance>:<attribute>:
- You can manually enter a tag for the DeviceNet topic. The format to manually enter a tag is<class>:<instance>:<attribute>,<type descriptor>. For example,14:1:8,u8reads an unsigned byte of data.TIP:If you installed RSNetWorx for DeviceNet or the EDS files with RSLinx Classic, you can use the EDS file parameter instead of this format. If you use the EDS parameter name, you do not need the <type descriptor>.Another method of manually entering a tag for a DeviceNet topic to get individual members from a DeviceNet object is<class>:<instance>:<attribute>[MemberNumber],<type descriptor>For example,14:1:4[1],u32The MemberNumber is the number you want to read, and may be different for each DeviceNet object. Refer to your particular DeviceNet device documentation.The following OPC/DDE item modifiers exist for the <type descriptor>:u0Booleanu8Byteu16Unsigned Wordu32Unsigned Longu64Unsigned Doubles0Booleans8Chars16Words32DWords64Doublestr1short string (1 byte length and string)str2string (2 byte length and string)arr0Boolean arrayarr8Byte arrayarr16Word arrayarr32DWord arrayarr64Double arrayf3232-bit floatf6464-bit floatarrf3232-bit float arrayarrf6464-bit float arraynfDo not format strings
- RSLinx Classic also supports EDS parameters for DeviceNet topics and tags for topics with an associated tag name file. To use the feature, manually enter the tag or EDS parameter in theData Table Addressof theCopy DDE LinktoClipboarddialog box, or select the appropriate tag or parameter from the list. Spaces are not permitted in EDS parameters, so you must convert any spaces to underscores (_).
Provide Feedback