Hello,
A did not find any verb in SCADA to change the unit of a variable with Scada Basic.
Is there any solution in SCADA-BASIC ?
Hi Jean Michel,
There is no Scada Basic verb to set the unit of the variable. You can read the unit with Variable("Unit",...) but no write.
You can try with this issue, you write in the varexp and the unit of your variable with Scada Basic (FOPEN,FPUTS,...) then you import dynamically by scada basic too (VARIABLE("IMPORTFILE")).
Maybe someone has a better issue.


