• Not Answered

Parameter Dot Field Constant

In the DeltaV code extract below, line 12 that I have indicated with a red arrow, can any one explain what the = 2 means when used as a parameter dot field extension constant. 

2 Replies

  • That expression is checking if simulate parameter has simulation enabled and it will be a 1 if disabled.

  • In reply to Matt Stoner:

    Perfect, thank you very much.