panelview 800

sevs_89

Member
Join Date
Apr 2018
Location
uk
Posts
1
hi all,

is it possible to move the decimal place in numeric display on panel view 800.

the PLC is SLC500.

im trying to read a pressure, when SCP for an example i get 87 which is 8.7 bar but on the HMI it only lets me add a decimal.

any help would be great.
 
I have only used FTVME, I am not sure how CCW works. But in FTV, you can use expressions in the connection. For example: {[PLC]pressureTag}/10 .
Another thing it could be is just setting the number of decimal places in the properties.
Depends on your situation, but just throwing some ideas out.
 
Last edited:
You dont need to use an expression in ftvme to do it.

You will need FTVME and on the numeric display property's for 87 there is a option on where to put the decimal.
 
bright, here is what i was thinking.
If the actual tag was a 'real',
and the actual value was '8.7',
and the properties decimal places was set to '0',
The displayed value would be rounded to '9'.
He stated the displayed value was '87' and should be '8.7', so I figured it was possibly a 'dint' or similar that needed converted.
 
+1 to Alan's suggestion. Just divide the tag with the value "87" in the PLC by 10 with a FLOAT tag as the destination, and read that tag with the HMI. Will just come in as 8.7 and you don't have to worry if CCW doesn't support expressions.
 

Similar Topics

As the title says, I'm using CCW with a PV800 (and Micro850). I've made a scheduler in which a user can choose a month, day (1-31), hour (0-23)...
Replies
15
Views
498
Hello, So i managed to read the string coming from control logix and put a string display in PanelView 800. Now I am struggling to do the other...
Replies
1
Views
135
Good morning all, programming a Panelview 800, I have a maintained push button programmed on screen 1. I copied and pasted it to screen 2. Could...
Replies
2
Views
1,150
I'm trying to convert an old panelview 600 application to the 800 and I'd like to keep the current serial comms configuration instead of adding...
Replies
1
Views
583
Hi all, I had a setup with 2 Micrologix 1100 connected to a Panelview C300 over DH-485. I was mandated to upgrade the HMI, and proposed to...
Replies
5
Views
884
Back
Top Bottom