Added modbus protocol handler and Fermi chopper support for Pelican

r3359 | ffr | 2012-01-30 11:09:25 +1100 (Mon, 30 Jan 2012) | 2 lines
This commit is contained in:
Ferdi Franceschini
2012-01-30 11:09:25 +11:00
committed by Douglas Clowes
parent 790fb6a062
commit 20ce9381bb
4 changed files with 764 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ set instrument_dictionary [subst {
property {data true control true nxsave false klass @none type graphset}
}
instrument {
sobj {@any instrument @any NXvelocity_selector @any NXaperture @any NXcollimator @any NXdetector @any NXdisk_chopper}
sobj {@any instrument @any NXvelocity_selector @any NXaperture @any NXcollimator @any NXdetector @any NXdisk_chopper @any NXfermi_chopper}
privilege spy
datatype @none
property {data true control true nxsave false klass NXinstrument type instrument}
@@ -73,12 +73,6 @@ set instrument_dictionary [subst {
datatype @none
property {data true control true nxsave false klass NXcrystal type part}
}
instrument/fermi_chopper {
privilege spy
sobj {@any fermi_chopper}
datatype @none
property {data true control true nxsave false klass NXfermi_chopper type part}
}
instrument/filter {
privilege spy
sobj {@any filter}