# This is the module register Run/Start/Stop Delay 0x8170 variable RunDelay 0 proc GetRunDelay {} { variable RunDelay set RunDelay [ReadRegister RunDelay] } proc SetRunDelay {} { variable RunDelay WriteRegister RunDelay $RunDelay } proc DrawRunDelay {} { variable Name set html "" append html "

" append html "" append html "" append html "" append html "" append html "" append html "
Run/Start/Stop Delay" append html "" append html "
" append html "

" return $html }