[Doc_Dynamic]
[global env; source [file join $env(MIDASBASE) TclHttpd Html settings.tml]]
VME: Data Item Configuration
VME: Data Item Configuration
[
if {![info exists ::VMEControl::started]} {
set html ""
} else {
if {[ReadVMERegister HasBeenConfigured] == 0} {
InsertLog "No hardware configuration selected and activated\\nDo this first"
}
}
]
Last Updated: [clock format [clock seconds] -format "%B %d, %Y %H:%M:%S"]
[namespace eval VMEData {
if {$JS != ""} {
append JS "\");"
set html ""
}
}]