OpenPlant Modeler Help

Generic Updates

  1. Invoke Expression Editor within OpenPlant Project Administrator for the WorkSet where changes need to be incorporated.
  2. Make the changes to Equipment Tag Number as follows:
    • Tag Number = this.DEVICE_TYPE_CODE & "-" & this.NUMBER
    • Parser Regular Expression = (?<DEVICE_TYPE_CODE>[?\w]*)-(?<NUMBER>.*)|(?<NUMBER>.+)
  3. Click Save
  4. Make the changes to Pipeline Tag Number as follows:
    • Tag Number = this.NUMBER
    • Parser Regular Expression = Nil( Leave it blank)
  5. Click Save
  6. Make the changes to Fluid Regulator Tag Number as follows:
    • Tag Number = this.DEVICE_TYPE_CODE & "-" & this.NUMBER
    • Parser Regular Expression = (?<DEVICE_TYPE_CODE>[?\w]*)-(?<NUMBER>.*)|(?<NUMBER>.+)
  7. Click Save