
Learn structured text programming as a high level automation language, with advantages over ladder logic and fbd, enabling complex algorithms and easy code sharing.
learn to use the plc simulator in CCW to practice structured text with digital and analog I/O, including setup, networking, downloading, and monitoring via global and local variables.
Master assignment operations in structured text by defining variables, using right-to-left evaluation, and applying boolean logic for digital inputs and outputs in PLCs.
Implement nand, nor, and xor gates in structured text for PLCs using i/o. Write clear comments, use not, and, or operations, and test with a PLC trainer.
Convert Celsius to Fahrenheit in structured text by defining real variables and coding Fahrenheit as Celsius * 1.8 + 32, compile, download, test values, and refactor into a function block.
Learn to convert Celsius to Fahrenheit using a structured text function, focusing on return values, real types, and parameter passing from main to function.
Explore selection statements in structured text, mastering if-then-else logic for booleans, integers, and reals, with practical input-output examples and else-if chains.
Master motor control in structured text (ST): a start pushbutton starts the motor, stop and e-stop halt it, with NC inversion, a reset interlock, and a latch.
Demonstrate temperature control in structured text by monitoring room temperature against a real-valued threshold to switch heating or cooling via if-else logic.
Explore how to use a case statement in structured text to simplify multiple if-else conditions, mapping integer inputs to outputs and enabling motor control via modbus in PLC programming.
Unlock the power of Structured Text (ST) – one of the most powerful and widely used high-level programming languages in the world of PLCs. Whether you're already familiar with Ladder Logic or Function Block Diagrams (FBD), this course will take your PLC programming skills to the next level. The course starts from scratch and is ideal for beginners. The instructor is using CCW (Connected Component Workbench) as a software tool to teach Structured Text programming along with Micro850 PLC for download and testing the software.
If you do not have a PLC, you can practice directly on the CCW PLC Simulator which is free to download.
Why Structured Text?
Structured Text makes it easier to implement advanced logic, reusable code, and powerful automation routines. It's ideal for complex industrial applications where Ladder and FBD fall short.
Whether you're a beginner or transitioning from Ladder diagram or FBD, this course will give you the confidence and skills to write professional-grade PLC programs in Structured Text.
Structured text is widely used most of the widely used PLC Brands like Allen Bradley, Siemens (SCL as modified form of ST), CODESYS, Omron, Schneider, Delta, WAGO etc.
Tools & Software Used
Free IEC 61131-3 compliant PLC programming software with Structured Text editor
Built-in simulator for testing without hardware