Addi-Data PA 1508 Technical Description page 59

Digital i/o board, optically isolated
Table of Contents

Advertisement

PA 1508
/**************************************/
/* The function EnableOutputsWatchdog */
/* activates the watchdog
/**************************************/
i_PA1508_EnableOutputsWatchdog (b_BoardHandle);
/****************************************/
/* Wait until the watchdog has run down */
/****************************************/
while (b_WatchdogStatus == 0)
{
i_PA1508_ReadOutputsWatchdogStatus
}
/**************************************/
/* This function RearmOutputsWatchdog */
/* starts the watchdog again
/**************************************/
i_PA1508_RearmOutputsWatchdog (b_BoardHandle);
/****************************************/
/* Wait until the watchdog has run down */
/****************************************/
while (b_WatchdogStatus == 0)
{
i_PA1508_ReadOutputsWatchdogStatus
}
/***************************************************/
/* The function DisableOutputsWatchdog deactivates */
/* the watchdog
/***************************************************/
i_PA1508_DisableOutputsWatchdog (b_BoardHandle);
/******************************************************/
/* The function CloseBoardHandle blocks the
/* access to the board and closes the board handle
/******************************************************/
i_PA1508_CloseBoardHandle
}
48
*/
(b_BoardHandle,
& b_WatchdogStatus);
*/
(b_BoardHandle,
& b_WatchdogStatus);
(b_BoardHandle);
Chapter 9
*/
*/
*/

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PA 1508 and is the answer not in the manual?

Questions and answers

Table of Contents