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:
committed by
Douglas Clowes
parent
f48e601fc6
commit
da4631a519
@@ -1,7 +1,5 @@
|
|||||||
# Defines hashes which map SICS device object names to hipadaba paths
|
# Defines hashes which map SICS device object names to hipadaba paths
|
||||||
InstallHdb
|
InstallHdb
|
||||||
hmake /graphics spy none
|
|
||||||
hsetprop /graphics type graphset
|
|
||||||
hmake /commands spy none
|
hmake /commands spy none
|
||||||
hsetprop /commands type commandset
|
hsetprop /commands type commandset
|
||||||
|
|
||||||
@@ -18,13 +16,15 @@ foreach hp $hpaths {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#--- admin
|
#--- admin
|
||||||
hattach /$instrument title title
|
hmake /experiment user none
|
||||||
hattach /$instrument/experiment sample description
|
hattach /experiment title title
|
||||||
hmake /$instrument/user spy none
|
hattach /experiment sample description
|
||||||
hsetprop /$instrument/user type part
|
hmake /experiment/user spy none
|
||||||
hattach /$instrument/user user name
|
hsetprop /experiment/user type part
|
||||||
hattach /$instrument/user email email
|
hattach /experiment/user user name
|
||||||
hattach /$instrument/user phone phone
|
hattach /experiment/user email email
|
||||||
|
hattach /experiment/user phone phone
|
||||||
|
hattach /experiment dataFileName datafile
|
||||||
|
|
||||||
#--- Motors
|
#--- Motors
|
||||||
foreach {obj name part} $motor_hpath {
|
foreach {obj name part} $motor_hpath {
|
||||||
@@ -61,3 +61,7 @@ hsetprop /commands/scan/mode values monitor,timer
|
|||||||
hmake /commands/scan/preset user float
|
hmake /commands/scan/preset user float
|
||||||
hsetprop /commands/scan/preset argtype float
|
hsetprop /commands/scan/preset argtype float
|
||||||
|
|
||||||
|
#--- Graphics
|
||||||
|
hmake /Graphics spy none
|
||||||
|
::scanCommand::hpath_setup /Graphics
|
||||||
|
::scanCommand::init
|
||||||
|
|||||||
Reference in New Issue
Block a user