Functions

  • Conditional Logic

    Produces Channels and/or Events based on programmable conditions. The Logic Output Channel is the channel that will be produced when the condition is met. It’s value will be 1 when true, 0 when false. The On Logic True Output Event is produced when the condition becomes true. The On Logic False Output Event is produced when the condition becomes false. The Logic On Delay is the time in milliseconds that the logic output will be delayed after the condition is met.

    • Counters

      Counters can be either incremented/decremented by events or conditions becoming true. The step controls how much the counter is incremented or decremented by. When set to wrap, the counter will wrap around to the minimum value when it reaches the maximum value, and vice versa. Following The counter follows the increments and decrements of another channel. Note that it doesnqsTr(’t directly follow this channel’)s value, it follows the increments and decrements of the channel.

      • Math Functions

        How to configure the real time math processing system

        • PID Controllers

          This guide explains how to configure and manage PID (Proportional-Integral-Derivative) controllers for process control. The guide covers how to set up controllers, assign channels, define conditions, adjust limits, configure gain tables, and monitor diagnostics for effective PID control. Overview A PID controller adjusts a process by calculating an error (difference between a desired set point and the measured process variable) and applying proportional P, integral I, and derivative D corrections to produce an output.

          • Shift Lights

            How to configure the shift lights on the device

            • Switch Logic

              How to configure the switching input logic on the device

              • Tables

                How to add and configure two dimensional tables

                • Timers

                  Generates a timer with customisable start, stop, and reset logic. Pictured example: Hide the camera view 10 seconds after reverse gear is deselected. Settings Output Channel The channel that contains the output time in seconds. On Expired Event This event will be triggered when the timer reaches Max Time. Max Time The maximum time (in seconds) that the timer can reach. 0 = No time limit. Reset Mode Determines the reset behaviour.