Hi all
For a project I need to provide a URL in a LCA that will bring the user to an adhoc monitoring instrument.
This URL need to be generated runtime based on the devices the use inspect in the LCA,
On Dataminer I used the DCF to link each devices can be inspected in the LCA to know which is the instrument to reach out via URL.
My idea was to use an automation script to intake the info I need to generate the URL, but my question is, how I can pass the URL as script output to a widget on the LCA like a button? so the user will see the button used?
Or in case if is possible to invoke the automation script from table in the LCA, and keep the URL inside the table self?