Merge branch 'errtxt'
Also made sinqepicsApp work with the module based build system now being operational at PSI Conflicts: iocBoot/iocsinqEPICS/envPaths iocBoot/iocsinqEPICS/st.cmd sinqEPICSApp/src/Makefile
This commit is contained in:
9
sinqEPICSApp/Db/motorMessage.db
Normal file
9
sinqEPICSApp/Db/motorMessage.db
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
# The message text
|
||||
record(waveform, "$(P)$(M)-MsgTxt") {
|
||||
field(DTYP, "asynOctetRead")
|
||||
field(INP, "@asyn($(PORT),$(N),1) MOTOR_MESSAGE_TEXT")
|
||||
field(FTVL, "CHAR")
|
||||
field(NELM, "80")
|
||||
field(SCAN, "I/O Intr")
|
||||
}
|
Reference in New Issue
Block a user