C-More Micro HMI Object Recipe Component

The C-More Micro HMI Panel software uses virtual components called Objects. Recipe buttons are part of these objects. The Recipe Button Object changes the value of a tag or multiple tags. The Recipe Button Object looks and acts like a Pushbutton Object on the screen. When the Recipe Button Object is pressed, the values in … Read more

Productivity 1000 Series PLC Web Server

The productivity series of PLCs has a built-in web server. This web server function can make a non-secure (HTTP) connection to the CPU. This is done with your browser. You can then view read-only system tags and open, save or delete files stored on the micro SD drive. Previously we stored data logged files on … Read more

C-More Micro HMI Object Bitmap Image

We will now look at bitmap images that we can display on our C-More Micro unit. The C-More Micro HMI Panel software uses virtual components called Objects. Bitmaps are part of these objects. These bitmaps are images that are made up of tiny dots called pixels. Each of these dots are actually a small square … Read more

Productivity 1000 Series PLC Data Logger

The productivity series of PLCs has a built in data logger. This easy data logger will log up to 64 tag values on a USB (Micro SD) storage device connected to the CPU. The logs will be stored in CSV (Comma Separated Values) file format. Logging can be triggered by the rising edge transition of … Read more

C-More Micro HMI Object Meters and Graphs

C-More Micro HMI Object Meters and Graphs

The C-More Micro HMI Panel software uses virtual components called Objects. Meters and Graphs are part of these objects. They can represent a range of numbers and are programmable to simulate the functions that you require on your automation project. This helps you produce simple, intuitive looking human machine interfaces. We will now look at … Read more

Productivity 1000 Series PLC Drum Sequencer

The productivity series of PLCs has a Drum and Sequencer instruction. Drum instructions are great tools. They mimic an electromagnetically drum sequencer. Have you ever seen the mechanisms of a music box? Ok so it’s a little drum with pegs that catch and flick the chimes in a particular sequence to play whatever tune is … Read more

C-More Micro HMI Object Numeric Entry

We will now look at the C-More Micro Numeric Entry objects. 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 you can have multiple panel screens. … 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 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