Added support for an addition Pause, Status and MsgTxt field to the EL737 scaler driver

This commit is contained in:
2017-07-24 09:45:57 +02:00
parent 9c507a05ba
commit 7263a0772f
5 changed files with 191 additions and 26 deletions

View File

@ -0,0 +1,19 @@
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(scaler,"$(P)")
{
field(DESC,"$(DESC)")
field(DTYP,"asynScalerEL737")
field(OUT,"INST_IO @asyn($(PORT),0)")
}