Modified devScalerEL737 to process threshold and thresholdcounter as fields external to

the scaler record. This is to replace the preset hack previously used to implement this
functionality.
This commit is contained in:
2017-08-21 16:30:15 +02:00
parent 83a995a16d
commit 7023f52336
2 changed files with 76 additions and 1 deletions

View File

@ -11,6 +11,14 @@ record(stringin,"$(P):MsgTxt")
{
field(DTYP,"Soft Channel")
}
record(longout,"$(P):ThresholdCounter")
{
field(DTYP,"Soft Channel")
}
record(longout,"$(P):Threshold")
{
field(DTYP,"Soft Channel")
}
record(scaler,"$(P)")
{
field(DESC,"$(DESC)")