DYNAMIC TEXT - 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: DYNAMIC TEXT (/showthread.php?tid=3128) |
DYNAMIC TEXT - Frank68 - 25.01.2021 Hello Is it possible to link a text to the description of the object? Let me explain a text that reads the description of the linked object and represents it in visu as text? Thanks BR RE: DYNAMIC TEXT - admin - 25.01.2021 Can you explain the purpose of this in more detail? RE: DYNAMIC TEXT - Frank68 - 26.01.2021 (25.01.2021, 15:59)admin Wrote: Can you explain the purpose of this in more detail? if possible, I would like a text on a button to automatically take the description of the object linked to the button. Thanks RE: DYNAMIC TEXT - admin - 28.01.2021 Unfortunately object description is not available in the visualization directly. You will need some extra server-side .lp files to access it. Using a separate 250-byte should be much simpler. RE: DYNAMIC TEXT - AlexLV - 28.01.2021 Hi, in one project I did as admin recommended - used 250-byte objects for button description.. I put all of them at init script - so names loaded when PLC started. Project still not finalized, some buttons has "reserved" names. But quickly and easily names can be changed/upgraded from one place.. BR, Alex |