Siemens TIA Portal – Q&A Podcast – Episode 14
As projects grow, UDTs tend to multiply quickly. What starts as a handful of clean, well named types can turn into a long, flat list that is difficult to navigate…
PLC Automation Consultancy & Training | Liam Bee
Learn PLC automation properly, through structured courses, deep technical guides, and industrial consultancy.
As projects grow, UDTs tend to multiply quickly. What starts as a handful of clean, well named types can turn into a long, flat list that is difficult to navigate…
SIMATIC AX is one of the clearest signs of where Siemens wants PLC engineering to go. The more useful questions are what AX actually changes, where it still falls short…
Want to feel more confident choosing the right programming language in Siemens TIA Portal? This upcoming 6-hour online workshop is designed to help you understand when to use Ladder, SCL,…
As PLC programs grow, data blocks often evolve organically. New variables get added wherever there is space, types get mixed together, and before long the memory layout becomes messy. Someone…
If you are completely new to Siemens TIA Portal and do not know where to start, this workshop is designed for you. The session is built specifically for beginners, so…
A practical quiz-based SCL article with 20 execution-order questions covering overwrites, timers, state logic, feedbacks, and data typing, designed to help PLC engineers read structured text in the same order…
PLC projects usually become difficult when the engineering development sequence is weak. If development requirements are handled out of order, the code may still run, but the project becomes harder…
As projects grow and evolve, engineers naturally look for better ways to reuse proven logic, review old configurations, and avoid opening multiple heavy projects at the same time. One feature…
State machines are most useful when they make behaviour easier to see, easier to support, and easier to standardise. The real challenge is not understanding the idea. It is knowing…
Inputs and outputs are where PLC software meets the real world. This article explains how digital inputs, digital outputs, analog inputs, and analog outputs work in practical terms, without assuming…