[Doc_Dynamic] [global env; source [file join $env(MIDASBASE) TclHttpd Html settings.tml]] ASIC Multiplexed Control @ [global env; set env(ComputerName)]

ASIC Control @ [global env; set env(ComputerName)] client address is [set ClientIPAddress]


[namespace eval ASIC_mux { global MIDAS_XAIDAAccessClient_Exists if {[info exists MIDAS_XAIDAAccessClient_Exists]} then { append html "

" append html "" append html "" append html "" append html "" append html "" append html "
" append html "Select Hardware" append html "" append html "" append html "FEE64" append html "" append html "" append html "Act on ALL FEE64 modules?<" append html "input type=checkbox name=ALLMODULE" if {$allmodules == 1} {append html " checked"} append html " onClick=click_ALLMODULES(document.ASIC_mux)>" append html "
" append html "

" set html } }]

ASIC_mux [namespace eval ASIC_mux { set html "Act on ALL ASICs?<" append html "input type=checkbox name=ALLASICS" if {$allasics == 1} {append html " checked"} append html " onClick=click_ALLASICS(document.ASIC_mux)>" set html }]

[namespace eval ASIC_mux { set html "" for {set i 0} {$i < 14} {incr i} { append html "" set n [ expr [ set ::ASIC_mux::ASIC ] - 1 ] append html "" append html "" append html "" append html "" } set html }]
Title Offset Value/Setting
[set ::ASIC_mux::Opts.Title$i][set ::ASIC_mux::Opts.Offset$i]" append html "" append html "
[namespace eval ASIC_mux { set html "" for {set i 14} {$i < 27} {incr i} { append html "" set n [ expr [ set ::ASIC_mux::ASIC ] - 1 ] append html "" append html "" append html "" append html "" } set html }]
Title Offset Value/Setting
[set ::ASIC_mux::Opts.Title$i][set ::ASIC_mux::Opts.Offset$i]" append html "" append html "

System functions (Expert users only for test/debugging purposes!!!)  

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

" append html "" append html "

" set html } }]

[namespace eval ASIC_mux { if {$ShowLogFlag == 1} then { set html "" } else { set html "" } set html }] [namespace eval ASIC_mux { 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 ASIC_mux { if {$JS != ""} { append JS "\");" set html "" } }]