Since there isn't a programming general I'll try asking here.
Is there a python library that creates the same functionality as a PLC?
What I'm looking for is something that can create a sequence of steps, and can create 'memory flags' and I-O endpoints basically the same way a PLC does.
I know Python isn't meant for allocating to specific bits, bytes, words, etc. I just need the functionality of allocating to memory variables essentially.
Does anyone know if something like this exists? Or do I have to create it all myself?
I'm familiar with PLCs and I'm surprised that I haven't been able to find any library that can do the same basic things as a PLC. specifically with regards to memory flags and sequencing steps and using control logic in a simple manner.
I'm not interested in something that can talk to a PLC specifically, I just want the same functionality as a PLC in my programming; specifically memory flags and sequencing control logic.