Blurring icons in Visualization - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: Blurring icons in Visualization (/showthread.php?tid=5575) |
Blurring icons in Visualization - aicanx - 25.08.2024 Hi everybody, I have a Modbus address with data type "07. 2 byte unsigned integer" to control the fan speed. With value 1 the fan speed is at: low With value 3 the fan speed is at: medium With value 5 the fan speed is at: high Do you have any idea how to highlight the icon when I select 1 control value and the other 2 icons will be blurred? Thanks! RE: Blurring icons in Visualization - AlexLV - 25.08.2024 Hi, easiest way - you can load to controller your 3 icons (may be create one more when ventilator is stopped), and on visualization configuration page select additional icons, than add values and icon regarding value.. So when value = 1 you will see Icon 1, when value = 3 will see icon 2 etc.. Also you can find or create movable svg icons. I added 2 such icons to you. Find info in the internet how create your svg icon. I use free graphical soft Inkscape: https://inkscape.org Alex RE: Blurring icons in Visualization - aicanx - 26.08.2024 (25.08.2024, 17:43)AlexLV Wrote: Hi, Thank you very much! Best regards! |