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

Wiring Stack Light to a Click PLC

We will now wire a stack light to the Click PLC. Stack lights are usually modular stackable components that provide a visually illuminated and audible indication for machines, systems, and processes. They are usually located on top of equipment to provide this notification to personnel in the area. Stack lights are also known as signal … Read more

C-More First Program – EA9 Series Panel HMI

We will now put our first program into the C-More EA9 HMI Panel using the C-More programming software. The Do-More Designer Simulator will be used with a modified Start Stop Jog Circuit so we can use our C-More HMI screen to monitor the output as well as control the inputs on the PLC. Communications will … Read more

C-More EA9 HMI Series Panel System Setup Screens

The C-more touch panels include a series of built-in System Setup Screens that allow you to view detailed information about the panel; adjust certain features; configure communications; test various functions of the touch panel; backup & restore firmware, a recipe, log, and project memory; clear memory and reset all values and conditions back to the … Read more

Productivity 1000 Series PLC PID Ramp Soak

Productivity PLC – PID Ramp Soak Instruction The purpose of a ramp soak instruction is to make gradual, controlled changes in temperature (Ramp), followed by a temperature hold (Soak) period. We will be using our Proportional-Integral-Derivative PID Instruction that we looked at last time to apply the ramp/soak instruction. Using the immersion heater in a … Read more

Productivity 1000 Series PLC PID Instruction

PID Loop (PID) Instruction (Auto Tuning) – Productivity 1000 PLC A Proportional-Integral-Derivative algorithm is a generic Control Loop feedback formula widely used in industrial control systems. A PID algorithm attempts to correct the Error between a measured process variable and the desired setpoint by calculating and then outputting a corrective action that can adjust the … Read more