<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.netio-products.com/index.php?action=history&amp;feed=atom&amp;title=Rules_Examples</id>
	<title>Rules Examples - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.netio-products.com/index.php?action=history&amp;feed=atom&amp;title=Rules_Examples"/>
	<link rel="alternate" type="text/html" href="https://wiki.netio-products.com/index.php?title=Rules_Examples&amp;action=history"/>
	<updated>2026-04-14T21:13:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.netio-products.com/index.php?title=Rules_Examples&amp;diff=787&amp;oldid=prev</id>
		<title>Djestrab: Created page with &quot;== Watchdog monitoring == Monitor the address defined in WATCHDOG_1. If the Watchdog fails, restart device at output 1 (action 2 = SHORT OFF)  &lt;nowiki&gt; {   &quot;conditions&quot;: {...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.netio-products.com/index.php?title=Rules_Examples&amp;diff=787&amp;oldid=prev"/>
		<updated>2021-10-22T14:27:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Watchdog monitoring == Monitor the address defined in WATCHDOG_1. If the Watchdog fails, restart device at output 1 (action 2 = SHORT OFF)  &amp;lt;nowiki&amp;gt; {   &amp;quot;conditions&amp;quot;: {...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Watchdog monitoring ==&lt;br /&gt;
Monitor the address defined in WATCHDOG_1. If the Watchdog fails, restart device at output 1 (action 2 = SHORT OFF)&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;conditions&amp;quot;: {&lt;br /&gt;
    &amp;quot;WDT/WATCHDOG_1/FAIL&amp;quot;: true&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;actions&amp;quot;: {&lt;br /&gt;
    &amp;quot;OUTPUTS/1/ACTION&amp;quot;: 2&lt;br /&gt;
  }&lt;br /&gt;
}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Watchdog monitoring with filter ==&lt;br /&gt;
Monitor the address defined in WATCHDOG_1. If output 4 is ON (condition in filters) and the Watchdog reports a failure, restart device on output 4.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;conditions&amp;quot;: {&lt;br /&gt;
    &amp;quot;WDT/WATCHDOG_1/FAIL&amp;quot;: true&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;filters&amp;quot;: {&lt;br /&gt;
    &amp;quot;OUTPUTS/4/STATE&amp;quot;: &amp;quot;on&amp;quot;&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;actions&amp;quot;: {&lt;br /&gt;
    &amp;quot;OUTPUTS/4/ACTION&amp;quot;: 2&lt;br /&gt;
  }&lt;br /&gt;
}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PAB - zones ==&lt;br /&gt;
If PAB_ZONE_1 is in zone 1 and the TestSchedule is active at the same time, turn ON output 4 (action 1 = ON)&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;conditions&amp;quot;: {&lt;br /&gt;
    &amp;quot;PAB/PAB_ZONE_1/ZONE&amp;quot;: 1&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;filters&amp;quot;: {&lt;br /&gt;
    &amp;quot;SCHEDULE/TestSchedule/ACTIVE&amp;quot;: true&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;actions&amp;quot;: {&lt;br /&gt;
    &amp;quot;OUTPUTS/4/ACTION&amp;quot;: 1&lt;br /&gt;
  }&lt;br /&gt;
}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== PAB - range ==&lt;br /&gt;
If PAB1_1 or PAB1_2 are &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt;, trigger an alarm in Cloud at output 1&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;conditions&amp;quot;: {&lt;br /&gt;
    &amp;quot;operator&amp;quot;: &amp;quot;OR&amp;quot;,&lt;br /&gt;
    &amp;quot;PAB/PAB1_1/IN&amp;quot;: true,&lt;br /&gt;
    &amp;quot;PAB/PAB1_2/IN&amp;quot;: true&lt;br /&gt;
  },&lt;br /&gt;
  &amp;quot;actions&amp;quot;: {&lt;br /&gt;
    &amp;quot;CLOUD/OUTPUT/1/ALARM&amp;quot;: &amp;quot;${COND_RESULT}&amp;quot;&lt;br /&gt;
  }&lt;br /&gt;
}&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Djestrab</name></author>
		
	</entry>
</feed>