# This is the module register Run/Start/Stop Delay 0x8170 variable RunSSDelay 0 proc GetRunSSDelay {} { variable RunSSDelay set RunSSDelay [ReadRegister RunSSDelay] } proc SetRunSSDelay {} { variable RunSSDelay WriteRegister RunSSDelay $RunSSDelay } proc DrawRunSSDelay {} { 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 }