[Doc_Dynamic] [global env; source [file join $env(MIDASBASE) TclHttpd Html settings.tml]] VME: V1290 Control @ [global env; set env(ComputerName)]

V1290 Control @ [set MyInfo] client address is [set ClientIPAddress]


Module   Event Counter [namespace eval V1290 {set html "[ReadRegister EvCounter]"}] Events Stored [namespace eval V1290 {set html "[ReadRegister EvStored]"}] Act on ALL Modules?

Module Setup

[namespace eval V1290 { set html "

Channel Enable

" append html "

" append html "" for {set i 0} {$i < $maxtdc} {} { append html "" for {set j 0} {$j < 16} {incr j} { append html "" incr i } append html "" } append html "
$i:
" append html "

" set html }]

TDC Settings Act on ALL TDCs?

[namespace eval V1290 { switch $SetUpOpt { 0 {set html "[source AMOpts.tml]"} 1 {set html "[source TrigOpts.tml]"} 2 {set html "[source EDOpts.tml]"} 3 {set html "[source RdOutOpts.tml]"} 4 {set html "[source ChanAdj.tml]"} } set html }]

System functions (Expert users only for debugging purposes!!!)       

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

" append html "" append html "

" set html } }]

[namespace eval V1290 { if {$ShowLogFlag == 1} then { set html "" } else { set html "" } set html }] [namespace eval V1290 { 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 V1290 { set html "" if {$INFO != ""} { append html "" } if {$JS != ""} { append JS "\");" append html "" } set html }] [mypage::contents [list Home ../index.tml]] [mypage::footer]