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!!
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 😉


