Current data updated automatically

Forum Home Forums Understanding the Software Current data updated automatically

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8963
    Artos9
    Participant

    Hello,
    I use individual Integration with Rapis Scada by C# API.
    I use below Server settings.

        <Param name="WriteCurPer" value="0" descr="Current data writing period, sec" />
        <Param name="InactUnrelTime" value="0" descr="Unreliable on inactivity, min" />
    

    And also change Web_config
    <Param name="DataRefrRate" value="0" descr="Current data and events refresh rate, ms" />
    But I see in my application current data is still updating on each 1 min.
    Is possible to fix current data to next SendSrez call by “Integration”?

    Thanks you.

    #8965
    Mikhail
    Moderator

    Hello,
    The DataRefrRate parameter in the web app affects only the web interface. If you set it to 0, the default value is used.

    How do you interact between your application and Rapid SCADA?

    #8994
    Artos9
    Participant

    Hello,
    Thank you for answer.

    Periodically (each e.g. 1h) I run C# console program with API SendArchive and SendSrez with some data. Most of data is historical data. Send current data is for showing last sent data, and it is refreshed unfortunately.

    If something is misunderstanding please ask.
    Thank you.

    #8997
    Mikhail
    Moderator

    Hello,

    You should check if current data is successfully updated in Administrator > Instances > Default > Server > Archive > Current Data

    #8998
    Mikhail
    Moderator

    Also change WriteCurPer to 1 in the Server configuration.

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