SINQSW-107 makes some changes to better cooperate with Nicos
This commit is contained in:
@@ -76,19 +76,39 @@ stopCount {
|
||||
@mismatch{in "%(\$1MsgTxt)s";}
|
||||
}
|
||||
|
||||
# setMinRate{
|
||||
# out "DL \$2 %.3f";
|
||||
# in;
|
||||
# @mismatch{in "%(\$1MsgTxt)s";}
|
||||
# }
|
||||
#
|
||||
# readMinRate{
|
||||
# out "DL \$2";
|
||||
# in "%f";
|
||||
# @mismatch{in "%(\$1MsgTxt)s";}
|
||||
# }
|
||||
|
||||
setMinRate{
|
||||
out "DL %(\$1THRESHOLD-MONITOR)d %(\$1THRESHOLD)d";
|
||||
in;
|
||||
out "DR %(\$1THRESHOLD-MONITOR)d";
|
||||
out "DL %(\$1THRESHOLD-MONITOR_RBV)d %.3f";
|
||||
in;
|
||||
@mismatch{in "%(\$1MsgTxt)s";}
|
||||
}
|
||||
|
||||
readMinRate{
|
||||
out "DR";
|
||||
in "%(\$1THRESHOLD-MONITOR_RBV)d";
|
||||
out "DL %(\$1THRESHOLD-MONITOR_RBV)d";
|
||||
in "%(\$1THRESHOLD_RBV)d";
|
||||
in "%f";
|
||||
@mismatch{in "%(\$1MsgTxt)s";}
|
||||
}
|
||||
|
||||
setRateMonitor{
|
||||
out "DR %d";
|
||||
in;
|
||||
@mismatch{in "%(\$1MsgTxt)s";}
|
||||
}
|
||||
|
||||
readRateMonitor{
|
||||
out "DR";
|
||||
in "%d";
|
||||
@mismatch{in "%(\$1MsgTxt)s";}
|
||||
}
|
||||
|
||||
@@ -115,7 +135,7 @@ readAll10 {
|
||||
|
||||
readRate {
|
||||
out "RR \$2";
|
||||
in "%(\$1R\$2)f";
|
||||
in "%f";
|
||||
@mismatch{in "%(\$1MsgTxt)s";}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user