Is it possible to set alarm values for a parameter with the "dependencyId" attribute?
When the alarm template parameter is enabled, I cannot select or type any discrete values in the alarm template.
The discreet parameter values are changed from:
<Type>discreet</Type>
<Discreets>
<Discreet>
<Display>APIN</Display>
<Value>0</Value>
</Discreet>
<Discreet>
<Display>EXP/MADI</Display>
<Value>1</Value>
</Discreet>
<Discreet>
<Display>AAP</Display>
<Value>2</Value>
</Discreet>
<Discreet>
<Display>TONES</Display>
<Value>3</Value>
</Discreet>
</Discreets>
to:
<Type>discreet</Type>
<Discreets dependencyId="3114"></Discreets>
Parameter 3114 is a string parameter currently containing these discrete values.
Hi Andries,
You need to set your read parameter as type string and then create your alarm template with the correct string values.
Only the write parameter needs to be of type discreet and have the dependencyId attribute.