Equipment definition > Equipment module classes > Configuring the TOTALIZER equipment module class

Configure the logic for COMMAND_00099 (Reset)

  1. Click COMMAND_00099 in the left pane.
  2. Click the S1 step.
  3. Add an action and configure the following expression to close the valve:
    '^/FLOW_CONTRO_1/PID_CAS_IN.CV' :=0
  4. Add an action and configure the following expression to change the mode to manual:
    '^/FLOW_CONTRO_1/PID_MODE.TARGET' := MAN
  5. Add another action and create the following expression to reset the TOTAL_FLOW integrator block:
    '^/TOTAL_FLOW_1/RESET.CV' := TRUE
  6. Save the TOTALIZER equipment module class.