the scaler record. This is to replace the preset hack previously used to implement this functionality.
28 lines
454 B
Plaintext
28 lines
454 B
Plaintext
|
|
record(bo,"$(P):Pause")
|
|
{
|
|
field(DTYP,"Soft Channel")
|
|
}
|
|
record(longin,"$(P):Status")
|
|
{
|
|
field(DTYP,"Soft Channel")
|
|
}
|
|
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)")
|
|
field(DTYP,"asynScalerEL737")
|
|
field(OUT,"INST_IO @asyn($(PORT),0)")
|
|
}
|