My laptop is running linux (popOS 22.04LTS), but I really want to become proficient in PLC logic, mainly for the purpose of being more effective in reading other people's programs. What is the best resource for simulating/learning PLCs on linux for little to no cost? There are two things that really bug me; 1. Paywalls and 2. Windows-Only applications
I don't know any major brand of PLC software that the IDE runs on Linux, so you're going to have to resort to a Windows VM.
https://autonomylogic.com/ OpenPLC from autonomylogic can run in docker, native on linux.
Is it a big brand no, but at least they have the most important functions to learn plc code (Ladder, strutured text, function block,...)
And the community is there to help if needed.
regards
I was looking at that. Looks like the only viable linux native tool. Works for what I'm trying to do, Thank you.