Loss Of Signal

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7555
    Rich Ex
    Participant

    Hi Friends

    My server reads the data from a scada device and uses formulas to display it on the Webstation

    Now the problem is the scada server sometimes has a loss of signal for a few seconds to the scada device ( they are many Km apart .) This causes issues with the formulas and I get may mistakes on the Webstation from junk data .

    Does RapidScada have an internal function that I can uses in formulas to halt the calculations on a loss of signal , something I can built into formula .

    Something like
    {
    if LOSS_OF_SIGNAL
    STOP_CALCULATIONS
    Else
    DO_CALCULATIONS
    }

    Many thanks , Rich

    #7556
    Rich Ex
    Participant

    Hi ,

    Think I have found it myself , CnlStat ..

    So If CnlStat>0 we have a good signal on this channel , thats my understanding .
    Is this correct .

    Thanks
    Rich

    #7559
    Mikhail
    Moderator

    Hi,
    Yes, correct.

    #7564
    Rich Ex
    Participant

    As always Mikhail

    Thank you

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