Mikhail

Forum Replies Created

Viewing 15 posts - 2,176 through 2,190 (of 6,288 total)
  • Author
    Posts
  • in reply to: v6 protocol document mismatch #11631
    Mikhail
    Moderator

    ScadaServer 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.
    in reply to: Export channel data to excel for longer periode of time #11630
    Mikhail
    Moderator

    Hi,
    In Rapid SCADA 6 you can set as big limit as you need. For example, 365 days.

    in reply to: Channel Status and Channel Value #11629
    Mikhail
    Moderator

    Hello,
    To display channels statuses as numbers, create extra channels of the calculated type that contain statues.

    in reply to: Number to be displayed at WebStation #11628
    Mikhail
    Moderator

    if (Cnl=65535) return 0; has wrong syntax. C# uses == as equality operator.

    in reply to: Cnl vs Val #11627
    Mikhail
    Moderator

    Hello,
    Please provide clear description of the issue.

    in reply to: Real vs Calculated Real #11626
    Mikhail
    Moderator

    Hello,
    “Real” channels are measured by devices.
    “Calculated” channels are calculated based on real channels.

    in reply to: Rapid SCADA bug reported?? #11625
    Mikhail
    Moderator

    Hello,
    To display status as a number, use Stat(102) formula.

    in reply to: Table Summary (More document support needed) #11624
    Mikhail
    Moderator

    Hello,

    Using too many channels in a one view will be slow and not comfortable for an operator.

    in reply to: Table #11623
    Mikhail
    Moderator

    Hello,
    Please provide screenshots that explain your question.

    in reply to: Table – More comments #11622
    Mikhail
    Moderator

    Hello,

    Probably there should be another report for current data. I will add it to the wish list.

    in reply to: Error #11621
    Mikhail
    Moderator

    Hello,
    If Communicator cannot connect to the Server app, make sure that Server is OK.

    in reply to: v6 protocol document mismatch #11620
    Mikhail
    Moderator

    Hello,

    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.

    in reply to: v6, DrvDsMqtt not publishing anything. #11618
    Mikhail
    Moderator
    2022-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?

    in reply to: scada v6 archive error #11617
    Mikhail
    Moderator

    To enter correct options, use the Administrator app.

    in reply to: scada v6 archive error #11616
    Mikhail
    Moderator

    InfluxDB 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 = Minute

    You should configure a connection.

Viewing 15 posts - 2,176 through 2,190 (of 6,288 total)