Productivity 2000 PLC Program Control

Productivity 2000 PLC Program Control

The program control method and instructions will allow us to specify what parts of the logic get solved and when this happens. This will control how the PLC will scan and solve your logic in your program using a synchronous PLC Scan. Understanding the PLC program scan post will explain synchronous and asynchronous program scanning. … Read more

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 2

Productivity 2000 PLC Array Functions Part 2

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. Last time … 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