23 lines
324 B
Protocol Buffer
23 lines
324 B
Protocol Buffer
# Streamdevice protocol file for the PSI EL755 Magnet Controller
|
|
|
|
InTerminator = "\r";
|
|
OutTerminator = "\r";
|
|
#ExtraInput = Ignore;
|
|
|
|
read {
|
|
out "I \$1";
|
|
in "%*f %f";
|
|
@mismatch {out "RMT 1";
|
|
in "";
|
|
out "ECHO 0";
|
|
in "";
|
|
}
|
|
}
|
|
|
|
|
|
write {
|
|
out "I \$1 %f";
|
|
in "";
|
|
}
|
|
|