![]() |
Open beta testing - Printable Version +- LogicMachine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visu beta testing (https://forum.logicmachine.net/forumdisplay.php?fid=24) +--- Thread: Open beta testing (/showthread.php?tid=5904) |
RE: Open beta testing - jmir - 28.08.2025 Hi, I’ve done some tests using the plan visualization, and I’ve noticed that the size and/or position of objects changes depending on the device used or whether it's accessed through the cloud or not.. Visu using Laptop: Using mobile direct connection: Using mobile cloud connection: RE: Open beta testing - Daniel - 28.08.2025 (27.08.2025, 17:28)linux_sun Wrote:(27.08.2025, 17:08)Daniel Wrote: You cant sent: 2,3,4,5... to a boolean object No we will not as full solution is already implemented for this point. Visu is a mixture of Mosaic and old Visualization. Some ideas are taken from one and some from the other depend where it was done better. RE: Open beta testing - Daniel - 28.08.2025 @jmir, This looks to me as a custom font. The label element has auto-sizing and different browser is doing it slightly different. We will add size to the label element and there will not be auto-sizing. RE: Open beta testing - linux_sun - 28.08.2025 (28.08.2025, 08:11)Daniel Wrote:(27.08.2025, 17:28)linux_sun Wrote:(27.08.2025, 17:08)Daniel Wrote: You cant sent: 2,3,4,5... to a boolean object Ahhh, too bad, because it was a very useful command. I’ll replace it with a script. Thanks. RE: Open beta testing - admin - 28.08.2025 @linux_sun, can you explain what exactly is missing? If you want to send a fix Boolean value you should use Switch widget with Switch mode set to "Send On" or "Send Off". If you want to send a fixed numeric value then use the respective widget. The logic is different from Mosaic but the end result is the same. RE: Open beta testing - linux_sun - 29.08.2025 (28.08.2025, 08:41)admin Wrote: @linux_sun, can you explain what exactly is missing? If you want to send a fix Boolean value you should use Switch widget with Switch mode set to "Send On" or "Send Off". If you want to send a fixed numeric value then use the respective widget. The logic is different from Mosaic but the end result is the same. @admin, let me try to clarify the situation more precisely: I'm working with the DTPs shown in figure (a). Although they are defined as switches, they actually operate according to the following logic: DTP 41 fires when it receives the value 1 DTP 42 fires when it receives the value 2 DTP 43 fires when it receives the value 3 DTP 44 fires when it receives the value 4 In Mosaic (see figure (b)), this behavior could be implemented using the Send Fixed Value widget. However, in Visu this doesn't seem to be possible: when using the Select Value widget (or any other suitable widget, see figure ©), selecting the switch DTP is not allowed, as shown in figure (d). Thanks in advance for your support. RE: Open beta testing - Daniel - 01.09.2025 Switch is a switch, it can have two states: True and False. If you write any none-zero value to a boolean object you will get True. It is not that your 4 objects need a different value to work, any none zero value would do. This still doesn't change that simple 0/1 will do exactly the same. Just use Switch element with Mode set to: Send On(1) and end result will be exactly the same as writing 1, 2, 3 or 4. RE: Open beta testing - gdimaria - 02.09.2025 I created a layout with an image as background and associated it to a plan, but I can't see the background layout over it as previous in scada-vis. Why? RE: Open beta testing - admin - 02.09.2025 Check that your plan background is transparent. Also check Global appearance settings > Backgrounds > Plan view background. RE: Open beta testing - gdimaria - 02.09.2025 (02.09.2025, 09:27)admin Wrote: Check that your plan background is transparent. Also check Global appearance settings > Backgrounds > Plan view background. yes, the problem was color on backgrounds global settings. Thanks Peppe RE: Open beta testing - Daniel - 26.09.2025 New version of Visu is ready here Changes:
|