Compare commits
2 Commits
master
...
SINQSW-107
Author | SHA1 | Date | |
---|---|---|---|
d44dbaaf0f | |||
501c5badea |
@ -13,7 +13,7 @@ REQUIRED+=scaler
|
|||||||
REQUIRED+=asynMotor
|
REQUIRED+=asynMotor
|
||||||
|
|
||||||
# Release version
|
# Release version
|
||||||
LIBVERSION=2024-v2
|
LIBVERSION=2024-ed-dev2
|
||||||
|
|
||||||
# DB files to include in the release
|
# DB files to include in the release
|
||||||
TEMPLATES += sinqEPICSApp/Db/dimetix.db
|
TEMPLATES += sinqEPICSApp/Db/dimetix.db
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,19 +1,21 @@
|
|||||||
|
|
||||||
record(bo,"$(P):Pause")
|
record(bo,"$(P):Pause")
|
||||||
{
|
{
|
||||||
field(DTYP,"Soft Channel")
|
field(DTYP,"Soft Channel")
|
||||||
}
|
}
|
||||||
|
|
||||||
record(longin,"$(P):Status")
|
record(longin,"$(P):Status")
|
||||||
{
|
{
|
||||||
field(DTYP,"Soft Channel")
|
field(DTYP,"Soft Channel")
|
||||||
}
|
}
|
||||||
|
|
||||||
record(stringin,"$(P):MsgTxt")
|
record(stringin,"$(P):MsgTxt")
|
||||||
{
|
{
|
||||||
field(DTYP,"Soft Channel")
|
field(DTYP,"Soft Channel")
|
||||||
}
|
}
|
||||||
|
|
||||||
record(scaler,"$(P)")
|
record(scaler,"$(P)")
|
||||||
{
|
{
|
||||||
field(DESC,"$(DESC)")
|
field(DESC,"$(DESC)")
|
||||||
field(DTYP,"asynScalerEL737")
|
field(DTYP,"asynScalerEL737")
|
||||||
field(OUT,"INST_IO @asyn($(PORT),0)")
|
field(OUT,"INST_IO @asyn($(PORT),0)")
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user