Omron CP1H PLC to CMore HMI EA9 RHMI

The C-More EA9 Series of human-machine interfaces (HMI) provides a way for the operator to control and will perform a lot of additional items. The free programming software is very user friendly and fully featured. Here are some of the additional items that this robust and powerful HMI can do besides communicating to programmable logic … Read more

Capacitive Pushbutton Sensor Switch /Indicator

We will now look at the capacitive pushbutton sensor switch and indicator. Normal pushbuttons on a panel are usually a mechanical device. They can become “sticky” when too much dirt or oil is present. Capacitive push buttons do not have moving parts to stick, so the life expectancy is increased. Disinfectant sprays can be applied … Read more

Wiring 3 Wire DC NPN and PNP Sensors

Wiring 3 wire DC sensors can be confusing. I recently received a question on PNP and NPN sensors. They wanted an explanation of what a sink is and how to wire one. Confusion over the Normally Open and Normally Closed function of the sensor is also a common question. Several diagrams will show a resistor … Read more

Universal Signal Conditioner and Isolator

Signal conditioners are used with analog current and voltage signals. They have the ability to change your input analog signal to another output analog signal. As an example, we can have 4-20mA analog input and change it to a 0-10VDC output signal so we can wire this into our PLC. Typically signal conditioners will also … Read more

Wiring an Ultrasonic Proximity Sensor

An ultrasonic sensor (switch) is able to detect object presence without physical contact (limit switch). No physical contact means that the switch has no parts that will wear out. The life span of the sensor is increased with less maintenance. An ultrasonic sensor will use sound waves to detect objects. These sound waves are at … Read more

Wiring an NPN PNP Sensor to the Click PLC

A proximity sensor (switch) is able to detect object presence without physical contact like a limit switch. No physical contact means that the switch has no parts that will wear out. The life span of the sensor is increased with less maintenance. A capacitive proximity sensor will detect ferrous and non-ferrous objects. The sensor works … Read more

Wiring an Inductive NPN PNP Sensor – Click PLC

We will now look at wiring an NPN and PNP inductive proximity sensor to the Click PLC. A proximity sensor (switch) is able to detect object presence without physical contact like a limit switch. No physical contact means that the switch has no parts that will wear out. The life span of the sensor is … Read more

Wiring Push Buttons Switch to Click PLC

We will now look at wiring a click plc with selector switch and pushbuttons. A push button (pushbutton) is a simple human interface for controlling some aspect of a machine or process. The push button requires a force to push the button to change the electrical operation from off to on or vice versa. The … Read more

Omron CP1H AdvancedHMI Communication

We will now use AdvancedHMI to communicate to our Omron CP1H controller. Advanced HMI is a powerful, adaptable HMI/SCADA (Supervisory Control and Data Acquisition) development package that takes advantage of Visual Studio. There is no coding required and you can simply drag and drop items onto the page. The best thing is that the software … Read more

Omron CP1H Data Control Instructions

The data control instructions in the Omron CP1H programmable logic controller are used to manipulate the outputs based upon control conditions. Control is the main purpose of these instructions within the PLC. Instructions include PID (Proportional, Integral, and Derivative), PID with Autotuning, Dead Band Control, Limit, Dead Zone Control, Time Proportional Output, Scaling, etc. We … Read more