2080-lcd keys/lcd/menus, etc

RMore

Member
Join Date
Dec 2011
Location
Kenmore, NY
Posts
64
Is anyone aware of detailed working examples for implemeting a simple menu system for the 2080-LCD mOdule used on the Micro810 controllers?
 
I have some Micro 810s here and a 2080-LCD, but I've never gone as far as what you are suggesting, so I have no experience in setting up menus as such? I'm not even sure if it does programmable "menus"? Or do you mean screens?

Here's some info...

466043 - Using the keypad and KEY_READ FB on micro810 to manipulate data values
Access Level: Everyone

If you need some more help, and if I am able, I'll gladly assist you.

Regards,
George
 
I have done this, but unfortunately do not have the permission to send a program to you.

On my project I created a simple interface with about 16 screens that were used to display and set user-values in the Micro810.

It takes some time and pain but is possible.

Several pointers...
Will need instruction KEY_READ to read the 2080-LCD keys.

The instruction LCD is used to create the display. All input tags to that instruction are STRING, so all your numerical values will need to be converted.

I used the UP and DOWN arrow keys to scroll through my screens and the LEFT and RIGHT arrow keys to modify values on the screen.

As I mentioned before, it isn't the cleanest solution and takes a fair bit of time to set up, but in my case it was for a product line where the code was re-used so the time was justified. The code to make my screens ended up using 75% of the memory with the remaining 25% left for logic :(
 
Geospark, Thanks for the replay. Unfortunately, the link in your reply isn't working on my computer. Is there another way I can access the information?
 
Sorry, the link URL got corupted after I pasted it in and swapped editor mode. If you haven't already, you need to register with the Knowledgebase to view it, but it's free...

466043 - Using the keypad and KEY_READ FB on micro810 to manipulate data values
Access Level: Everyone

G.
 
Micro810 example programs

Hi,
I'm new to the forum and PLC programming in general. I've done a lot of block type programming using HP VEE (now Agilent VEE) designing ATE (Automated Test Equipment). I'm now working with the Micro800 series PLC's. My first project will use the Micro810. I've installed the CCW software and have been looking at a few examples playing around with things but would like to find more examples to learn from. The three examples in the tech note 466403 are very helpful but I need more complete programs I can use to teach myself how the various elements in the FBD's and LD's are used. Any and all help would be much appreciated.
Thanks,
Ken
 

Similar Topics

I'm using a 2080-LCD with a Micro 810 to display analog values and display it on the LCD. However, some values display in scientific notation ex...
Replies
3
Views
2,054
Good day, I have a micro 850 with a 2080-MOT-HSC that is being fed by two flowmeters, Schneider Electric using IMT31's as converters. They are...
Replies
6
Views
458
I'm trying to set up a ring counter - one that transitions from 3599 to 0 (and 0 to 3599 in the reverse direction). My counter insists on...
Replies
2
Views
360
hello, I have a Maple Systems HMI5103L currently programed and running in conjunction with a AB 2080-LC50-24QWB. everything works fine data is...
Replies
2
Views
721
I have run into a problem with my first time installing a 2080-OF2 module on a Micro820 and have a hunch that the module itself - brand new out of...
Replies
9
Views
930
Back
Top Bottom