Anybus® CompactCom 40 - PROFINET IRT IIoT Secure

Activating Asset Management in the GSD File

Asset management is not a default feature, and the example GSD files distributed do not contain the keyword AssetManagement. To activate it, the user must implement the Asset Management object for the device to accept the Asset Management Read Record from the network. In addition the keyword AssetManagement must be added to the GSD.

The settings for Asset Management have to be added at the end of the Device Access Point, directly after </Graphics>, or the GSD checker tool will invalidate the file:

...
<DeviceAccessPointItem...>
  ....
  <Graphics>
    <GraphicItemRef Type=”DeviceSymbol” GraphicItemTarget”1”/>
  </Graphics>
  <AssetManagement/>
</DeviceAccessPointItem>
...