Mikhail

Forum Replies Created

Viewing 15 posts - 2,101 through 2,115 (of 6,145 total)
  • Author
    Posts
  • 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.

    in reply to: Calc value from multiple device #11408
    Mikhail
    Moderator

    I can help you by answering questions how formulas work.
    Take into account that Communicator periodically sends the existing data again to input channels.
    It’s possible to write to a text file from formulas. It may help to find an error.

    If you can use C#, you can also implement a simple module to perform calculations. Modules allow debugging, which can be useful.

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

    What is the recommended way to collect all the necessary files into a clean separate folder after build each solution ? Like your distributed package does ?

    I created a custom application to collect the files into the package. Not ready to share it. The task also can be solved by writing scripts.

    in reply to: Dashboard plug in #11406
    Mikhail
    Moderator

    Page not found again.

    in reply to: Webstation #11405
    Mikhail
    Moderator

    You should not use ScadaComm and ScadaWeb for user log in. They are used for connection of applications.
    You should create new users in the Users table.

Viewing 15 posts - 2,101 through 2,115 (of 6,145 total)