Hi all,
is there any way to find tags which have a given custom property, say CustomProp1, and where that custom property has a given value, say CustomProp1=='temperature' ?
I'm trying to do that with the Tag Report Tool and then copy the relevant query script, but I can't.
I've been unable to search for a Parameter by simply typing in the parameter name. However, I was able to search for "Parameters" w/ "Has", and then adding the "Parameters" property to the output to interrogate the ExtendedPropertySet returned from the query:
From there, should be able to formulate a more detailed query for your application.
For example, change the above query to: Parameters, Like, *Parameter[pUnits]={datatype=String, value=°C}*
To get a report of all tags with a 'pUnits' parameter with a value of deg Celsius.