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:
@ -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)")
|
||||
|
Reference in New Issue
Block a user