Hi
I have a shape that I use "Execute" to run an automation script (the shape linked to run
the automation script). The automation script will set another element (element A) on Alarm (alarm 1) for 3 second and then turn off the alarm.
I would like the shape (which execute the automation script) to have the colour of the alarm (alarm 1) of the element (element A).
Is that possible?
Thanks
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 5th June 2024
Hi Peng,
I believe it should be possible. You could add the following shape data to your shape:
- Element: <The element where you would like to get the alarm>
- Parameter: <The parameter ID of the param where you would like to get the alarm>
- Execute: <The script to be executed>
- Enabled: False
Below an example:
- Element: TEST_ELEMENT_01
- Parameter: 101|ALARM
- Execute: Script:MY_SCRIPT||||MyTooltip|NoConfirmation
- Enabled: False
Hope it helps.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 5th June 2024