At least one Ignition source must be enabled. It is possible to enable all six sources as Ignition Source. <br>
+
DIN1 - 1;<br>
+
DIN2 - 2;<br>
+
DIN3 - 4;<br>
+
DIN4 - 8;<br>
+
Movement - 16;<br>
+
External Voltage - 32;<br>
+
+
Examples: <br>
+
In order to configure DIN1 as Ignition source, we send SMS: "setparam 101:1". SMS command will configure Ignition source as DIN1
+
In order to configure all sources as Ignition source, we send SMS: "setparam 101:63". Explanation why: DIN1 + DIN2 + DIN3 + DIN + Movement + External Voltage = 1 + 2 + 4 + 8 + 16 + 32 = 63
+
+
To configure other sources, simply add desired values together. I.e. DIN1 + External Voltage = 1 + 32 = 33 - "setparam 101:33"