Productivity 1000 Series PLC Program Control Instructions!

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

C-More Micro HMI Object Buttons and Indicators

We will now look at buttons and indicators that we can use on our C-More Micro HMI. The C-More Micro HMI Panel software uses virtual components called Objects. These objects are programmable to simulate the functions that you require on your automation project. Several of these objects can be placed on a one-panel screen and … Read more

Horner XL4 Series

Horner XL4 Series (All in one controller) This series on the Horner XL4 all-in-one controller (PLC) will go step by step through learning how to use this innovative unit. System Hardware – Unboxing Hardware Video – Powering Up Unit Video Installing the Software Cscape – Video Cscape Software Setup – Video Establishing Communication – Video Numbering System and Addressing … Read more

Productivity 1000 Series PLC – P1000

Productivity Suite PLC Simulator Software Free Download – Video Productivity 1000 Series PLC – Automation Direct System Hardware – Video Installing the Software – Video Establishing Communication – Video First Program – Video Documenting the Program – Video Monitoring and Testing the Program – Video Online Editing and Debug Mode – Video Numbering Systems and … Read more

BRX (Do-More) PLC

BRX Series PLC – Do-More Designer – Automation Direct System Hardware – Video – PLC Unboxing Video Installing the Software (Do-More Designer 2.0) – Video Establish Communication – Video – Firmware Update Video Numbering Systems and Addressing – Video Do-More Designer Element Browser (Cast Builder)- Video First Program – Video Monitoring and Testing the Program – … Read more

Click PLC Series Industrial Automation

Click PLC Series Industrial Automation

Click / Click PLUS PLC System Features: – Investment is low for the hardware (low-cost PLC) and the software is free – Standalone PLC with built-in I/O – Communication ability – Ethernet Port, RS232, RS485 – support for protocols such as Modbus RTU, Modbus TCP, etc. – Ability to expand the system with a variety … Read more

PLC Compare Instructions: Traffic Light Programming Secrets!

Just about every program usually has some data comparison instruction. This is the ability to compare information from one area of the controller to another and act on results. The output of this comparison conditions the logical continuity of a rung. PLC Fiddle is a free online browser simulator and has the following compare contact … 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

C-More Micro HMI Object List Shapes

We will now look at shapes like lines, rectangles, circles, and frames that we can use on our C-More Micro HMI. The C-More Micro HMI Panel software uses virtual components called Objects. These objects are programmable to simulate the functions that you require on your automation project. Pushbuttons, Switches, meters, and graphs are just a … Read more

PLC Fiddle Math Challenge Examples

PLC Fiddle Math Challenge Examples

PLC programming will often involve math equations that need to be solved. Every manufacturer of programmable logic controllers will include math logic for you to use in your programs. Numbering systems play an important role. You can usually perform math using BCD (Binary Coded Decimal), Binary or Floating Point. Here is a link that will … Read more