Automation Engineer Career Path: From Apprentice to Senior Controls Engineer
My journey from music technology student to senior automation engineer. Learn how I built a career in PLC programming, SCADA, and control systems without a degree.
PLC Automation Consultancy & Training | Siemens Control Systems | Liam Bee
Learn Siemens PLC automation properly, through structured courses, deep technical guides, and hands-on industrial consultancy.
General topics appear in this category. This could really contain anything at all, but mostly things that don’t appear in any other category
My journey from music technology student to senior automation engineer. Learn how I built a career in PLC programming, SCADA, and control systems without a degree.
Good pre-sequence handling means operators do not have to guess why something will not start. Instead of a single “not ready” state, the system evaluates each condition independently, blocks sequences…
Choosing the “best” AI model misses the point. The real leverage comes from architecture. This post breaks down a practical distributed system using ChatGPT, Claude, Obsidian, and MCP that eliminates…
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…
A detailed guide on testing duplicated PLC logic, identifying shared behaviour, and refactoring it into a single reusable, maintainable function block for long term project reliability.
The author discusses the critical role of Project Workflow Management in automation projects, attributing project success to a well-defined workflow. By leveraging tools like Atlassian's JIRA, the author emphasizes organizing…
Simulation of assets within a project can be achieved in multiple ways, especially by spending money on tailored packages from manufacturers / automation vendors. However, you can provide basic simulation…
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…
TIA Portal V19 brings several significant changes, such as improved CPU hardware and enhanced security settings. The addition of new features like customizable keyboard shortcuts and enhanced library management also…
Latches are an important part of PLC programming, they allow you to leave something in a state of Persistence, even after the initial trigger event has passed. These come in…