An introduction to structured text programming
Structured text (ST) is another IEC 61131-3 language, which can be used in your Logix applications. As the name implies, structured text is a text-based programming language with a syntax that resembles Pascal (on which it was based) or Visual Basic for Applications (VBA). Like other IEC-based languages, it can share IEC common elements and reference tags and objects created in other languages with your Logix program.
Typical usage of structured text
Structured text is extremely robust and capable of matching the functionality of any other IEC-based language. However, you will find that structured text is used sparely in most automation projects. I have seen automation projects built entirely in the structured text code and they do work fine. But, the practice of developing entirely in structured text is frowned upon by most automation professionals. Often, you will see this from an engineer who is freshly out of school and is accustomed to...