Messaging in reaction matrix
I am using v7.1 on win 7 with CTI PLC.
I have a structured data type for PID loop that has many elements.
Have a reaction matrix that I want to apply to multiple tags of the data type and act on
the values of the status for for each loop. ( this is already working )
.status
.PV
.HH_AlarmSP
.
.
.
Is there way to use the hierarchal naming such that this follows
ie
loop1.pv = 75.8
loop1.HH_AlarmSP = 70.9
loop2.pv = 30.0
loop2.HH_AlarmSP = 24.0
I would like the same reaction matrix to produce different message as follows.
High High alarm 75.8 exeeded 70.9 on loop1
High High alarm 30.0 exceeded 24.0 on loop2
Is this possible or must there be a reaction matrix for each variable of the loop data type?
Bill Sneddon
This is a migrated post! Originally posted on 04.10.2013 by user bsneddon. Please be aware that information can be outdated.