PLC Learning Series – Understanding Numbers

PLC Learning Series - Understanding Number Values

All programmable logic controllers (PLC) have the same numbering system at their core. This is the same with all computers as well. The status of any memory location can be either on or off. A one (1) will represent an on or “True” status and zero (0) will represent an off or “False” status. This … Read more

EasyPLC – Installing the Software

EasyPLC Installing the Software

EasyPLC Software Suite is a complete PLC, HMI, and Machine Simulator Software package. This PLC learning package includes the following: Easy PLC – PLC Simulation that will allow programming in Ladder, Grafcet, Logic Blocks, or Script. HMI System – Easily create a visual human-machine interface (HMI) Machine Simulator – A virtual 3D world with real-time … Read more

Solo SL-SOFT Installation – Temperature Controller Software

Solo SL-SOFT Installation - Temperature Controller Configuration and Monitoring Software

All Solo Standard Process Temperature Controllers that support RS-485 serial communications can use the SL-SOFT configuration and monitoring software. This free package will communicate to monitor multiple SOLO controllers using Modbus RTU or Modbus ASCII protocols. We will be installing the SL-SOFT configuration and monitoring software package on our Windows 10 PC. Communicating through our … Read more

Omron PLC Node-RED Serial Communication

PLC manufactures have their own proprietary protocols. These methods of communication will allow you to program the controller. Other protocols will allow you to collect and log information from the programmable logic controller. Node-RED has the ability to read and write to the Omron controller using special protocol commands. We will connect Node-RED to the … Read more

C-More Micro Program Quick Start

C-More Micro Program Quick Start

We will now look at the C-More Micro program quick start. This will demonstrate how to quickly get your C-More Micro Program up and communicating to your programmable logic controller. (PLC) The general steps involved with a human-machine interface (HMI) program will include, program development, ladder logic, and HMI program development. We will be breaking … Read more

C-More Drop-Down Menu Create – All Models

C-More Drop-Down Menu Create

The C-More can create a drop-down menu. This applies to all models of the HMI controller. A drop-down is a menu that offers a list of options. The currently selected item in the list is always displayed. When the visible item is selected (touched), other items from the list “drop-down” into view, and the operator … Read more