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

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


Module   Act on ALL Modules?

Module Setup

TDC Controller:   [namespace eval V775 { set menu [list Online Offline] set html "" set i 0 foreach item {0 1} { if {$online == $item} { append html "[lindex $menu $i]" } else { append html " [lindex $menu $i]" } incr i } set html }]
Overflow Suppression:   [namespace eval V775 { set menu [list Enabled Disabled] set html "" set i 0 foreach item {0 1} { if {$overflow == $item} { append html "[lindex $menu $i]" } else { append html " [lindex $menu $i]" } incr i } set html }]
Zero Suppression:   [namespace eval V775 { set menu [list Enabled Disabled] set html "" set i 0 foreach item {0 1} { if {$zero == $item} { append html "[lindex $menu $i]" } else { append html " [lindex $menu $i]" } incr i } set html }]
Stop/Start Mode:   [namespace eval V775 { set menu [list "Common Start" "Common Stop"] set html "" set i 0 foreach item {0 1} { if {$stopstart == $item} { append html "[lindex $menu $i]" } else { append html " [lindex $menu $i]" } incr i } set html }]
Fast Clear Window:  
Full Scale Range:  

[namespace eval V775 { set html "" append html "" append html "" set html }]

TDC Enables and Thresholds Act on ALL TDCs?

[namespace eval V775 { set html "" append html "

" append html "" append html "" for {set i 0} {$i < 32} {} { append html "" } append html "" append html "
" append html "" for {set j 0} {$j < 8} {incr j} { append html "" append html "" incr i } append html "
$i:
 
" append html "
" append html "

" set html }] [namespace eval V775 { set html "" set html }]

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

" append html "" append html "

" set html } }]

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