46 lines
1.2 KiB
Tcl
46 lines
1.2 KiB
Tcl
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
|
|
|
# @file This is a barebones SICS configuration file, it's useful for testing
|
|
# drivers in isolation.
|
|
#
|
|
# NOTE\n
|
|
# This configuration does not create a GumTree interface or let you
|
|
# save nexus data files.
|
|
|
|
# Required by server_config.tcl
|
|
VarMake Instrument Text Internal
|
|
Instrument echidna
|
|
Instrument lock
|
|
|
|
#START SERVER CONFIGURATION SECTION
|
|
source sics_ports.tcl
|
|
|
|
########source server_config.tcl
|
|
|
|
set sicsroot ../
|
|
source util/utility.tcl
|
|
ServerOption LogFileBaseName $sicsroot/log/serverlog
|
|
|
|
###### installprotocolhandler
|
|
|
|
ServerOption statusfile $sicsroot/log/status.tcl
|
|
ServerOption RedirectFile $sicsroot/log/stdout
|
|
ServerOption LogFileDir $sicsroot/log
|
|
ServerOption QuieckPort [get_portnum $quieckport ]
|
|
ServerOption ServerPort [get_portnum $serverport ]
|
|
ServerOption InterruptPort [get_portnum $interruptport ]
|
|
ServerOption TelWord sicslogin
|
|
ServerOption TelnetPort [get_portnum $telnetport ]
|
|
ServerOption ReadUserPasswdTimeout 600000
|
|
ServerOption AcceptTimeOut 10
|
|
ServerOption ReadTimeOut 10
|
|
SicsUser manager ansto 1
|
|
SicsUser user sydney 2
|
|
SicsUser spy 007 3
|
|
|
|
MakeDrive
|
|
|
|
exe batchpath ../batch
|
|
exe syspath ../batch
|
|
clientput "serverport [get_portnum $::serverport]"
|