Industrial Automation, PLC, VFD, and Troubleshooting
In the previous post, we covered the basic PLC timer instructions:
TON = Timer On Delay
TOF = Timer Off Delay
RTO = Retentive Timer On
Now we are going one step deeper.
In real …
Read MoreIn many PLC programs, the machine does not only turn devices ON and OFF randomly.
The machine often needs to follow a specific order.
For example:
Step 1: Start conveyor
Step 2: Detect product
Step …
33. PLC Programming Best Practices: Structure, Tags, Comments, and Troubleshooting ( 33 of 35 )
PLC Programming Best Practices
A PLC program should not only make the machine run.
A good PLC program should also be:
Easy to understand
Read MoreEasy to troubleshoot
Easy to modify
Easy to document
Easy to recover
Safe to …