Mikhail

Forum Replies Created

Viewing 15 posts - 2,191 through 2,205 (of 6,242 total)
  • Author
    Posts
  • in reply to: Error message xml not found #11465
    Mikhail
    Moderator

    Hello,
    The question is duplicated.

    in reply to: Report summary of register values (table & excel) #11464
    Mikhail
    Moderator

    Hello,
    If you have issues with displaying the above data, please provide screenshots.

    Can I export this excel data via WebStation?

    Yes, Webstation allows to export historical data to Excel.

    in reply to: V6, communicator ignores bound channel of integer data type #11455
    Mikhail
    Moderator

    maybe it should be highlighted in the document regarding these data types

    You right. Currently, the documentation for v6 is not ready. Nuances of the algorithms should be added to the docs.

    in reply to: v6, DrvDsMqtt not publishing anything. #11451
    Mikhail
    Moderator

    @zzz, do you get data from Communicator to ScadaServer successfully?

    in reply to: v6, DrvDsMqtt not publishing anything. #11450
    Mikhail
    Moderator

    Let me try later today since I have my own Mqtt server locally and on the cloud.


    @kumajaya
    , if you already have tried the MQTT publishing data source, could you share the experience?

    in reply to: v6, DrvDsInfluxDB suport InfluxDB or InfluxDB2 or both ? #11449
    Mikhail
    Moderator

    Writing of 0 data points completed successfully in 1 ms
    It looks like no channels are associated with the archive.

    in reply to: v6, DrvDsInfluxDB suport InfluxDB or InfluxDB2 or both ? #11448
    Mikhail
    Moderator

    InfluxDB2 is supported.
    In ScadaServer.txt there are statuses of archives. Is the MinCopy archive displayed as ready?

    In ScadaServer.log how many channels for archiving? For example
    Number of active channels for archiving: 271

    in reply to: V6, communicator ignores bound channel of integer data type #11445
    Mikhail
    Moderator

    In my test project, I setup 77 channels, all as Integer type, none got recognized, until they are all set to Double. and they all are immediately recognized by Communicator.

    The Modbus driver uses the double type for all its tags. Channel data type must match a tag data type. The behavior looks as expected.
    Currently all existing drivers use the Double type. However, if someone writes a custom driver, he can use integer tags.

    in reply to: v6, timezone issue #11444
    Mikhail
    Moderator

    ScadaCommon.dll is a new name for ScadaData.dll
    You can find new file formats here.

    in reply to: Omron Fins Driver (Ethernet) #11443
    Mikhail
    Moderator

    Hello,
    Thank you.
    Do you use GitHub? If so, you could add the development to a public repository.

    in reply to: Buid Rapid SCADA 6 on Visual Studio Code #11442
    Mikhail
    Moderator

    For the ScadaWeb project try publishing to a folder.

    in reply to: V6, communicator ignores bound channel of integer data type #11428
    Mikhail
    Moderator

    Could you provide screenshots?
    Is it possible to reproduce the issue on the default HelloWorld project?

    Data type of channel and device tag (provided by a driver) must match. It should affect only certain tag. If it corrupt other tags, it may be a bug.

    in reply to: v6, timezone issue #11427
    Mikhail
    Moderator

    If you use PostgreSQL archives, pgAdmin converts selected data to local to make it handy for a user.

    in reply to: v6, timezone issue #11426
    Mikhail
    Moderator

    It seems that rapidscada is using UTC time to store data

    That’s right. Timestamps converted to local time only in the web application.
    Log files uses the server’s time zone, however, it does not affect the logic.

    in reply to: v6, DrvDsMqtt not publishing anything. #11425
    Mikhail
    Moderator

    Screenshots and logs may help.

    I tested the MQTT data source with the following parameters:

    ClientID = 
    DataLifetime = 60
    DetailedLog = False
    DeviceFilter = 
    MaxQueueSize = 1000
    Password = C8080E774B59B0C6694063BDE2428352
    Port = 1883
    ProtocolVersion = Unknown
    PublishFormat = 
    QosLevel = 0
    Retain = False
    RootTopic = Communicator/
    Server = broker.mqtt-dashboard.com
    Timeout = 10000
    UndefinedValue = NaN
    Username = 

    Communication channel options:

    ClientID = 
    Password = C8080E774B59B0C6694063BDE2428352
    Port = 1883
    ProtocolVersion = Unknown
    Server = broker.mqtt-dashboard.com
    Timeout = 10000
    Username = 
Viewing 15 posts - 2,191 through 2,205 (of 6,242 total)