[Doc_Dynamic] [global env; source [file join $env(MIDASBASE) TclHttpd Html settings.tml]]
[namespace eval VMEConfig { set ::MSDA12::ModuleMenu {} set ::MSDA12::ModuleAddress {} if {![info exists NumModules]} { ::MSDA12::Alert "Please select a hardware configuration and try again!" set NumModules 0 } for {set i 1} {$i <= $NumModules} {incr i} { if {[set ModuleType($i)] == "MS_DA12"} { lappend ::MSDA12::ModuleMenu [second [split [set Module_Name($i)] #]] lappend ::MSDA12::ModuleAddress [set ModuleAddress($i)] } } if {[llength $::MSDA12::ModuleMenu] == 0} { ::MSDA12::Alert "No modules of this type are defined in the current hardware configuration!" } set html }]
" append html "" append html [set LogText] append html "" append html "
[namespace eval MSDA12 { if {$ShowLogFlag == 1} then { set html "" } else { set html "" } set html }] [namespace eval MSDA12 { if {$LogFlag == 1} then { set html "" } else { set html "" } set html }]
Last Updated: [clock format [clock seconds] -format "%B %d, %Y %H:%M:%S"]