I have a shape that I only want to show the alarm colour conditions of five parameters, 204,205,206,207,208.
I've tried a few shape data options but haven't been succesful.
I tried setting Parameter to 204|ALARM;205|ALARM;206|ALARM;207|ALARM;208|ALARM but the shape stayed green when those parameter IDs were in alarm.
I then tried setting Parameter to 204,205,206,207,208|ALARM but that did not work either.
What synatx do I need to only have a shape change color based on the condition of select parameter IDs from the protocol?
Here is your best friend to handle alarms from multiple parameters: Linking a shape to a calculation involving multiple parameters (dataminer.services)
Hi Sam, kindly look at the ‘Syntax of a Parameter section’ on the referenced link.
The syntax per parameter should be: Element:Parameter:Index
Index is optional.
Hi Sam - Did you get it working?
Thank you Roger,
I’ve set ParametersSummary value to Max|204|205|206|207|208|ALARM based on my interpretation of that link but this is not working for me either.
Is what I’ve done above what you expect I should have done?