Decimal Separator: we can use only the point?

2 Posts
2 Users
0 Likes
21 Views
f.cubattoli
(@f-cubattoliarcinfo-com)
Posts: 167
Reputable Member
Topic starter
 

Hello!

Is it possible in PcVue to change the decimal separator for analog value display? :dry:

Only the point seems to be usable, even if I modify the International Options in Windows... if I want to write & display a value with a comma [ , ] separator?

At least,for this customer, can be enough to make the conversion in Scada Basic:
> from Register to String -> TOC instruction can be OK
> For replacing . with , in a String, what is the easy & fastest way in Scada-Basic? :unsure:

Thankyou!!

 
Posted : 30/11/2012 6:10 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

Indeed it seems not possible to change the decimal separator.

For the conversion I advise doing it using VBA. The instruction "Replace" is done for that 😉

 
Posted : 03/12/2012 8:30 am