Productivity 1000 PLC Data Handling Part 1

Data handling instructions are used to perform movement and manipulations of the memory in the programmable logic controller. The Productivity 1000 Series PLC has fifteen different data handling instructions that can be used in a wide variety of applications. In this first part we will be looking at the following instructions: Absolute Encoder (ABSE) – … Read more

Productivity 1000 Series PLC Math Instructions

Math instructions are used to perform mathematical calculations. The Productivity 1000 Series PLC has math instructions that can be used in a wide variety of applications. We will be looking at the Data Statistics (DATA) and the Math Editor (MATH). The automation system that you implement may involve these instructions. As a system integrator, you … Read more

C-More Micro HMI First Program Create

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

Productivity 1000 PLC Counter Instructions

A majority of programmable logic controller (PLC) programs will include a counter instruction. The Productivity 1000 Series PLC has a couple of different counter instructions for your program. Under the data handling instructions, we have the increment/decrement instruction (INC). We could use this with the compare contact (CMP) instruction that we discussed in our Contact … Read more

Productivity 1000 Series PLC Timer Instructions

Just about every programmable logic controller (PLC) program will include a timer instruction. The Productivity 1000 Series PLC has several different timer instructions for your program. We discussed the timed coil (TMC) and flasher coil (FLS) last time as part of the contacts and coil discussion. (Contact and Coil Instructions – Video) We will now … Read more

C-More Micro HMI System Setup Screens

The C-more Micro HMI Panels from Automation Direct include a series of built-in Systems Setup Screens. They are split into three categories; Information, Setting, and Test Menu. Information – Under the information menu we will find the panel model number, available memory, and usage, the protocol being used by the panel, and the version information … Read more