Phase Logic Configuration > Configuring the running logic for the FILL phase

Add a step to the FILL running logic

  1. Drag a step from the palette to a point below the transition.
  2. Change the step name to START_FAST.
  3. Add an action to set the TOTALIZER state to Totalize_fast and modify it as follows:
    • Check that the Type is Assignment and the Qualifier is Pulse.
    • Use the Expression Editor to create the following expression. (TOTALIZER_1 is an equipment module class under the COLOR unit class in the Tanks category. A_COMMAND is a parameter that sets the behavior to the state specified in the named set in the right side of the expression.)  Parse and correct if necessary.
    '//#TOTALIZER_1#/A_COMMAND' := 'totalizer:Totalize_fast'
    
  4. Draw a line from the transition to the step.