Hello everyone, When I executed the same query on a Historic View from an external .NET application and then within ClearSCADA, I got different results. I realized that the difference was caused by the day-light saving hours. When the query was execu…View more
Posted by: Kan in Geo SCADA Expert Forum
Find more articles tagged with:
Is it possible to call the ClearSCADA Time Average function from a .NET application using the client library? Any example code will be much appreciated. Thanks a lot.
Posted by: Kan in Geo SCADA Expert Forum
Find more articles tagged with:
What .NET API functions can I call to set values and length for the variable float array? The ClearSCADA code looks like this. TimeSlices is a Variable Float Array. IF samplecount > 0 THEN TimeSlices.Value[TimeSlice] := Total/samplecount; TimeSlices.…View more
Posted by: Kan in Geo SCADA Expert Forum
Find more articles tagged with:
Hello! I need to replicate some logic in ClearSCADA code in .NET. The scada code selects values from a View and does some processing.Does anyone know what API calls can query the View and get its data? Thanks a lot.
Posted by: Kan in Geo SCADA Expert Forum