[Doc_Dynamic] [global env; source [file join $env(MIDASBASE) TclHttpd Html settings.tml]]
[namespace eval DataAcquisitionControl { set html "Server State" append html "
[namespace eval DataAcquisitionControl { if {$allservers == 0 && [llength $::DataAcquisition::ACQSERVERS] > 1} then \ {set html "Current Acquisition Server [set ::DataAcquisition::ACQSERVER]"} }]
" append html "" switch $AcqCode { 0 {append html " "} 1 {append html " "} 2 {append html " "} 3 {append html " "} 4 {append html " "} 5 {append html " "} 6 {append html " "} 7 {append html " "} 8 {append html " "} 9 {append html " "} default {} } append html "
" append html "
" append html "" append html [set LogText] append html "" append html "
System functions (Only use if you know what they do!!!) Select required function More Data Acq Status Raw Data Display Force RESET Force SETUP Force GO Force STOP Software Load Reset Electronics Stop Electronics Go Electronics Setup Electronics Zero Histograms Save Histograms Terminate DataAcq Program Load DataAcq Program Disconnect data stream 0 Reconnect data stream 0 Disconnect data stream 1 Reconnect data stream 1 Program Flash Memories
[namespace eval DataAcquisitionControl { if {$ShowLogFlag == 1} then { set html "" } else { set html "" } set html }] [namespace eval DataAcquisitionControl { if {$LogFlag == 1} then { set html "" } else { set html "" } set html }]
Last Updated: [clock format [clock seconds] -format "%B %d, %Y %H:%M:%S"]