moves the gating configuration logic to epics
This commit is contained in:
@ -199,13 +199,13 @@ setTestSignal {
|
||||
|
||||
getGateStatus {
|
||||
out "GT \$2";
|
||||
in "%d %(\$1GATE-ON-\$2_RBV)d";
|
||||
in "%d %(\$1GATE-\$2-TRIG_RBV)d";
|
||||
@mismatch{in "%(\$1MsgTxt)s";}
|
||||
}
|
||||
|
||||
setGateStatus {
|
||||
extrainput = ignore;
|
||||
out "GT \$2 %(\$1GATE-\$2)d %(\$1GATE-ON-\$2)d";
|
||||
out "GT \$2 %(\$1GATE-\$2-ENABLE)d %(\$1GATE-\$2-TRIG)d";
|
||||
in "Gate \$2";
|
||||
@mismatch{in "%(\$1MsgTxt)s";}
|
||||
}
|
||||
@ -217,7 +217,7 @@ setGate {
|
||||
}
|
||||
|
||||
################################################################################
|
||||
# To clean
|
||||
# TODO To clean
|
||||
|
||||
startWithCountPreset4 {
|
||||
clearTimer;
|
||||
|
Reference in New Issue
Block a user