Changed SICS username and password to 'SICS' to suit new histogram server. Port is still 8080.

r2361 | mle | 2008-02-19 12:40:12 +1100 (Tue, 19 Feb 2008) | 2 lines
This commit is contained in:
Mark Lesha
2008-02-19 12:40:12 +11:00
committed by Douglas Clowes
parent a095e0d6da
commit 0f2cde7ed9

View File

@@ -1,9 +1,9 @@
# $Revision: 1.28 $ # $Revision: 1.29 $
# $Date: 2008-01-15 03:53:47 $ # $Date: 2008-02-19 01:40:12 $
# Author: Ferdi Franceschini # Author: Ferdi Franceschini
# Based on the examples in the hs_test.tcl sample configuration by Mark Lesha. # Based on the examples in the hs_test.tcl sample configuration by Mark Lesha.
# http://gumtree.ansto.gov.au:9080/nbicms/bragg-systems/histogram-server/hs_test.tcl/view # http://gumtree.ansto.gov.au:9080/nbicms/bragg-systems/histogram-server/hs_test.tcl/view
# Last revision by: $Author: ffr $ # Last revision by: $Author: mle $
## ##
# @file Provides generic code and parameters for configuring the ANSTO histogram memory server # @file Provides generic code and parameters for configuring the ANSTO histogram memory server
@@ -1050,8 +1050,8 @@ proc ::histogram_memory::_initialize {} {
foreach hm_obj [sicslist type histmem] { foreach hm_obj [sicslist type histmem] {
$hm_obj configure hmaddress http://das1-[instname].nbi.ansto.gov.au:8080 $hm_obj configure hmaddress http://das1-[instname].nbi.ansto.gov.au:8080
$hm_obj configure username spy $hm_obj configure username SICS
$hm_obj configure password 007 $hm_obj configure password SICS
$hm_obj configure histmode transparent $hm_obj configure histmode transparent
} }
hmm configure init 0 hmm configure init 0