AXIOMTEK IPC960A Series User Manual page 117

Industrial computers
Table of Contents

Advertisement

IPC960A/IPC962A/IPC964A Series User's Manual
}
else if (unit == 2)
{
//set WDT Timer
lpFnDll_Set_IO(0x2e, 0xF6);
lpFnDll_Set_IO(0x2f, WDTtimer);
//set watchdog time unit to min
lpFnDll_Set_IO(0x2e, 0xF5);
WDTDATA = lpFnDll_Get_IO(0x2f);
WDTDATA = setbit(WDTDATA, 3);
lpFnDll_Set_IO(0x2f, WDTDATA);
//start watchdog counting
lpFnDll_Set_IO(0x2e, 0xF5);
WDTDATA = lpFnDll_Get_IO(0x2f);
WDTDATA = setbit(WDTDATA, 5);
lpFnDll_Set_IO(0x2f, WDTDATA);
}
system("pause");
return 0;
}
Watchdog Timer
109

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the IPC960A Series and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Ipc962a seriesIpc964a seriesIpc962aIpc964a

Table of Contents