
Operations Manual Watch dog timer card
DECISION Computer International
18
clrscr;
writeln('Menu Choices');
writeln('');
writeln('1] Enable/Disable');
writeln('2] Refresh');
writeln('3] Exit');
write('Please enter your choices: ');
UserChoice := readkey;
delay(70);
case UserChoice of
'1':
if (Status = FALSE) then
begin
Status := TRUE;
value:=port[WDAddress];
writeln('The Watch Dog has been enabled. . .');
ans := readkey;
end
else
begin
Status := FALSE;
value:=port[WD1];
writeln('The Watch Dog has been disabled. . .');
ans := readkey;
end;
'2':
if (Status = TRUE) then
begin
value:=port[WD1];
value:=port[WDAddress];
writeln('');
write('Watch Dog Refresh');
Содержание Watch dog 1
Страница 9: ...Operations Manual Watch dog timer card DECISION Computer International 9 WATCH DOG I ...
Страница 10: ...Operations Manual Watch dog timer card DECISION Computer International 10 WATCH DOG II ...
Страница 55: ...Operations Manual Watch dog timer card DECISION Computer International 55 Data Type String ...