Download Print this page

Decision Computer International Watch dog 1 Operation Manual page 27

Timer card

Advertisement

Operations Manual
"WDEnable");
WDDisable = (WDDISABLE)GetProcAddress(gLibMyDLL,
"WDDisable");
WDRefresh = (WDREFRESH)GetProcAddress(gLibMyDLL,
"WDRefresj");
// end of (loading) initialization
return TRUE; // return TRUE unless you set the focus to
a control
}
Codes on Buttons:
void CWDTestDlg::OnButtonEnable()
{
// TODO: Add your control notification handler code here
if (gLibMyDLL == NULL)
{
MessageBox("WATCHDOG.DLL NOT LOADED.");
return;
}
WDEnable(0x240); // Enable Watchdog with 240 hex address
}
void CWDTestDlg::OnButtonDisable()
{
// TODO: Add your control notification handler code here
if (gLibMyDLL == NULL)
{
MessageBox("WATCHDOG.DLL NOT LOADED.");
return;
}
WDDisable(0x240);
address
DECISION Computer International
Watch dog timer card
// Disable Watchdog with 240 hex
27

Advertisement

loading
Need help?

Need help?

Do you have a question about the Watch dog 1 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Watch dog 2