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

Recent Orders

View and Manage | Request Cancellation

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.
+
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
  • AC Motors
  • 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 Lookup Text from AutomationDirect


Related Products

EA1-S3ML
EA1-S3ML Thumbnail
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=hnEQavXhlrE&utm_medium=VideoTeamDescription

(VID-CK-0060)

This videos shows how to use the Lookup Text in the C-more micro graphic panel.

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

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


Hide Transcript
View Transcript

With the Lookup Text object the value of a TAG picks a text message from a table and displays it. Here we have an increment decrement button here which will allow us to increment and decrement this tag easily. As we increment the TAG, we get different messages AND each item used in a message gets added to our simulator control window. This example highlights several features: The main thing is the text can contain the results of TAGs! This is a discrete TAG that has been added to some text. We can see that if we change the discrete tag, then the text message changes. Or, you can display text with a numeric value. This message is now reflecting the result of this numeric tag right here. If we change that value, then it gets shown in the display. You can also display text with a string – if we add a string here .. then it appears in our message along with the text that we had already setup. And, of course, you can always just display static text if you want to. You can also specify tones to go along with the messages and you can specify how many tones go with each message. In this example we specified 10 tones to be sounded every time this message was displayed. Finally you can specify the behavior if you run out of messages – in this this example we chose to display a blank. The lookup text is great for posting status messages that change over time, or error conditions for example. The beauty of this text lookup object is we can embed all kinds of TAG information. Let’s see how to set this up: Double click on the lookup text object, or drag it onto the screen. Select the TAG that will serve as an index into our table – we’ll use this TEXT INDEX TAG that we already have setup here. Now we setup the text messages in this message database right here, which you can also setup over here in the navigation windows function tab under message database or under the database menu. You can see we have already 5 different messages setup in this project. You can specify the text size for each message so each message in the table can have a different text size. The Text color, The sound for each one – do you want beeps or not? If you do want beeps, specify the number. And then finally, the message you are going to display. Let’s take a look at each message. This first one displays a static text along with a discrete TAG. You can pick any TAG you want by clicking on this little yellow button right here. You pick the data format – is it discrete, numeric, or string – we’ll pick discrete. Pick the TAG you want to use to control this. We’ll use this “DISCRETE” TAG we setup – and you put in the text that you want to use for the TAG – both the ON sate and the OFF state. We just added another TAG to this message – we didn’t need to do that of course … The next message on the list is a Decimal, so we put in some ”Decimal” text and decimal number. Let’s just look at that one instead of adding a new one. You can see we chose numeric type, the NUMERIC TAG and all the usual formatting options you would have with numbers. The next message was a text message, with a string. We simply chose a string type, and the TAG that indicates the location of the String we want to display. The next one was just static text. And the next one we had a message – just a static text message – BUT this time we enabled the sound. We chose to turn the beeps on and we can either loop them forever or we can have a limited number – let’s move that down to 5. And that’s the end of our message database. When you are creating messages, you can use tag you want, discrete, numeric value, and strings – anything you want in your text message as many as you want BUT you are limited to 128 characters max, including any embedded TAG data you display. So .. using the lookup text object you can display a variety of messages and results in a single box that canadapt to your application’s needs in real time. And you can even control the sounds that go with each message! And of course, if you use one of the color panels, you can get REALLY carried away with the formatting of these messages! A Side Note: If you want a graphical version of this where the plc picks images instead of text, check out the video on “How To Use Multi-State bitmap objects.” That’s it for this video – be sure to check out all of 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 Lookup Text 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
„