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

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


Module   Act on ALL Modules?

Module Setup

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

" append html "" # append html "
" append html "" append html "" append html "" append html "" append html "" append html "" foreach item $V1495V2RegisterMap { set Register [first $item] set Name [second $item] set Address [third $item] set access [fourth $item] append html "" append html "" append html "" append html "" append html "" append html "" } append html "
RegisterUseAddressSetting
$Register$Name$Address" append html "\n" append html "
" append html "" append html "

" set html }]

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

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

" append html "" append html "

" set html } }]

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