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 5: Shift Keys 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=5Y3Y4r89bus&utm_medium=VideoTeamDescription

(VID-CK-0075)

This videos shows how to use the shift keys on the C-more Micro panel in this 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=5Y3Y4r89bus&utm_medium=VideoTeamDescription

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


Hide Transcript
View Transcript

This project uses a SHIFT Key to get access to extra screens, and it does it in a unique way that allows you to change the function key graphics between the shifted and non-shifted function keys like this. Notice that all of these graphics are changing each time I hit a shift key. Using the normal Function Object method doesn’t allow you to change graphics between the shifted and non-shifted version. Let’s see how this is done. Normally you would use the Function Object to create a shift key. You would take one key, let’s take F1, make him the shift key, and then all of the other keys can be screen change keys to go to any screen you want. When you hit that shift key it brings up keys F6 through F10 and you can assign them to be screen changes or pick one to be a shift key to get you back to the original set of function keys. You don’t really need to do that because once you select one of these function keys the system automatically bumps you back to F1 through F5. The problem with using this function object is you can’t use graphics – and graphics REALLY help the user navigate the project. – you can’t even cover the function object with a graphic – it is always on top like this. You can see that down here – even though the Function Object is selected, the tools to raise and lower that object in the graphical hierarchy aren’t even available. If I highlight a button, those tools are available, so I can raise it to the top, but I can’t raise it above the function object – the function object is always on top. So how do you implement a graphical shift key without using the Function Object? Here’s the trick: We have two copies of the home screen, screen 1 and screen 2. They are identical, both using the same background screen but using different graphics for the shifted and non-shifted versions. The actual functionality of the home screen is up here at screen 15. Here’s our main screen that leaves our bottom area blank. If we go back to screen 1, we see that he has selected screen 15 as his background screen right here. So the only functionality on this screen is the function keys. Likewise, screen 2 is also using screen 15 as a background, so the only thing on screen 2 is these function key graphics. Do screen 1 is just a bitmap sitting on top of a screen change button – not a Function Button – and that screen change has F1 assigned to take us to Screen 2. Likewise, all of these guys are just bitmaps sitting on top of screen change buttons. The beauty of using this method is this screen change is going to take us to screen 2 … Screen 2 is the exact same screen, but now he gets to use different graphics for what appears to be the shifted version of the keys. So this button – the “shift” button – didn’t really shift anything it just took us to screen 2. The screen 2 shift button will take us back to screen 1. So if we go back to our simulator and check this out, when I hit the shift key, all that really did was take us to screen 2 which looks identical to screen 1 except it swapped out the graphics so now our shifted function keys can use graphics than the original function keys. We know these are really just bitmaps sitting on top of screen change buttons. Speaking of screen changes – take a look at shifted F2 which is a menu button. This screen gives us a menu of all of the screens in the project. We can scroll down through the various screens, and then jump to any screen directly. Let’s see how to do that. Notice that the menu screen doesn’t exist anywhere in our project – that’s because it is a special function. If we look at the function key – let’s move this bitmap out of the way – we expect this to be a Screen Change button. If we look at it, we see it is actually a screen selector button. This is a special function you have in the C-More Micro software. Here we can tell it we want the user to see both the screen number and screen name. Over here we select which screens the user gets to see. Using the Add and Delete buttons we can move these back and forth. These are all the screens the user won’t see – the available screens – and these are all the screens we selected to appear in that menu. So once we put this thing in place, put our project back together, and go back and look at our simulator, and we go to that menu screen, then we see the list of all the screens we selected in that screen selector dialog. We can simply scroll down through them and go directly to any screen in the project. This is a really nice feature to provide for the user that doesn’t want to have to navigate their way through a large project just to get to one screen. 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 5: Shift Keys 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