Hi,
I try to use gauge.
Here is the part of my code, very simple code:
var volumeValue := 0.4;
volumeValue *= 100;
img_SetWord(hndl, iGauge1, IMAGE_INDEX, volumeValue);
img_Show(hndl, iGauge1);
This code work when I put directly 40 on the variable volumeValue but when I try to do this conversion, it doesn't work.
I red the value in volumeValue after the first step and it contain"STA~1.gci".
Thanks in advance for your answer.
I try to use gauge.
Here is the part of my code, very simple code:
var volumeValue := 0.4;
volumeValue *= 100;
img_SetWord(hndl, iGauge1, IMAGE_INDEX, volumeValue);
img_Show(hndl, iGauge1);
This code work when I put directly 40 on the variable volumeValue but when I try to do this conversion, it doesn't work.
I red the value in volumeValue after the first step and it contain"STA~1.gci".
Thanks in advance for your answer.
Comment