PLC Fiddle – Online PLC Editor and Simulator

PLC Fiddle – Online Editor and Simulator

Online PLC editor and simulator can be hard to find. PLC Fiddle will allow you to create and save simple ladder logic circuits. The simulator will run your ladder logic and display the results in your web browser. The following series will take you through some of the basic instructions, timers, counters, math, compares and … Read more

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

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

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

1000 Series Array Functions: Productivity PLC Tutorial Pt2 Now!

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

Master PLC Arrays: Unlock Indirect Addressing & Sequencing

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, etc. The Productivity 1000 Series PLC uses arrays that are programmed using … Read more