Hello,
I create scada system and i have to add variables from mitshubishi PLC. I receive INT variables from PLC, but i have to display them with decimal. Now i created once more variable in math driver for each variables from PLC and used formulas to conversion them to lreal and divide by 10.
for example, i receive number 1234 from PLC and have to display 12.34 on scada screen.
But there is a lot of variables and i wonder is there easier way to do that. Is there any way to add comma in display setting?
Thank you