I would like to change the transparency value of a rectangle via the color variable during program execution.
For this purpose I have selected the setting "Draw semi-transparent" in the visualization manager.
Byte order of a color literal
16#TTRRGGBB
TT : 00 - FF // Transparency in 256 levels
RR : 00 - FF // Red in 256 levels
GG : 00 - FF // Green in 256 levels
BB : 00 - FF // Blue in 256 levels
When I run my program in simulation the transparency of the object changes as desired, but when I transfer the program to hardware I can change the color values, but changing the transparency has no effect.
Things like clean everything up, recompile, different browsers, clear cache I have tried without success.
Hardware is servo controller i950 from Lenze.
Development environment is PLC-Designer from Lenze 3.26.0.26454
Translated with www.DeepL.com/Translator (free version)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Additional info:
When i load the program on the controller and open the webvisu via the development environment everything also works as desired.
The problem only exists when I open the WebVisu via a browser (Edge, Firefox, Chrome).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I would like to change the transparency value of a rectangle via the color variable during program execution.
For this purpose I have selected the setting "Draw semi-transparent" in the visualization manager.
Byte order of a color literal
16#TTRRGGBB
TT : 00 - FF // Transparency in 256 levels
RR : 00 - FF // Red in 256 levels
GG : 00 - FF // Green in 256 levels
BB : 00 - FF // Blue in 256 levels
When I run my program in simulation the transparency of the object changes as desired, but when I transfer the program to hardware I can change the color values, but changing the transparency has no effect.
Things like clean everything up, recompile, different browsers, clear cache I have tried without success.
Hardware is servo controller i950 from Lenze.
Development environment is PLC-Designer from Lenze 3.26.0.26454
Translated with www.DeepL.com/Translator (free version)
Additional info:
When i load the program on the controller and open the webvisu via the development environment everything also works as desired.
The problem only exists when I open the WebVisu via a browser (Edge, Firefox, Chrome).
Maybe somebody has new informations about this topic?