Control logic Java package is a set of Java classes aimed at the following:
Setting up the control system involves working with so-called triggers.
This resembles programs like Simulink (both simulated and realtime control) and RELAP (simulated control for hydraulics).
The trigger syntax is natural for a PC-based control. Such control will be a Java program.
In case of a simulated system that has to be implemented in form of PLCs,
the offered trigger logic allows easy transition to ladder logic.
Related pages describe main principles and concepts implemented in code:
[Overview]
[Classes]
[Condition]
[Trigger]
[Task]
[Simulator vs, real-time]
[Future outlook]
[System requirements]
The main package is named org.engitex.controllogic and contains pre-compiled classes.
Another package that is named com.company contains two examples of real-time and simulated control.