Ladder Logic (NO) Contact – 3 Things to Know

Ladder Logic Normally Open (NO) Contact - 3 Things to Know

Normally open (NO) contacts or inputs in the PLC ladder logic program do not mean the same as a wired normally open switch. NO contacts on the ladder logic provide the logic condition for the rung to turn on the output. We will be looking at three things about the normally open (NO) contact on … Read more

Don’t Get Caught Without These 3 PLC Requirements

Don't Get Caught Without These 3 PLC Requirements

If you are looking to purchase a PLC system, there are three key components that you should look for. If your current system does not contain these features, you need to replace it with one that does as soon as possible. The three most important features you should look for in your new PLC system … Read more

PLC Learning Series – Understanding Numbers

PLC Learning Series - Understanding Number Values

All programmable logic controllers (PLC) have the same numbering system at their core. This is the same with all computers as well. The status of any memory location can be either on or off. A one (1) will represent an on or “True” status and zero (0) will represent an off or “False” status. This … Read more

Omron PLC Node-RED Serial Communication

PLC manufactures have their own proprietary protocols. These methods of communication will allow you to program the controller. Other protocols will allow you to collect and log information from the programmable logic controller. Node-RED has the ability to read and write to the Omron controller using special protocol commands. We will connect Node-RED to the … Read more