Class ESDLogicExample

java.lang.Object
neqsim.process.util.example.ESDLogicExample

public class ESDLogicExample extends Object
Example demonstrating ESD Logic Framework - coordinated shutdown sequence.

This example shows how to use the new ProcessLogic framework to implement a coordinated ESD sequence that:

  • Closes inlet ESD valve (trip)
  • Opens blowdown valve (activate)
  • Redirects flow through splitter (set split factors)
  • All triggered by a single push button

Benefits of logic framework:

  • Single button triggers multiple coordinated actions
  • Configurable delays between steps
  • Reusable logic sequences
  • Clear separation of logic from equipment
Version:
1.0
Author:
ESOL
  • Constructor Details

    • ESDLogicExample

      public ESDLogicExample()
  • Method Details

    • main

      public static void main(String[] args)
      Main method to run the ESD logic example.
      Parameters:
      args - command line arguments (not used)