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
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.
Hi Peng,
Is this what you are looking for?
Let me know if this helps or if you have other questions.
Cheers