Forum Replies Created
-
AuthorPosts
-
MikhailModeratorScadaServer can return file size only for files in the Views folder. Source code.
In the above example, you request info about log files. So you should request ScadaAgent, not ScadaServer.-
This reply was modified 3 years, 7 months ago by
Mikhail.
November 21, 2022 at 10:00 am in reply to: Export channel data to excel for longer periode of time #11630
MikhailModeratorHi,
In Rapid SCADA 6 you can set as big limit as you need. For example, 365 days.
MikhailModeratorHello,
To display channels statuses as numbers, create extra channels of the calculated type that contain statues.
MikhailModeratorif (Cnl=65535) return 0;has wrong syntax. C# uses == as equality operator.
MikhailModeratorHello,
Please provide clear description of the issue.
MikhailModeratorHello,
“Real” channels are measured by devices.
“Calculated” channels are calculated based on real channels.
MikhailModeratorHello,
To display status as a number, useStat(102)formula.
MikhailModeratorHello,
Using too many channels in a one view will be slow and not comfortable for an operator.
MikhailModeratorHello,
Please provide screenshots that explain your question.
MikhailModeratorHello,
Probably there should be another report for current data. I will add it to the wish list.
MikhailModeratorHello,
If Communicator cannot connect to the Server app, make sure that Server is OK.
MikhailModeratorHello,
I’ve updated Application Protocol 3.0.pdf
Use ScadaTestClient-v6.zip from this folder to test getting file info.
I will check why file length is 0.
MikhailModerator2022-11-16 15:16:52 [wst1][appstack][ERR] Error calling the Start method of the MqttServer data source: System.InvalidOperationException: Collection was modified; enumeration operation may not execute. at System.Collections.Generic.List 1.Enumerator.MoveNext() at Scada.Comm.Engine.CommLine.SelectDevices() at Scada.Comm.Drivers.DrvDsMqtt.Logic.MqttDSL.FillDeviceTopics() at Scada.Comm.Drivers.DrvDsMqtt.Logic.MqttDSL.Start() at Scada.Comm.Engine.DataSourceHolder.Start()Does this error appear every time when you restart Communicator?
MikhailModeratorTo enter correct options, use the Administrator app.
MikhailModeratorInfluxDB can be used for historical archives only. It doesn’t work with current data and events.
For example, I use the following options for InfluxDB archive:
Connection = InfluxConn Deadband = 0.1 DeadbandUnit = Absolute IsPeriodic = false LogEnabled = true PullToPeriod = 0 ReadOnly = false Retention = 365 WriteOnChange = true WriteWithPeriod = true WritingPeriod = 1 WritingPeriodUnit = MinuteYou should configure a connection.
-
This reply was modified 3 years, 7 months ago by
-
AuthorPosts