Is there a better way to rename discreet display values in Visio?
<Discreets>
<Discreet>
<Display>Off</Display>
<Value>0</Value>
</Discreet>
<Discreet>
<Display>On</Display>
<Value>1</Value>
</Discreet>
</Discreets>
The discreet display value is part of the driver. When the parameter shape is displayed in Visio the discreet display value is presented (i.e. On or Off). In our case, we needed the display value to be Open or Closed rather than On, Off. In order to accomplish this we setup custom property values for STOn and STOff (Status On/Off) with the value set to 'Open' for On and 'Close' for Off. Then in the Visio shape we used shape data 'Property' with a value of 'ST[param:[this element],402,Interface_1]' which would then display the property value for STOn (Open) or STOff (Close) depending on discreet returned On or Off. This seems to be working as needed, however, the property has to be edited with each new device of the same type added.
Our question, is there a better/easier way to perform the renaming of the discreet display value without editing the driver?
Hi Steve,
Since you only have two possible discreet values, is it not an option to create two shapes, each one with a conditional shape data pointing to each value? Then, based on the value of the discreet parameter, you can manipulate the corresponding shape. In DataMiner Help you can find the supported actions that can be applied on a shape.