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

AGATA Digitizer Run Control @ [set MyInfo] client address is [set ClientIPAddress]


Digitizers [namespace eval DataAcquisitionControl { set html "Act on ALL Digitizers?<" append html "input type=checkbox name=ALLSERVERS" if {$allservers == 1} {append html " checked"} append html " onClick=click_ALLSERVERS(document.RunControl)" set html }]


[namespace eval DataAcquisitionControl { if {$allservers == 0} then {set html "Current Digitizer [set ::DataAcquisition::ACQSERVER]"} }]

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

" append html "" append html "

" set html } }]

[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"]


[namespace eval DataAcquisitionControl { set html "" if {$INFO != ""} { append html "" } if {$JS != ""} { append JS "\");" append html "" } set html }] [mypage::contents [list Home ../index.tml "Service Definition" ../MIDASWebServices/RunControl.wsdl]] [mypage::footer]