Reference Item names in Equipment editor?

Hey Guys,

Real quick, is there a way to reference the item name in the equipment editor?

Trying to build a bunch of equipment and data types. Being able to reference the equipment name would save me some time. 

Currently my tag name looks like this: {equipment.IODEVICE}_HGC_PRM_BOOL_19

Where I wish i could put {equipment.IODEVICE}_HGC_{equipment.ItemName}

Thoughts?
Thanks guys!

-Nick

Parents Reply
  • Nick,

    Item Name doesn't exist in the equipment dbf file so you cannot reference it in the template. In your screenshot, you are actually editing item Bool_19 that is a known value. So you have to duplicate it in both Address and Tag Name fields. Bool_19 will be added as an item name in Variable.dbf when the template is instantiated.

Children