AutomationDirect
Search
Login | Register
Accounts & Orders
Cart
0
$0.00

Recent Orders

View and Manage | Request Cancellation
Loading Order History
Loading...Loading...

Your Account

Account Home

Checkout   $0.00


  • My Orders
  • Product Returns (RMAs)
  • Pay Proforma Invoices
  • Pay Freights
  • Invoices / Invoice Reprint
  • Quotes / Favs / BOMs
  • Packing List Reprint
  • My Product Docs
  • Credit Application
  • Tax Exemption
| Direct Sales in US and Canada | 1-800-633-0405 | About Us | Contact Us | Line Card
Products | Support
| Compare
  
Ordering Tools  
warning Cookies are not enabled on your browser.
Cookies are required for our site. Please enable cookies in your browser preferences to continue.
ADC will be closed Friday, July 4th, to celebrate Independence Day. Orders placed after cut-off times on Thursday will be processed and shipped on Monday, July 7th.
+
Navigation
+
Shopping Categories
  • Barcode / RFID / Vision
  • Bulk Wire & Cable
  • Cables (Terminated)
  • Circuit Protection / Fuses / Disconnects
  • Communications
  • Drives & Soft Starters
  • Enclosure Thermal Management & Lights
  • Enclosures & Racks
  • Field I/O
  • HMI (Human Machine Interface)
  • Hydraulic Components
  • Motion Control
  • Motor Controls
  • Motors
  • Pneumatic Components
  • Power Products (Electrical)
  • Power Transmission (Mechanical)
  • Process Control & Measurement
  • Programmable Controllers
  • Pushbuttons / Switches / Indicators
  • Relays / Timers
  • Safety
  • Sensors / Encoders
  • Stacklights
  • Structural Frames / Rails
  • Tools & Test Equipment
  • Valves
  • Water (Potable) Components
  • Wiring Solutions
  • Retired Products
+
Learn More
  • Brand Line Card
  • What's New
  • E-newsletter
  • Online PDF Catalog
  • Video Tutorials
  • Company Reviews
  • Learning Library
  • Affordable Training
  • Free Online PLC training
  • Cybersecurity
+
In Depth Product Sites
  • Programmable Logic Controllers
  • Productivity1000 PLCs
  • Productivity2000 PLCs
  • Productivity3000 PLCs
  • ProductivityCODESYS
  • LS Electric XGB Series PLCs
  • ProductivityOpen
  • CLICK PLCs
  • Do-more H2 PLCs or
    Do-more T1H Series
  • Do-more BRX PLCs
  • C-more Touch Panels
  • AC & DC Drives
  • Motion Control Components
  • Servos
  • StrideLinx
  • Pneumatics
+
Product Selectors &
Configuration Utilities
  • PLC Family Selector
  • P1000 PLC Systems
  • P2000 PLC Systems
  • P3000 PLC Systems
  • ProductivityCODESYS
  • CLICK PLC Systems
  • Do-more® BRX PLC Systems
  • LS-Electric® XGB PLC Systems
  • Productivity®Open Systems
  • Datalogic® Safety Light Curtains
  • LS-Electric® Servo Systems
  • Nitra® Pneumatic Grippers
  • Object Detection (Sensors)
  • PAL Controller Configurator
  • Precision Gearbox Selector
  • Protos X® Field I/O
  • Quadritalia® Modular Enclosures
  • Stellar® Soft Starters
  • Stepper System Selector
  • SureFrame T-slot Extrusion
  • SureMotion® XYZ Gantry
  • SureServo2® System Selector
  • SureStep® Linear Actuators
  • Timing Belts & Pulleys
  • Werma® Stacklights
  • ZIPLinks

C-more Micro HMI Bottling Plant 2: Main Screen from AutomationDirect


Related Products

EA1-S3MLW
EA1-S3MLW Thumbnail
EA3-T6CL
EA3-T6CL Thumbnail
EA3-T4CL
EA3-T4CL Thumbnail
EA3-S3ML
EA3-S3ML Thumbnail
EA3-S3ML-R
EA3-S3ML-R Thumbnail
EA3-S3ML-RN
EA3-S3ML-RN Thumbnail
EA1-TCL-M
EA1-TCL-M Thumbnail
EA-MG-PGM-CBL
EA-MG-PGM-CBL Thumbnail


To learn more: https://www.automationdirect.com/C-more-micro?utm_source=nWGjDx3CtxE&utm_medium=VideoTeamDescription

(VID-CK-0072)

This videos shows how to program a main screen in the C-more Micro panel in a bottling plant example.

Download Example file here: https://library.automationdirect.com/c-more-micro-tutorial-video-resource-page/

Online Support Page: https://community.automationdirect.com/s/?utm_source=nWGjDx3CtxE&utm_medium=VideoTeamDescription

**Please check our website for our most up-to-date product pricing and availability.


Hide Transcript
View Transcript

On this first screen we can RUN the process – once we hit that button it can’t be used for anything else, we can STOP the process or we can momentarily run the process with a JOG button. As long as we hold the button down the process runs. There is also a status message over here which shows the current state of the system: running, or stopped. Clearly all 4 of these are related somehow – let’s see how that works. If we go to screen 1, all the things we are interested in are dimmed out and we can’t access them. That’s because they are actually on a background screen. We’ll discuss why that is in the video on using the shift keys, but for now just know that all of those objects are actually down here on screen 15. If we double click on the RUN button, we can see it is a bitmap button – this is so the user could use his own graphics for the button. This button is controlling the RUN TAG and is using that same TAG to drive the graphic indicator of the button. This is how you get a Pushbutton action, but with a graphical indicator – by using the same TAG for both. Here is the key – it is using the SET ON action. That way, once the RUN button is pressed it can’t be un pressed – something else has to change the TAG back to off. Now Look at the JOG button – exact same thing, BUT different graphics, and it is set to be a Momentary button so when it is released, it sets the TAG back to off. The STOP button is exactly the same as he RUN button, but it has its own graphic and it employs the SET OFF action, so once it is set to OFF, it can’t be unset – the TAG has to be modified by something else – like the RUN button - to Set it back to ON. And this is a Dynamic Bitmap which changes states between these two graphics as a function of the RUN tag. So now we can see how these 4 objects work together: When we press RUN, it modifies this RUN tag to ON, this Dynamic bitmap is watching that TAG, and it changes accordingly. When we hit STOP, it changes that TAG back to OFF. This Dynamic Bitmap sees that and changes the bitmap. Down here we have a speed control where we can adjust the speed of the process. Let’s see how that works. Looks like we have a static bitmap here for the numbers, an outline, a white box, a graphic, and an increment decrement operator – set to increment only – instead of an increment decrement – it chooses one operation, an INCREMETN operation and it is going to increment this SPEED TAG. Let’s hit control-Z to put all of those things back where we found them. Down at the other end we have another bitmap – arrows – sitting on top of another increment decrement operator, which we set to the decrement operation. Note that these increment decrement operators are set to increment and decrement by 10’s. So this is important to note – graphics like this one can be placed on top of objects, but the objects still operate as expected. If we go back to our simulator … even though this graphic is sitting on top of an increment decrement operator, the decrement and increment operators still function. That’s great because it really opens up your options on what you can display on the screen. We use that feature again down here on the function keys. These are just screen-change buttons with graphics sitting on top of them. We’ll discuss those more in a later video on the shift key, but you can see back here on screen 1, these are just graphics sitting on top of screen change push buttons. In the next video we’ll cover the Fans and Lights Screens behind this button. That’s it for this video – be sure to check out the other videos in this series. And as always, please send us any topics you would like to see covered – or - any other comments for that matter – we appreciate the feedback



No data returned!
An error has occurred! Please contact support
Videos Home > C-more Micro HMI Bottling Plant 2: Main Screen from AutomationDirect
Contact, Connect & More
Sign Up
to receive:
FREE e-Newsletter
sign up today!
Connect With Us
Social Media Channels:
linkedin    facebook    x    instagram    youtube
Company Information
About Us
Brand Line Card
System Integrator Program
International Sales
Panel Builder Program
Site Help
Company Reviews
Download Price List
Contact Us
Contact Options
1-800-633-0405
Monday - Friday
9 a.m. - 6 p.m. ET
excluding holidays
Career Opportunities
Voted #1 mid-sized employer in Atlanta
We're a great place to work!
Check out our job openings

Need Training?
Affordable Training by Interconnecting Automation
Free Online PLC Training
FREE Video Tutorials
Information & News
What's New / In The News
FREE e-Newsletter
Automation Notebook
Product Literature
White Papers
News, Product and Training Bulletins
E-Books
Shop with confidence
Checked   Safe & Secure
payment methods


We accept VISA, MasterCard, Discover, American Express, PayPal or company purchase orders.
AutomationDirect

BBB Accredited

Voted #1 mid-sized employer in Atlanta
Check out our job openings

Copyright © 1999-2025 AutomationDirect.  ALL RIGHTS RESERVED.
Site Map     Send Us your Feedback     Unsubscribe     Email Preferences     Legal & Business Policies     YouTube Terms of Service
Clear login credentials



Back to Top


spinner Updating...
Info