Transform Numeric input into Numeric display

eterc

Member
Join Date
Nov 2021
Location
yhumaide
Posts
6
Hello

I'm looking for a simple way to transform numericInput Fields into numeric Output.

I made several supervision screens with hudreds of parameters field .
Those fields are numericinput. Now I'ma asked to have the same screens but with only an display and no way for the user to change the value... Is there an "easy" wayt to transform those fields (or to leave the numericinput Field but in "read only" mode) ?

I dont want to have to redraw the same screens and take hours :-(

Tanks for your help
 
What platform is the display for example most HMI's all you do is copy the input screen then click on the fields & change them to display rather than data entry, it will depend on the HMI though, some you can simply change the format to read only, others you may have to replace the fields with display type, alternative is to make the fields password (level entry) protected so that only authorised people can change them.
 
Hi parky

Thanks for your answer
The screens are on factory talk view studio (and factroy talk supervision) .

I tried export to XML -> search and replace numericinput by numericdisplay but I ve errors xhen i try this.

I'm very new to factory talk (I was web developper before) and now I replace someone who left the company
 
Long time since I did FTV & it has changed considerably, however, perhaps others here could point you in the right direction, however, perhaps the simplest way is as I posted, just copy & re-name the graphic & edit the input/display properties of each field. xml files are sometimes difficult to modify in graphics in my experience, somethimes the format of objects although you think they are correct turn out to be different.
 
I don't have a way to test the behaviour of them right now (I no longer work in a place with FTView), but wouldn't changing the enable (or availability) to false achieve this?
 
Hello

I'm looking for a simple way to transform numericInput Fields into numeric Output.

I made several supervision screens with hudreds of parameters field .
Those fields are numericinput. Now I'ma asked to have the same screens but with only an display and no way for the user to change the value... Is there an "easy" wayt to transform those fields (or to leave the numericinput Field but in "read only" mode) ?

I dont want to have to redraw the same screens and take hours :-(

Tanks for your help

The "easy" solution would start by Duplicating the screens you want for "Display Only" then it should be as easy as changing the (Numeric Input Enable Properties) under Tab: Numeric > Pop-up settings and select <None>. This should accomplish what you want.

See Sceenshot for FTVStudio V13

FTVS_Numeric.PNG
 
Can you use security and permissions to achieve this? Only users with the correct security code could change the values. Everybody else is effectively read-only. Would still have to edit every tag and/or Numeric Input field, but probably better than building new graphics.
 
If you're using the xml export/import method, I'd try KuulKuum's advice. Test it first on a single display that has 2 otherwise identical numeric entries, one with "None" selected and the other with whatever you have selected on your displays. Then export it and find the differences. You might be able to then do a find & replace on your main file.
 

Similar Topics

We are doing a proof of concept to try the following 1) get data from KepServer 2) The Data will be transformed eg: a Status code of 1 gets...
Replies
0
Views
1,215
Hi All I am setting up a Coordinate System in RS5K. It is a cartesian Type with axis X,Y,Z. I am a little confused as to what the Transfrom...
Replies
10
Views
1,987
Hello all, I'm currently working on a servo motor linear positioning system (ball screw). I'm all set up regarding communication between my HMI...
Replies
1
Views
92
Hi I'm working in Studio 5000 View Designer V9. The HMI panel im currently using is a 5510, whit physical buttons and functions keys on both side...
Replies
3
Views
181
Hi everybody, I have about three Red Lion HMI's, the calibration on the screens seems correct but where I'm using the pop up keypad to enter...
Replies
1
Views
116
Back
Top Bottom