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