Input Field WInCC Flexible, input real...

userxyz

Member
Join Date
May 2002
Location
any
Posts
2,768
I have a problem with inputting data...

to show a real i solved it like this:

I made a DINT and shifted a decimal place...


But, what if I want to enter data from 0.0 to 999.99 in wincc flex ? It doesn't work...

Anyons knows how to do this ?
 
Hi, I'm not quite sure what your problem is but I've just tried it and had no problem. Is it maybe the "Format Pattern"? try typing in the pattern as 999.99 this should allow you to enter/display any number from 0.0 to 999.99.

Nick

P.S. I like Ghent very much, I've done work there years ago for UCB films (and ICI before that).
 
heyhey

Okay, I now realise how dumb my question was, entering 999.99 works.

:) Ghent is the city of artists in Belgium


Manglemender said:
Hi, I'm not quite sure what your problem is but I've just tried it and had no problem. Is it maybe the "Format Pattern"? try typing in the pattern as 999.99 this should allow you to enter/display any number from 0.0 to 999.99.

Nick

P.S. I like Ghent very much, I've done work there years ago for UCB films (and ICI before that).
 
Is it a REAL or is it a DINT ?

For a REAL to have the input field display as 0.00 - 999.99 you have to specify the Format pattern as 999.99.
To limit the entry to 0.00 - 999.99 you have to add limits to the tag (min=0.0, max=999.99).

If it is a DINT, you specify Format pattern 999999, and shift the decimal point 2 places.
To limit the entry to 0.00 - 999.99 you have to add limits to the tag (min=0, max=99999).

edit: OK, you got it fixed.
 

Similar Topics

Context: PLC= S7-1212C, HMI=KTP1200 Basic. Hi again, When the "REPORT" button is pressed (on a different screen), it takes the operator to the...
Replies
7
Views
662
Hi, I have some numeric input fields and I would like to track whenever a change is made to them. For example if an user changes temperature...
Replies
1
Views
860
Hi guys I have a system of mp277 key hmi, s7-300 plc Hmi has damage, so I bought weintek hmi to replace it I have the cpu program so I got the...
Replies
3
Views
1,093
Edit 1: The mystery deepens. I fixed the below issue when I use an external power source for my field device but I want to configure the test...
Replies
0
Views
1,266
Hi, I would like to put a text field in my visualisation, where user can put some data (string or int). Then, after clicking a button, this data...
Replies
4
Views
3,945
Back
Top Bottom