# This is the module register VETO 0x817c variable Veto 0 proc GetVeto {} { variable Veto set Veto [ReadRegister Veto] } proc SetVeto {} { variable Veto WriteRegister Veto $Veto } proc DrawVeto {} { variable Name set html "" append html "

" append html "" append html "" append html "" append html "" append html "" append html "
State" append html "" append html "
" append html "

" return $html }