I added a driver for the EL755 magnet controller using streamdevice

This commit is contained in:
2017-03-07 16:37:19 +01:00
parent 4b377d1b2e
commit 6ea6fdcb85
3 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# 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 "";
}