Productivity PLC Node-RED MQTT – P1000 / P2000

Productivity PLC Node-RED MQTT - P1000 / P2000

We will use an MQTT broker in Node-RED to communicate to the productivity PLC clients. MQTT stands for Message Queuing Telemetry Transport. This simple ‘publish and subscribe’ communication protocol does not take too many resources. Constrained devices with low bandwidth are ideal for MQTT. This protocol provides machine-to-machine (M2M) connectivity, perfect for the Internet of … Read more

Productivity 2000 Series PLC Online Programming

The Productivity Suite Software allows us to modify our existing program and execute the new code without stopping the scanning of the PLC. This is referred to as online programming or editing. We change the ladder logic code and when we save it to the PLC, the current scan of the PLC is held until … Read more

Productivity 2000 Series PLC Program Documentation

Productivity 2000 Series PLC Program Documentation

Previously we created our first program using the Productivity Suite Software and transferred this to our connected Productivity 2000 Series PLC. One of the most important aspects of programming the PLC is to document. This will aid you and your team in programming, troubleshooting, and modifying the automation control system. Your documentation should read like … Read more

EasyPLC Simulator Productivity PLC Robotic Cell

EasyPLC Machine Simulator Productivity PLC Robotic Cell

The Machine Simulator (MS) is part of the EasyPLC software suite. It has many built-in machines that are used to show different programming techniques. The robotic cell example is one of these machines. This will demonstrate a sequencer example. The logic will step through different steps in order to perform the task. In this case, … Read more

Productivity 2000 Series PLC Debug Mode

Productivity 2000 Series PLC Debug Mode

The productivity suite programming software has a debug mode. This will allow you to view and control the rung execution on your ladder logic code. These programming tools allow you to troubleshoot, find, and correct errors in the PLC programming logic. We will be adding a couple of rungs to our exiting start-stop circuit we … Read more

Productivity 2000 Series PLC Software Install

Productivity 2000 Series PLC Software Install

The Productivity 2000 Series PLC uses the Productivity Suite Software. It is a complete package without restrictions or limitations. The software can be downloaded free of charge. The latest Productivity Suite software version is 3.10.2(1). Automation Direct has put over 20 years of programmable controller software experience, customer suggestions, and feedback into this programming package. … Read more