Imported files from METIS SVN
This commit is contained in:
20
epics/iocs/ISTTOKrpi/protocols/pcf8574.proto
Normal file
20
epics/iocs/ISTTOKrpi/protocols/pcf8574.proto
Normal file
@@ -0,0 +1,20 @@
|
||||
Terminator = "";
|
||||
LockTimeout = 500;
|
||||
ReplyTimeout = 100;
|
||||
ReadTimeout = 100;
|
||||
WriteTimeout = 100;
|
||||
MaxInput = 1;
|
||||
ExtraInput = Error;
|
||||
|
||||
rReg {
|
||||
out ${1};
|
||||
in "%.1r";
|
||||
}
|
||||
|
||||
## @init { rReg; }
|
||||
##
|
||||
wReg {
|
||||
out ${1} "%.1r";
|
||||
}
|
||||
|
||||
|
||||
25
epics/iocs/ISTTOKrpi/protocols/pfeiffer.proto
Normal file
25
epics/iocs/ISTTOKrpi/protocols/pfeiffer.proto
Normal file
@@ -0,0 +1,25 @@
|
||||
Terminator=CR;
|
||||
MaxInput = 20;
|
||||
ReadTimeout = 2000;
|
||||
getPressure003 {
|
||||
in "0031074006%4u%(\$1)2u%+<sum8>";
|
||||
}
|
||||
getPressure002 {
|
||||
in "0021074006%4u%(\$1)2u%+<sum8>";
|
||||
}
|
||||
# in "0031074006%4u%(\$1)2u%*3u";
|
||||
#
|
||||
getPressureE003 {
|
||||
in "0031074006%*4u%2u%*3u";
|
||||
}
|
||||
|
||||
# Connect a stringout record to this to get
|
||||
# a generic command interface.
|
||||
# After processing finishes, the record contains the reply.
|
||||
|
||||
debug {
|
||||
ExtraInput = Ignore;
|
||||
out "%s"; in "%39c"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user