C-More Micro HMI Installing the Software

The C-more Micro Programming Software is a free download from Automation Direct. This is similar to the more powerful C-more Touch Panel programming software. This free HMI (Human Machine Interface) software has features designed to reduce your configuration time. Simply drag and drop the objects from the object bar onto the screen construction area. Configure … Read more

HMI (Human Machine Interface)

Android OS Suppanel HMI to Click PLC – Video Windows OS C-More Micro HMI C-More HMI EA9 C-More HMI CM5 (Newest Panel from AD) In Process… Programming Languages Visual Studio – VB.Net Implementing the Omron Host Link Protocol VB Net – Video Modbus TCP Data Logging to Database – Video AdvancedHMI Create a PLC with … Read more

Productivity Monitoring and Testing the Program

We will now look at monitoring and testing our productivity program. The Productivity Suite Software provides tools for us to monitor and test our programs. Last time we used Tag Names and Details, Task Names and Descriptions, Rung Comments, and Instruction comments to document our first program and transferred this to our connected Productivity 1000 … Read more

C-More Micro HMI System Hardware Review – Unbox

C-More Micro HMI

We will now unbox and review our C-More Micro hardware. Human machine interfaces (HMIs) are made to display and control operations for our automation solution. Information is displayed in a graphic format. (Graphical User Interface – GUI) The HMI is usually part of the SCADA (Supervisory Control and Data Acquisition) system. Communication from the HMI … Read more

ACC Automation 2017 Review

ACC Automation We would like to take a few minutes and reflect on the past, current and future of ACC Automation. 2017 has been our best year yet thanks to you. Your questions, comments and suggestions have helped us to build the site that you see today. Thank you.

Omron CP1H AdvancedHMI Communication

We will now use AdvancedHMI to communicate to our Omron CP1H controller. Advanced HMI is a powerful, adaptable HMI/SCADA (Supervisory Control and Data Acquisition) development package that takes advantage of Visual Studio. There is no coding required and you can simply drag and drop items onto the page. The best thing is that the software … Read more

Omron CP1H Data Control Instructions

The data control instructions in the Omron CP1H programmable logic controller are used to manipulate the outputs based upon control conditions. Control is the main purpose of these instructions within the PLC. Instructions include PID (Proportional, Integral, and Derivative), PID with Autotuning, Dead Band Control, Limit, Dead Zone Control, Time Proportional Output, Scaling, etc. We … Read more

Omron CP1H Table Data Instructions

The Omron CP1H programmable logic controller has several different table data processing instructions. These instructions are used to handle table data, stacks and other ranges of data. We can define a stack of data. With this data we can then do the following: add new data by pushing onto the stack, use FIFO (First In … Read more

Omron CP1H Program Control Instructions

The Omron CP1H programmable logic controller has several different ways to control the program and the way in which your program executes. Sequence control, Subroutines, and Step instructions can be used. These are just a few ways in which the controller will execute your logic using a synchronous PLC scan. Understanding the PLC program scan … Read more