Operations Manual
PRINT ("2] Refresh")
PRINT ("3] Exit")
INPUT "Please enter your choices: ", UserChoice
SELECT CASE UserChoice
CASE "1"
IF status = "F" THEN
status = "T"
value = INP(WDAddress)
PRINT "The Watch Dog has been enabled. . ."
ELSE
status = "F"
value = INP(WDAddress + 1)
PRINT "The Watch Dog has been disabled. . ."
END IF
INPUT "Press ENTER key to continue", temp
GOTO Inquire
CASE "2"
IF status = "T" THEN
value = INP(WDAddress + 1)
value = INP(WDAddress)
PRINT "Watch Dog Refresh"
ELSE
PRINT "The Watch Dog is currently not enable. . ."
PRINT "You have to enable the Watch Dog first to refresh it"
END IF
INPUT "Press ENTER key to continue", temp
GOTO Inquire
CASE "3"
value = INP(WDAddress + 1)
END
CASE ELSE
PRINT "Please select 1, 2 or 3 only"
DECISION Computer International
Watch dog timer card
' Enable Disable Watch Dog
' Refresh Watch Dog
' QUIT Watch Dog
' Wrong selection
16
Need help?
Do you have a question about the Watch dog 1 and is the answer not in the manual?
Questions and answers