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.