[Doc_Dynamic] [global env; source [file join $env(MIDASBASE) TclHttpd Html settings.tml]] Hardware Configuration

AGATA Digitizer: Hardware Configuration


[namespace eval AGATADigitizer_Configure { upvar #0 AGATADigitizerAccessServer_MaxDigitizer MaxDigitizer upvar #0 AGATADigitizerAccessServer_XportList XportList upvar #0 AGATADigitizerAccessServer_Digitizer2Detector Digitizer2Detector set html "" for {set i 0} {$i < $MaxDigitizer} {incr i} { if {[info exists Digitizer2Detector([set i])]} { set Detector($i) [set Digitizer2Detector([set i])] } else { set Detector($i) "" } if {[info exists XportList($i)]} { set Addr($i) [first [split $XportList([set i]) :]] set Port($i) [second [split $XportList([set i]) :]] if {$Addr($i) != "" && $Port($i) == ""} {set Port($i) 10001} set Active($i) [lindex [split $XportList([set i]) :] 2] if {$Addr($i) != "" && $Active($i) == ""} {set Active($i) 1} set Check($i) [lindex [split $XportList([set i]) :] 3] if {$Addr($i) != "" && $Check($i) == ""} {set Check($i) 1} } if {$Addr($i) == ""} { set Addr($i) ""; set Port($i) ""; set Active($i) 0; set Check($i) 0 } set XportList($i) $Addr($i):$Port($i):$Active($i):$Check($i) append html "" append html "" append html "" append html "" append html "" append html "" append html "" append html "" } set html }]
# Detector Address Port Active Check
[set i]" append html "" append html "" append html "" append html "" append html "" append html "" append html "" append html "" append html "" append html "

[namespace eval AGATADigitizer_Configure { if {$ShowLogFlag == 1} then { set html "" append html "

" append html "" append html "

" set html } }]

[namespace eval AGATADigitizer_Configure { if {$ShowLogFlag == 1} then { set html "" } else { set html "" } set html }] [namespace eval AGATADigitizer_Configure { if {$LogFlag == 1} then { set html "" } else { set html "" } set html }]

Last Updated: [clock format [clock seconds] -format "%B %d, %Y %H:%M:%S"]


[namespace eval AGATADigitizer_Configure { if {$JS != ""} { append JS "\");" set html "" } }]