RSview 32 Numeric Input Enable

ian.smith7

Member
Join Date
Aug 2002
Location
UK
Posts
145
Hi All
I have a PV+ Numeric input enable that I want to be visible at all times displaying the value in the PLC register. but I want to restrict the numeric input to users with a password ( V3.2 security).
If I put the following expression into the Optional Exp box on the connections tab will it work.

IF CurrentUserHasCode(D) THEN 1 ELSE 0

If this is not the way to achieve this what would be?
Thanks
ian
 
I'm not sure if this will help as we typically use Factorytalk ME - we create two objects, on a numeric display and the other the input object. We use the 'visivility' function to display one or the other depending on the login status. We size them the same and overlap them on the screen.
 
Thanks for your reply Bernie.
That is the way I have done it in the past I just wondered if that expression (which is the same one I will use for visibility of the hidden object) would work in that options input.
I guess Ill just have to try it.
Cheers
Ian
 

Similar Topics

Replies
1
Views
2,240
Hi all, First time poster here... until a year ago my ladder logic exposure was at a GM assembly plant in the early 80's, all on D size paper...
Replies
2
Views
4,769
the option for a numeric display allow set a the field lenght, but a i need set a numeric intevale ... ex. [0,835]. How can i do it? thanks
Replies
0
Views
3,082
I have a series of numeric input "buttons" that send data to a Compactlogix timer, so the value requires mltiplying by 1000 in order to correspond...
Replies
12
Views
4,340
Goodmorning all. Does anyone have a method of entering numeric data on RSView 32 without that annoying default dashed line around the input...
Replies
7
Views
3,290
Back
Top Bottom