Video thumbnail for Can AI Program a PLC?  I Tested It Live in the ACC PLC Simulator!

Can AI Program a PLC? I Tested It Live in the ACC PLC Simulator!

Sep 14, 2026
AI PLC programming tested in the ACC PLC simulator: a conveyor state machine in structured text, a one shot, fail-safe stop, and every test passing. ⚡ QUICK ANSWER AI PLC programming was given one task: write a complete conveyor control program in Structured Text for the ACC PLC simulator, with six I/O points — X1 start normally open, X2 stop normally closed and true at rest, X3 and X4 proximity sensors, Y1 motor run and Y2 direction. What came back was not two lines of boolean logic. Claude produced a full state machine with variable declarations, a one shot on the start button, stop priority that runs before everything else, and a CASE statement handling three states — idle, forward and reverse — with the outputs derived from the state variable at the bottom. It arrived commented, with an I/O table and a sequence description. In the simulator it ran every cycle correctly, survived stop during forward and reverse travel, rapid start presses and power-up. Every test passed. Verifying it still took twenty minutes. 🔌 THE CONVEYOR SCENE I/O X1 - Start (normally open) X2 - Stop (normally closed, true at rest) X3 - Left proximity sensor X4 - Right proximity sensor Y1 - Motor run Y2 - Direction (off is forward, on is reverse) 📖 FULL WRITE-UP + THE CODE https://accautomation.ca/can-ai-program-a-plc-i-tested-it-live-in-the-acc-plc-simulator/ ⏱️ TIMESTAMPS 00:00 Can AI Program a PLC? 00:49 The Setup 01:15 What the AI Produced

View Video Transcript
#Jobs & Education #Factory Automation