Sensoray 421 Manual do Utilizador Página 27

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 27
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 26
Sensoray Model 421 Instruction Manual Page 25
Watchdog Timer Procedures
SUB WatchdogEnable (Value%)
‘****************************************************************************
‘ Enable or disable watchdog timer.
‘ Imports:
Value% (boolean): TRUE = enable timer, FALSE = disable timer.
‘****************************************************************************
SELECT CASE Value%
CASE TRUE: chctrlImage% = chctrlImage% OR DOGBIT
CASE FALSE: chctrlImage% = chctrlImage% AND (DOGBIT XOR -1)
END SELECT
OUT CHCTRL, 8 OR chctrlImage%
END SUB
SUB WatchdogBump ()
‘****************************************************************************
‘ Refresh watchdog timer.
‘****************************************************************************
OUT HITDOG, 0
END SUB
Vista de página 26
1 2 ... 22 23 24 25 26 27

Comentários a estes Manuais

Sem comentários