Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » Advantech SUSI » AdvantechSUSI_WatchDogGetLimits

AdvantechSUSI_WatchDogGetLimits


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Gets hardware watchdog configuration.

Syntax

void avl::AdvantechSUSI_WatchDogGetLimits
(
	AdvantechSUSI_State& ioState,
	int inWatchdogTimerId,
	avl::ValueLimits& outDelayTimeLimits,
	avl::ValueLimits& outEventTimeLimits,
	avl::ValueLimits& outResetTimeLimits,
	int& outMinimumUnit
)

Parameters

Name Type Range Default Description
Input will be modified ioState AdvantechSUSI_State& Object used to maintain state of the function.
Input value inWatchdogTimerId int 1 - 3
Output value outDelayTimeLimits ValueLimits&
Output value outEventTimeLimits ValueLimits&
Output value outResetTimeLimits ValueLimits&
Output value outMinimumUnit int&

Remarks

I/O device driver software

This filter is intended to cooperate with a device using its vendor SDK. To be able to connect to a device, it is required to install Advantech SUSI SDK.

Add DLL path to system environment variable is required.

Recommended runtime version for Aurora Vision Studio usage is 4.

Setup low level system functionality e.g. watchdog may still affect the system after the program finished.