Class ESDLogicExample
java.lang.Object
neqsim.process.util.example.ESDLogicExample
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ESDLogicExample
public ESDLogicExample()
-
-
Method Details
-
main
Main method to run the ESD logic example.- Parameters:
args- command line arguments (not used)
-