(no title)
deadlyllama | 1 year ago
Over two decades ago I was programming a Foxboro PLC in their SALL language, which was compiled down to C. Variables and control structures! And you could hack the C if you wanted your state transitions to go faster.
applied_heat|1 year ago
In Allen Bradley rslogix it can be entered quickly using the keyboard.
In my opinion the ladder paradigm is poor when dealing with numeric values, and function block better serves the purpose there
acureau|1 year ago
synecdoche|1 year ago
Structured Text is superior when it comes to calculations, bit manipulation and code flow (loops, conditionals etc). Sequences diagrams are advantageous for abstracting sequences. Function Block Diagrams are good for connecting abstractions. They all have their place imo, except Instruction List, which I can’t think of having a single advantage.
folmar|1 year ago