Productivity 1000 PLC AdvancedHMI Modbus TCP

We will now look at communication between the Productivity 1000 PLC (Modbus TCP Server) and AdvancedHMI (Modbus TCP Client). Advanced HMI is a powerful, adaptable HMI/SCADA (Supervisory Control and Data Acquisition) development package that takes advantage of Visual Studio. There is no coding required and you can simply drag and drop items onto the page. … Read more

Productivity 1000 Series PLC Firmware Update

Firmware is usually PLC operating system code that is written into a read-only memory. The BIOS (Basic Input Output System) of a PC (personal computer) is a good example of firmware. It provides a low-level interface between the hardware and software. The firmware for the productivity series of PLCs must be downloaded separately from the … Read more

Productivity 1000 Series PLC Data Logger

The productivity series of PLCs has a built in data logger. This easy data logger will log up to 64 tag values on a USB (Micro SD) storage device connected to the CPU. The logs will be stored in CSV (Comma Separated Values) file format. Logging can be triggered by the rising edge transition of … Read more

Productivity 1000 Series 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 will explain the synchronous and asynchronous program scanning. … Read more

Productivity 1000 PLC Array Functions Part 3

An array is a storage area for a group of common data type tags. They usually have some relationship with each other and need to be manipulated as a group. Previously we defined an array and use this in an indirect addressing program. It sequenced bits in an output card indirectly. We then looked at … Read more

Productivity 1000 PLC Array Functions Part 2

An array is a storage area for a group of common data type tags. They usually have some relationship to each other and need to be manipulated as a group. Last time we defined an array and use this in an indirect addressing program. It sequenced bits in an output card indirectly. In this second … Read more