25.11.2020, 20:53
Hello,
Is it possible to achieve such thing:
There would be a script, which would contain such information:
Logicmachine5
Input Input State Output Control output Comment
A A State A On/Off Not checked
And then if the script would run, it would create such a table in visualisation with all the objects, for this example it would have to create everything like this:
Is it possible to do this?
Maybe someone could give me a short example how this would work so I can build something out of it? The main part which I need is to know how can I create, if possible, visualisation elements from a script.
Thanks!
Is it possible to achieve such thing:
There would be a script, which would contain such information:
- Device name;
- Table headers (names);
- Table entries (names and if needed objects for control).
Logicmachine5
Input Input State Output Control output Comment
A A State A On/Off Not checked
And then if the script would run, it would create such a table in visualisation with all the objects, for this example it would have to create everything like this:
- Device name and table headers as text labels;
- Input entries as text labels;
- Input states as "read-only" object states;
- Output entries are text labels;
- Control output entries are objects;
- Comment entries are 250 string objects which can be modified from visualisation by end user.
Is it possible to do this?
Maybe someone could give me a short example how this would work so I can build something out of it? The main part which I need is to know how can I create, if possible, visualisation elements from a script.
Thanks!