Click PLC PID using Factory IO (3D)

A PID (Proportional, Integral, and Derivative) control is possible with the Click PLC. A sample program was written for this PLC by Bernie Carlton in the following thread from the Automation Direct Forum. This was based on the math/process presented by Tim Wescott on is paper titled PID without a Ph.D. We will be using … Read more

C-More EA9 HMI Series Panel Define Custom Keypad

The C-More HMI Panel software uses popup system default keypads. I recently was asked to enlarge the keypad to make editing easier. We will now look at enlarging the existing system default keypads. This is especially good with touch screens over 10 inches. We will also look at how to define a custom keypad for … Read more

C-More EA9 HMI Series Panel Object List Recipe

The C-More HMI Panel software uses virtual components called Objects. These objects are programmable to simulate the functions that you require on your automation project. Pushbuttons, Switches, meters, and graphs are just a few of the objects that are available to you. The recipe object changes the value of a tag or multiple tags. We … 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

Click PLC Analog Dusk to Dawn Program Example

Click PLC Analog Dusk to Dawn Program Example

A dusk to dawn sensor usually is discrete on/off of the lighting control. If we want to vary the lights to mimic more of the sunset and rise, we would use an analog output to control the lights. I was recently asked about such a program. Every day they wanted the lights to go off … Read more

C-More EA9 HMI Series Panel Object List Bitmaps

The C-More HMI Panel software uses virtual components called Objects. These objects are programmable to simulate the functions that you require on your automation project. Pushbuttons, Switches, meters, and graphs are just a few of the objects that are available to you. A bitmap is an image file format used to store digital pictures (images). … Read more