How to Implement Omron PLC Host Link Protocol

The hostlink communication protocol is a method developed by Omron for communication to PLCs and other equipment. This ASCII-based protocol is used over RS232 or RS422/RS485. It is a many-to-one implementation, meaning you can communicate with up to 32 devices back to a master. (1: N) This communication on the industrial floor can control PLCs, Temperature … Read more

The Secret of Using Timers – PLC Programming

We will now look at the secret of using timers in the PLC. Timers are used in the majority of PLC programs. There are also a wide variety of off-the-shelf industrial timers that you can use. The implementation of timers can be vast; however, it all starts with a TIMING CHART. Timing Chart – Secret … Read more

How to make a Start Stop Jog circuit in a PLC

Looking at a stop-start jog circuit in the PLC will help us understand the differences in hard-wiring the circuit and programming. Basic Start Stop Circuit Let’s start with the primary start-stop circuit. Here is what it looks like hard-wired. (Physical switches wired to outputs devices, such as motor contactors and relays.) When the start pushbutton … Read more