Initial commit: Ignition 8.3.3 gateway config and watermeter project

This commit is contained in:
dohertj2
2026-02-22 04:49:06 -05:00
commit 577ef85dbc
1163 changed files with 19004 additions and 0 deletions

25
redundancy.xml Normal file
View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>Redundancy Settings</comment>
<entry key="redundancy.activehistorylevel">Full</entry>
<entry key="redundancy.autodetectlocalinterface">true</entry>
<entry key="redundancy.bindinterface"></entry>
<entry key="redundancy.gan.enableSsl">true</entry>
<entry key="redundancy.gan.host"></entry>
<entry key="redundancy.gan.httpConnectTimeout">10000</entry>
<entry key="redundancy.gan.httpReadTimeout">60000</entry>
<entry key="redundancy.gan.pingMaxMissed">10</entry>
<entry key="redundancy.gan.pingRate">1000</entry>
<entry key="redundancy.gan.pingTimeout">300</entry>
<entry key="redundancy.gan.port">8060</entry>
<entry key="redundancy.gan.receiveThreads">5</entry>
<entry key="redundancy.gan.sendThreads">5</entry>
<entry key="redundancy.gan.websocketTimeout">10000</entry>
<entry key="redundancy.joinwaittime">30000</entry>
<entry key="redundancy.masterrecoverymode">Automatic</entry>
<entry key="redundancy.noderole">Independent</entry>
<entry key="redundancy.standbyactivitylevel">Cold</entry>
<entry key="redundancy.sync.timeoutSecs">60</entry>
<entry key="redundancy.useActiveUptimeToResolveConflict">false</entry>
</properties>