Made top level /experiment node for user data and datafile name. Also started graphics for plotting beam monitor scans.

r1623 | ffr | 2007-03-12 08:38:23 +1100 (Mon, 12 Mar 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-03-12 08:38:23 +11:00
committed by Douglas Clowes
parent f48e601fc6
commit da4631a519

View File

@@ -1,7 +1,5 @@
# Defines hashes which map SICS device object names to hipadaba paths
InstallHdb
hmake /graphics spy none
hsetprop /graphics type graphset
hmake /commands spy none
hsetprop /commands type commandset
@@ -18,13 +16,15 @@ foreach hp $hpaths {
}
#--- admin
hattach /$instrument title title
hattach /$instrument/experiment sample description
hmake /$instrument/user spy none
hsetprop /$instrument/user type part
hattach /$instrument/user user name
hattach /$instrument/user email email
hattach /$instrument/user phone phone
hmake /experiment user none
hattach /experiment title title
hattach /experiment sample description
hmake /experiment/user spy none
hsetprop /experiment/user type part
hattach /experiment/user user name
hattach /experiment/user email email
hattach /experiment/user phone phone
hattach /experiment dataFileName datafile
#--- Motors
foreach {obj name part} $motor_hpath {
@@ -61,3 +61,7 @@ hsetprop /commands/scan/mode values monitor,timer
hmake /commands/scan/preset user float
hsetprop /commands/scan/preset argtype float
#--- Graphics
hmake /Graphics spy none
::scanCommand::hpath_setup /Graphics
::scanCommand::init