Logic Machine Forum
Layer or similar on visu - 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: Layer or similar on visu (/showthread.php?tid=3142)



Layer or similar on visu - Frank68 - 03.02.2021

Hello

It is not possible to layer objects on pages, as if I create an object with a base color of green on on and transparent on off, then on top of a yellow one on on and transparent on off etc. etc .. once the page is saved they no longer respect the order and I find myself on the first object, in case of modification I have to delete and reassign them all.

Thank you


RE: Layer or similar on visu - Daniel - 03.02.2021

Hi
Your description is not the clearest but I think you are trying to put one object on top of another. It was answered many times here. There's no order for layer position of same type of objects. You can put object on Layout and on Plan, the one on plan will be always above the one on layout. The recommended method is to use of numeric object and additional icons.


RE: Layer or similar on visu - Frank68 - 03.02.2021

(03.02.2021, 12:59)Daniel. Wrote: Hi
Your description is not the clearest but I think you are trying to put one object on top of another. It was answered many times here. There's no order for layer position of same type of objects. You can put object on Layout and on Plan, the one on plan will be always above the one on layout. The recommended method is to use of numeric object and additional icons.

Ok

But I use different layouts, menus and more.

I have 100 different objects 50 alarms and 50 warnings, I need 3 status values green, yellow, red (OK, WARNIG.ALARM).
As an example I need a script with inside 50 if..elseif .. else conditions, with which I evaluate the 100 objects and then I need 50 virtual objects in which to insert numerical value, it is not a code that can be reused in a simple way .

I need a function to pass the alarm object to alert and return a direct number (this is possible, I see)
but I still need 50 new virtual items.

Quite right?

BR


RE: Layer or similar on visu - Daniel - 03.02.2021

yes but script can be with 1 if, if you have good naming convention.