[?]: Format Number WinCC 1512 => 15.12

ProTool, WinCC flexible, WinCC, PP/OP/TP/TD/MP
Victor Yeo
Posts: 27
Joined: Sun Jul 06, 2008 3:12 pm
Location: Indonesia

[?]: Format Number WinCC 1512 => 15.12

Post by Victor Yeo »

dear expert wincc
In Wincc v5.0 above , if i have data db in plc (INTEGER) , how can display iofield in format decimal .
example :
in PLC
DB10.DBW0 ==> 1512, in display wincc ===> 15.12

Thanks alot
PLC_ITA
Posts: 265
Joined: Sat May 27, 2006 6:46 am
Location: Europe

Re: [?]: Format Number WinCC 1512 => 15.12

Post by PLC_ITA »

hello, you have 2 way to do this :

1 : in tag management you use a linear scaling in the tag read from the plc

2 : in I/O filed you need a dinamic windows and insert the tag / 100

bye
Serge_n
Posts: 131
Joined: Tue Feb 27, 2007 7:57 pm
Location: South Ukraine

Re: [?]: Format Number WinCC 1512 => 15.12

Post by Serge_n »

PLC_ITA wrote: 2 : in I/O filed you need a dinamic windows and insert the tag / 100
You must enter 'tag/100.00'
This is important for decimal readings.
PLC_ITA
Posts: 265
Joined: Sat May 27, 2006 6:46 am
Location: Europe

Re: [?]: Format Number WinCC 1512 => 15.12

Post by PLC_ITA »

Serge_n wrote:
PLC_ITA wrote: 2 : in I/O filed you need a dinamic windows and insert the tag / 100
You must enter 'tag/100.00'
This is important for decimal readings.

:oops:

OPPS... Thank you serge_n for your detail