Who Else Wants To Lean PLC Programming For Free?

I have always been an old-school programmer. Hardware in front of you hooked up to all of the I/O. I have recently looked at the automation direct do-more designer software solution. The Do-More Designer Software will allow you to build your ladder logic, download it into a simulator (which comes with the software), and run … Read more

Here’s a Quick Way to Understand PLC Inputs and Outputs

The term I/O means Input/Output. I/O can come in two different types; Discrete or Analog. Most people starting out learning about programmable logic controls (PLC) are taught all about discrete inputs and outputs. Data is received from devices such as push-buttons, limit-switches, etc., and devices are turned on such as motor contactors, lights, etc. Discrete … Read more

Here’s a Quick Way to Convert Grey Code into Binary for PLC

Grey Code Grey Code is used because only one bit of data will change at a time. The following chart shows the conversion of Grey Code to Binary. Number Binary Code Grey Code Number Binary Code Grey Code 0 0000 0000 8 1000 1100 1 0001 0001 9 1001 1101 2 0010 0011 10 1010 … Read more

What Everybody Ought to Know About PLC (Programmable Logic Controller) Numbering Systems

plc basics programmable logic controller

Programmable Logic Controllers (PLC) are the same as computers. They only understand two conditions; on and off. (1 or 0 / Hi or Low/ etc.) This is known as binary. The PLC will only understand binary, but we must display, understand and use other numbering systems to make things work. Let’s look at the following … Read more

C-More CM5 FAQ

C-More CM5 FAQ

Return to the C-More CM5 HMI Series Q: What is C-more CM5 HMI? A: C-more CM5 HMI is a high-quality, touchscreen human-machine interface (HMI) device used to control and monitor industrial automation processes. The newest CM5 C-More panel joins the EA9 and EA3 series. Q: What are the benefits of using C-more CM5 HMI? A:  … Read more

Series

These series of posts will go through specific hardware and software. They are designed for you to learn the device quickly. PLC Beginners Guide A good place to start for those just starting to learn about PLCs. PLC Fiddle – An Online PLC Editor and Simulator in Your Browser – This is ideal to try … Read more