[Doc_Dynamic] [global env; source [file join $env(MIDASBASE) TclHttpd Html settings.tml]]
[namespace eval VMEConfig { set ::XVME240::ModuleMenu {} set ::XVME240::ModuleAddress {} if {![info exists NumModules]} { ::XVME240::Alert "Please select a hardware configuration and try again!" set NumModules 0 } for {set i 1} {$i <= $NumModules} {incr i} { if {[set ModuleType($i)] == "XVME240"} { lappend ::XVME240::ModuleMenu [second [split [set Module_Name($i)] #]] lappend ::XVME240::ModuleAddress [set ModuleAddress($i)] } } if {[llength $::XVME240::ModuleMenu] == 0} { ::XVME240::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 XVME240 { if {$ShowLogFlag == 1} then { set html "" } else { set html "" } set html }] [namespace eval XVME240 { if {$LogFlag == 1} then { set html "" } else { set html "" } set html }]
Last Updated: [clock format [clock seconds] -format "%B %d, %Y %H:%M:%S"]