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

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


Module   Act on ALL Modules?

Module Setup

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

" append html "" append html "
" append html "" append html "" append html "" append html "" append html "" append html "" foreach item $V1495DPPRegisterMapA { 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 "" foreach item $V1495DPPRegisterMapB { 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 "
$Register$Name$Address" append html "\n" append html "
" append html "

" set html }]


Trigger

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

" append html "" append html "
" foreach item $DPPTriggerA { 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 "
$Register$Name$Address" append html "\n" append html "
" append html "" foreach item $DPPTriggerB { 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 "
$Register$Name$Address" append html "\n" append html "
" append html "

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

" append html "" append html "
" foreach item $DPPTriggerC1 { 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 "
$Register$Name$Address" append html "" append html "
" append html "" foreach item $DPPTriggerC2 { 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 "
$Register$Name$Address" append html "" append html "
" append html "

" set html }]


FT Trigger

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

" append html "" append html "
" foreach item $DPPFTTriggerA { 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 "
$Register$Name$Address" append html "\n" append html "
" append html "" foreach item $DPPFTTriggerB { 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 "
$Register$Name$Address" append html "\n" append html "
" append html "

" set html }]

 

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


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

" append html "" append html "

" set html } }]

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