Auto fill up when data loss

Forum Home Forums Understanding the Software Auto fill up when data loss

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16955
    kcks66
    Participant

    Hi Mikhail,

    I have a situation which my sensor connection often disconnected for 2-3 minutes, my sampling rate is one minute. My table/historical data often showed — when sensor connection loss.

    Is there a setting which Rapid SCADA can automatically take the last reading to fill in the database whenever sensor connection is loss?

    Example :
    Before implementation
    XX:00:00 –> 24.1
    XX:01:00 –> 24.2
    XX:02:00 –> —
    XX:03:00 –> —
    XX:04:00 –> 24.5

    After implementation
    XX:00:00 –> 24.1
    XX:01:00 –> 24.2
    XX:02:00 –> 24.2
    XX:03:00 –> 24.2
    XX:04:00 –> 24.5

    Thank you.

    #16960
    Mikhail
    Moderator

    Hi,
    Try the channel formula
    CnlStat > 0 ? Cnl : Val()

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.