Hi,
I have a digital input logger device in the field that communicates with RapidScada via modbus, and currently I am polling the device to get updated status of each input “ON” or “OFF” but this creates a lot of wasted data.
A preferred, and more efficient method would be if the archive only contained time stamps when the input status changed, and what that status changed to.
For Example…
Input0001 – ON – 10:00:01
Input0001 – ON – 10:00:02
Input0001 – ON – 10:00:03
Input0001 – ON – 10:00:04
Input0001 – OFF – 10:00:05
Input0001 – OFF – 10:00:06
Input0001 – ON – 10:00:01
Input0001 – OFF – 10:00:05
Is this possible to do inside Rapidscada?
I am currently archiving to an PostgreSQL database.
Thanks in advance!