Latest version:5.0.1 build 1126.November 28, 2025.
The Digital Inputs Filter is a plugin for our data loggers (for example, Data Logger Suite) that reduces redundant records by exporting only meaningful changes or events from digital I/O modules. It operates on binary signals (True/False or 0/1) provided by devices such as ADAM-6050, ICP-CON 7041, MOXA ioLogik E2210, or similar. These devices connect via Ethernet or serial links to monitor discrete inputs and present each input as a variable (DI0…DI15). The filter sits after a parser module ( MODBUS RTU, MODBUS/TCP , ADAM, ICP-CON or ASCII) and controls whether a received packet should be forwarded to export modules ( database , Excel , Access, DDE, OPC) or suppressed.
The module evaluates variables with names ending DI0 through DI15 supplied by the parser (in the parser you can define a custom name). Default operation ignores all packets until you define rules for one or more inputs (up to 16). Each rule can specify:
Example – Door open/close logging. Incoming (from MODBUS RTU parser):
DI1=0;DI2=1;DATE_TIME_STAMP="2026-01-02 08:00:00"
Later:
DI1=1;DI2=1;DATE_TIME_STAMP="2026-01-02 08:00:00"
Configuration: define a rule to export when DI1 changes state.
Result: the first packet is ignored (no prior state or set initial state to match); on change to 1, the filter forwards a packet with an appended message like: “DI1 changed 0 → 1”. The export target could be an SQL Server table with columns: timestamp, input, old_value, new_value, message.
Choose the correct initial state option depending on whether you want a first-sample event or to suppress it.
All plugins | Deadband | Expressions | Aggregator | Digital inputs filter | Script execute | Events generator | Redirect data | Redirecting data to a TCP server | Data timeout | Alarms Professional | Data Encode | Data From List | Failover | Summary statistics