Productivity 2000 PLC Array Functions Part 3

Productivity 2000 PLC Array Functions Part 3

An array is a storage area for common data type tags. They usually have some relationship with each other and must be manipulated as a group. We can use arrays for motion control, recipe management, sequencing (indirect addressing), math, etc. The Productivity 2000 Series PLC uses arrays programmed using the Productivity Suite Software. Previously we … Read more

Productivity 2000 PLC Array Functions Part 1

Productivity 2000 PLC Array Functions Part 1

An array is a storage area for common data type tags. They usually have some relationship with each other and must be manipulated as a group. We can use arrays for motion control, recipe management, sequencing (indirect addressing), math, etc. The Productivity 2000 Series PLC uses arrays programmed using the Productivity Suite Software. We will … Read more

Productivity 2000 PLC Data Handling Part 2

Productivity 2000 PLC Data Handling Part 2

Data handling instructions are used to perform movement and manipulations of the memory in the programmable logic controller. The Productivity 2000 Series PLC has fifteen different data handling instructions that can be used in various applications. This includes all of the data handling instructions. Understanding the full capability of the PLC that you are programming … Read more

Productivity 2000 PLC Data Handling Part 1

Productivity 2000 PLC Data Handling Instructions Part 1

Data handling instructions are used to perform movement and manipulations of the memory in the programmable logic controller. The Productivity 2000 Series PLC has fifteen different data handling instructions that can be used in various applications. It is important to look at the capabilities of your programmable logic controller. This will lead you to different … Read more

Productivity 2000 PLC Ladder Logic Math

Productivity 2000 PLC Ladder Logic Math

Math instructions perform mathematical calculations. The Productivity 2000 Series PLC has math instructions that you can use in various applications. We will look at the Data Statistics (DATA) and the Math Editor (MATH). We will demonstrate both of these instructions using the examples in the help file. An average wind speed will be calculated using … Read more

Productivity 2000 PLC Ladder Logic Timers

Productivity 2000 PLC Ladder Logic Timers

Timers are one of the first things you learn about programmable logic controllers. (PLC) Just about every PLC program will include timer instructions. The Productivity 2000 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 ladder logic output … Read more