Control logic Wiki
Realtime PC-based control and simulator of control systems
Status: Beta
Brought to you by:
engitex
The trigger formalism may be extended beyond Java language. We plan to make following trigger initialization possible:
Trigger tg = new Trigger("temp volume 20", relayTask, 0, false, realtimeControl, "relay");
The condition will be pre-parsed by a special parser that will make Java-compliant file in the output.
A graphical output with a ladder digram that is made from triggers defined in the code:
Another representation of control based on logical signals would be familiar to some users:
There is a concept to add org.engitex.JMP features for actual implementation of real-time PC-based control.