Inputs And Outputs Explained
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…
PLC Automation Consultancy & Training | Liam Bee
Learn PLC automation properly, through structured courses, deep technical guides, and industrial consultancy.
Topics in this category typically apply to ANY PLC manufacturer and learnings within the posts can be applied to any environment
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…
PLC code starts making sense once you understand the scan cycle. This article breaks down how cyclic, interrupt, and event tasks interact, where async fits in, and why scan time,…
A detailed look at creating a dedicated configuration block in PLC projects, covering structured UDT design, protected install dependent settings, best practices in TIA Portal and how this approach simplifies…
In industrial automation projects, all analog devices, including those connected via Analog Input Cards, necessitate scaling to convert raw input values into PLC-compatible values for effective processing, interlocking, alarming, and…
No matter what environment you use to develop your PLC, structuring project flow is important to ensure an easy to maintain project. What Is Project Flow? Every project goes through…
Looking to get started with Structured Text / Structured Control Logic (ST / SCL)? Here’s an introductory guide to the PLC language that is not restricted to a single development…
A complete introduction to Ladder Logic programming, generalised for use in any environment
When developing new code, especially for a project that is still in development in other disciplines (such as electrical or process), not all of the information may be available This…