Productivity 1000 PLC Series
Video thumbnail for Productivity 1000 Series PLC System Hardware
Productivity 1000 Series PLC System Hardware

3K views · Oct 14, 2022

accautomation.ca

We will now look at the system hardware available with the P1000. The Productivity 1000 series of programmable logic controllers has a slim stackable super compact design. This is sometimes also referred to as a shoebox PLC because of the shape and way in

Video thumbnail for Productivity 1000 Series PLC Installing the Software
Productivity 1000 Series PLC Installing the Software

6K views · Oct 14, 2022

accautomation.ca

The Productivity 1000 Series PLC uses the Productivity Suite Software. The software can be downloaded free of charge. It is the full package without restrictions or limitations. The latest Productivity Suite software version is 3.1.0.11. Automation Direct

Video thumbnail for Productivity 1000 Series PLC Establishing Communication
Productivity 1000 Series PLC Establishing Communication

4K views · Oct 14, 2022

accautomation.ca

We will be connecting the Productivity 1000 Series PLC with our computer running the Productivity Suite Software. A micro USB and an Ethernet (RJ45) communication link will be made to our programmable logic controller. The latest Productivity Suite softwa

Video thumbnail for Productivity 1000 Series PLC First Program
Productivity 1000 Series PLC First Program

4K views · Oct 14, 2022

accautomation.ca

We will now create our first program on Productivity. Last time we connected the Productivity 1000 Series PLC with our computer running the Productivity Suite Software. A micro USB and an Ethernet (RJ45) communication link was made to our programmable log

Video thumbnail for Productivity 1000 Series PLC - Documenting the Program
Productivity 1000 Series PLC - Documenting the Program

3K views · Oct 14, 2022

accautomation.ca

Last time we created our first program and transferred this to our connected Productivity 1000 Series PLC. This was programmed with our computer running the Productivity Suite Software. One of the most important aspects of programming the PLC is to docume

Video thumbnail for Productivity 1000 Series Monitoring and Testing the Program
Productivity 1000 Series Monitoring and Testing the Program

8K views · Oct 14, 2022

accautomation.ca

We will now look at monitoring and testing our productivity program. The Productivity Suite Software provides tools for us to monitor and test our programs. Last time we used Tag Names and Details, Task Names and Descriptions, Rung Comments, and Instructi

Video thumbnail for Productivity 1000 Series PLC Online Editing and Debug Mode
Productivity 1000 Series PLC Online Editing and Debug Mode

7K views · Oct 14, 2022

accautomation.ca

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 editing. We change the ladder logic code and when we save it to the PLC, the current

Video thumbnail for Productivity 1000 Series PLC Numbering Systems and Tag Database
Productivity 1000 Series PLC Numbering Systems and Tag Database

2K views · Oct 14, 2022

accautomation.ca

We will now look at the tag numbering systems used with the Productivity controller. The Productivity Suite Software allows us to use tags in the PLC. Tags are a method for assigning and referencing memory locations within the programmable logic controlle

Video thumbnail for Productivity 1000 Series PLC Contact and Coil Instructions
Productivity 1000 Series PLC Contact and Coil Instructions

2K views · Oct 14, 2022

accautomation.ca

Contact and coil instructions are in every PLC program. The Productivity Suite Software consists of more than 82 instructions divided into 13 categories for the PLC. Contacts and Coils are two of the categories of instructions. Contact instructions includ

Video thumbnail for Productivity 1000 Series PLC Timer Instructions
Productivity 1000 Series PLC Timer Instructions

2K views · Oct 14, 2022

accautomation.ca

Just about every programmable logic controller (PLC) program will include 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

Video thumbnail for Productivity 1000 Series PLC Counter Instructions
Productivity 1000 Series PLC Counter Instructions

2K views · Oct 14, 2022

accautomation.ca

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/de

Video thumbnail for Productivity 1000 Series PLC Math Instructions
Productivity 1000 Series PLC Math Instructions

2K views · Oct 14, 2022

accautomation.ca

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 au

Video thumbnail for Productivity 1000 Series PLC Data Handling Instructions Part 1
Productivity 1000 Series PLC Data Handling Instructions Part 1

9K views · Oct 14, 2022

accautomation.ca

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 applicati

Video thumbnail for Productivity 1000 Series PLC Data Handling Instructions Part 2
Productivity 1000 Series PLC Data Handling Instructions Part 2

7K views · Oct 14, 2022

accautomation.ca

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 applicati

Video thumbnail for Productivity 1000 Series PLC Array Functions Part 1
Productivity 1000 Series PLC Array Functions Part 1

5K views · Oct 14, 2022

accautomation.ca

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. We can use arrays for motion control, recipe management, sequencing (indirect addressing), math, et

Video thumbnail for Productivity 1000 Series PLC Array Functions Part 2
Productivity 1000 Series PLC Array Functions Part 2

4K views · Oct 14, 2022

accautomation.ca

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. Last time we defined an array and use this in an indirect addressing program. It sequenced bits in

Video thumbnail for Productivity 1000 Series PLC Array Functions Part 3
Productivity 1000 Series PLC Array Functions Part 3

39K views · Oct 14, 2022

accautomation.ca

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 i

Video thumbnail for Productivity 1000 Series PLC Program Control
Productivity 1000 Series PLC Program Control

4K views · Oct 14, 2022

accautomation.ca

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. https://accautomatio

Video thumbnail for Productivity 1000 Series PLC Drum Sequencer Instructions
Productivity 1000 Series PLC Drum Sequencer Instructions

2K views · Oct 14, 2022

accautomation.ca

The productivity series of PLCs has Drum and Sequencer instruction. Drum instructions are great tools. They mimic an electromagnetic drum sequencer. Have you ever seen the mechanisms of a music box? Ok, so it’s a little drum with pegs that catch and flick

Video thumbnail for Productivity 1000 Series PLC Data Logger
Productivity 1000 Series PLC Data Logger

4K views · Oct 14, 2022

accautomation.ca

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 tri

Video thumbnail for Productivity 1000 Series PLC Web Server
Productivity 1000 Series PLC Web Server

6K views · Oct 14, 2022

accautomation.ca

The productivity series of PLCs has a built in web server. This web server function can make a non secure (HTTP) connection to the CPU. This is done with your browser. You can then view read only system tags and open, save or delete files stored on the mi

Video thumbnail for Productivity 1000 Series PLC Modbus RTU Serial Communication
Productivity 1000 Series PLC Modbus RTU Serial Communication

5K views · Oct 14, 2022

accautomation.ca

The productivity series of PLCs comes with 4 built-in communication ports for easy connectivity to your PC or various industrial networks. Serial protocols like Modbus RTU can be utilized with either the RS232 or RS485 ports on this PLC. Modbus RTU is an

Video thumbnail for Productivity 1000 Series PLC Modbus TCP Ethernet Communication
Productivity 1000 Series PLC Modbus TCP Ethernet Communication

5K views · Oct 14, 2022

accautomation.ca

The productivity series of PLCs comes with 4 built-in communication ports for easy connectivity to your PC or various industrial networks. Ethernet protocols like Modbus TCP can be utilized with the RJ45 port on this PLC. Modbus TCP is an open (published)

Video thumbnail for Productivity 1000 Series PLC Firmware Update
Productivity 1000 Series PLC Firmware Update

12K views · Oct 13, 2022

accautomation.ca

We will now update our firmware on our Productivity P1000 Series PLC. 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 the firmware

Video thumbnail for Productivity 1000 Series PLC AdvancedHMI Modbus TCP
Productivity 1000 Series PLC AdvancedHMI Modbus TCP

2K views · Oct 13, 2022

accautomation.ca

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 advantag