Maple Systems Current User Name

jedft

Member
Join Date
Jul 2004
Posts
145
Hello all,

Using a Maple Systems HMI and programming with EZWare Plus. I need to be able to get the logged-in user name into the PLC (ControlLogix). I am not using the "enhanced security" on the HMI so the user names are simply numbers. The HMI internal address for current user is LW-10754 and it says "(8-words)" after it. If I do a global data transfer from the HMI to an 8-DINT array in the PLC will my user name (#) be in DINT 0 of that array?

The equipment is in is different country than I, which I will be traveling to Monday. Time will be very short there so I'd like to get this sorted out beforehand and not mess with it there.

Thank you!
 
I'm reasonably sure that is a 16 character ASCII string. If you open up the demo programs for one of the HMI's (I used HMI5070P) it references that tag with an ASCII entry/display object.
If you not using "enhanced security" it might be blank? I think the normal user just shows up in LW9219 and 9220.
 
Last edited:
So how to I get that into the PLC and turn it into an integer that I can use?

I need to allow certain actions based on the user number.

9219 changed before a password is entered, so that won't work as the user is not actually logged in.
 
Last edited:
I got it. I'll just compare the password with each user's password. Both of those are DINTs

Thanks.
 
The OEM for Maple is Weintek, and I'm using their software - EB8000. It's very close if not exact. Under Objects, Data Transer (time-based), you can set up a command that moves data from LW (HMI) to PLC every second, for example. You can check a box that enables it only on one screen if you want. In your case, the password screen.
 
Yeah I'm using that function to send the user number, password, and then each user's password over to the PLC every 3 seconds. Then I am comparing the password to the user's password in the PLC to decide if someone is logged in or not. Looks like it should work. I hate not having equipment to test on.

Thank you.
 

Similar Topics

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
Good morning, I have a small project coming up and I came across maple systems when looking for a cost effective HMI. What is your opinion on...
Replies
5
Views
1,447
Greetings everyone, hope all is well with you. We've been starting to use the HMI5000 series to replace obsolete HMIs hanging aroung our plant. I...
Replies
2
Views
1,767
Hello friends, I’ve recently started learning about PLCs and HMIs after I acquired a Wago 750-871 with one digital input card and two digital...
Replies
20
Views
5,598
Got a new customer recently that uses Maple System HMI's and CompactLogix L303ER controller I did not do the original programing of this system...
Replies
6
Views
2,341
Back
Top Bottom