Chapter 7
- What are two programming languages that are similar to ST?
In terms of PLC languages, the closes one would be Instruction List. Outside of PLC languages, one could say C/C++, Java, C#, Visual Basic, Ada, and so on.
- What are the two sections of the
PLC_PRG
file?- The variable section
- The logic sections
- Why would you use ST over LL?
ST provides and easy to use read interface that makes following the flow of a program much easier and can require less overall code.
- What does the
Value
column represent?It shows the current value a variable is set to.
- What is the process to run a PLC program in CODESYS?
- Put CODESYS in simulation mode.
- Click the login button.
- Press the play button.