« Back to Product

Documentation

WD_SetActive

Require: IP-Symcon >= 5.1

 boolean WD_SetActive (int $InstanzID, boolean $SetActive) 

Parameters

InstanzID

ID of the Instanz

SetActive

Enables/disables the watchdog

Returns

If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.

Description

SetActive activates (true) or deactivates (false) the watchdog with the InstanzID InstanzID.

Example

WD_SetActive(12345, true);
Any questions?