What’s in a (PROFINET Device) name?

  • Post category:TECH TIPS
  • Reading time:4 mins read

Hunter Harrington, PROFINET Consulting Engineer, of the PROFI Interface Center in Johnson City, Tennessee discusses the importance of PROFINET device naming plus rules and caveats in today’s engineering tools.

The number one rule-of-thumb, which you should never forget when commissioning a PROFINET system: Make sure to assign the device name from your engineering tool. The tool uses PROFINET DCP (Discovery and Configuration Protocol) to communicate with the device behind the scenes.

nameThat’s because every PROFINET device must have a device name which is based on DNS (Domain Name System) and host naming conventions, and the name needs to be written to the device by a PROFINET tool (which can be a standalone or engineering tool) or a PLC/PC based IO Controller in order to work correctly. A PROFINET device out of the box is in a factory state with an empty string (i.e.: “ ”) set as the name by default.

Many times we find that people who are new to PROFINET do not realize the importance of the IO device names and forget to initialize and assign the device with the proper name or setup the configuration so the controller can assign the name. They simply do the engineering configuration for the PLC and download to the PLC and in this case the controller will keep looking for the device by name to startup the device, but won’t get a response and the device doesn’t come up. It should be noted here that the only device name which is set by downloading the configuration to the IO Controller (whether it’s PLC or PC Based) is typically the PLC / or PC station name itself. Assigning names to the devices either using a tool with an “Assign name” function or from the PLC options (if automatic PLC name assignment is supported) is a must.

There are also some caveats you should be aware of when assigning PROFINET device names. Number one is that all device names must be unique. According to the PROFINET specification the maximum name size can be 240 characters, but many configuration tools do not support such lengths and usually only a subset of this. Check with your configuration tool and manufacturer for details. Also you need to be careful of special characters (such as ‘$’, ‘#’, ‘/’, ‘_’) and max size labels used in the PROFINET device name which are based on the same naming conventions from the office like from your PC host name or printer names. A label can only be 63 characters long before using a period [.] and should use characters ‘0-9’, ‘a-z’, or ‘-‘ and cannot start or end with ‘-‘.

Benefits of name assignment are that location-specific or device-specific information can be part of the name to identify a device. For example: capper-1.cabinet-5.johnson-city-plant. Or we could just call it capper1 for simplicity. And it’s much easier to remember this than an IP-address. Another advantage is that the name can be used if troubleshooting a device with an alarm or failure for quick diagnostic reaction and minimal downtime.

dcpNote also that letters are lower case. Most engineering tools will still allow assignment using upper case characters, but then set the name in lower case. It’s usually transparent, but keep in mind that most host names are lower case and it’s best to use that just in case (no pun intended) the engineering tool has problems with an upper case assignment and won’t convert it. This could cause a device to reject the name assignment.

To sum up, PROFINET device names are assigned with a protocol known as PROFINET DCP from the engineering / standalone tool or PLC. This same protocol can be used on PROFINET to discover network nodes (hence the discovery part of the name) or configure (hence the configuration part) PROFINET device names / IP addresses, Flash LEDs, reset the device to factory settings, initialize fast startup devices, and more. We’ll have a future tech tip focused just on DCP features and the differences and similarities to DHCP from the office world.

So, for now get out there and assign some meaningful PROFINET device names! It makes managing the network so much easier.

–Hunter Harrington