Mikhail

Forum Replies Created

Viewing 15 posts - 2,236 through 2,250 (of 6,284 total)
  • Author
    Posts
  • 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 = 
    in reply to: Buid Rapid SCADA 6 on Visual Studio Code #11424
    Mikhail
    Moderator

    somehow my own build searching for dependency library in the current directory, different than official release from the root of Administrator app

    What particular files, for example?

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

    This development could be implemented as a rapid scada driver ?

    If the source code is available, it can be used in Rapid SCADA driver. In general, I recommend to separate logic and user interface by put them in different classes.

    in reply to: Dashboard plug in #11422
    Mikhail
    Moderator

    Hello,
    The plugin validates user rights by the view with ID = 2. You should create a table view or a scheme with ID = 2 that contains the channels to draw chart.

    Note: in version 6, access rights are assigned on objects, so configuration will be simplified.

Viewing 15 posts - 2,236 through 2,250 (of 6,284 total)