FT View ME User Properties

Greg Dake

Member
Join Date
Jun 2005
Location
Milwaukee, Wi
Posts
550
Hello!

Please see attached. Is there a way in FT View ME to access the information in the "Description" Field for a FT user? I know I can access the "User Name" field with "System\User" and display it as a string. Can something be done to display any of the other fields as a string in ME?

TIA!

Greg

2018_05_23_13_26_30_desktop_e9r4ge2_192.168.1.2_service_mode.jpg
 
I believe you could do it in SE with VBA, but I don't see a way to do it with ME.


The System\User is just the currently logged in User.


However, perhaps someone with more knowledge and experience with ME can correct me.


Stu....
 
I can't think of a way - the only property exposed is System/User, and that is Read Only.
 
You must be looking at a way to display a meaningful name instead of the username? I wish they would get a decent security system, but doubt they ever will. It's not very elegant, but what I did was create an array of users in the plc. One member is username the other was a meaningful name for that user. I would display the meaningful name when the corresponding user was logged in. I had to create macros in login/logout to write the current user to the PLC.

Another option is just do all security in the plc. If you want it secure, so people can't see passwords, you could create an add-on instruction that's secure and use local tags, which can be used in ME as long as read/write privileges are set. But, unless you have the proper sk.dat you will not be able to see inside.

Just my two pennies.

James
 

Similar Topics

Hello is their a way to create a password that contains the following variables: 1) number of the day in the month, example 07 the 7th day in...
Replies
2
Views
671
Hello all, I am looking for a way to have a user get logged out after an X amount of time because to default so that user privilages are no...
Replies
4
Views
565
I have a FTView application that allows user management via the HMI. When I need to make a revision to this application, I upload and restore the...
Replies
0
Views
794
Typically we use A, J, O codes in SE security, to allow buttons on the display to be pressed and operated according to logged in user. During SE...
Replies
0
Views
906
I have a Panelview Plus 7 recording data for a customer, who uses FTP to collect the data. Currently it is setup to allow "anonymous" login for...
Replies
2
Views
2,798
Back
Top Bottom