Mikhail

Forum Replies Created

Viewing 15 posts - 1,606 through 1,620 (of 6,240 total)
  • Author
    Posts
  • in reply to: incorect format od data recevied #12973
    Mikhail
    Moderator

    Hello,
    Please copy the question to the appropriate topic, or create a new topic. This topic is about incorrect data format error.

    in reply to: Check scada user authentication #12969
    Mikhail
    Moderator

    Integration with Grafana is similar. Grafana dashboards have URL with long GUID. Depending on the settings, they can be open separately by a user who knows that URL.

    Rapid SCADA web page can interact with your page by sending HTTP requests. POST requests more hidden from a user comparing with GET requests. For example, your page may require special POST request before providing data.

    in reply to: Check scada user authentication #12966
    Mikhail
    Moderator

    User auth information is stored in cookies. Browser protects cookies from access by other websites. So your web service cannot get login information, because it has another origin and another browser session.
    May be it’s possible if you somehow join the Webstation web app and your web service in a one origin (host and port).

    in reply to: Error calling the GetCurDataByView #12965
    Mikhail
    Moderator

    Hi,
    Likely, the port 10000 is used by another application.

    in reply to: Error while receiving data #12964
    Mikhail
    Moderator

    Could you update Rapid SCADA to 6.1.3?
    Then let us know if the error is fixed by the update or not.

    in reply to: Error while receiving data #12959
    Mikhail
    Moderator

    Hi,
    What is the version of Modbus Driver?

    in reply to: Rapid SCADA 6 Beta #12955
    Mikhail
    Moderator

    But does it require restart of the scadaserver service to be effective after changing alarm limit settings if configuration stored in DB?

    Currently, yes. We need a special command to reload users and limits to avoid restart.

    Limits are checked many times a second, so we can’t read them from the database every time, and should keep them in the memory cache.

    in reply to: Upgrade from 5.0.3.0 to 5.8.4 #12954
    Mikhail
    Moderator

    ModDBExport.dll and ModDbExport.dll use different symbol casing.

    That means, it ist possible to make a screenshot, but i cant´t place it in the trxtfield here.

    Use an external image hosting like https://imgbb.com/ or Google Drive.

    in reply to: Elastic Report Flexibility #12952
    Mikhail
    Moderator

    Elastic Report was fixed and uploaded to the website. To use it, you should upgrade Rapid SCADA to 6.1.3.

    in reply to: Upgrade from 5.0.3.0 to 5.8.4 #12949
    Mikhail
    Moderator

    ModDBExport.dll was renamed to ModDbExport.dll
    Could you make a screenshot of the Server directories specified in the project?

    in reply to: Rapid SCADA 6 Beta #12947
    Mikhail
    Moderator

    You can find in ScadaInstanceConfig.xml the option to change file storage to PostgreSQL storage. If the PostgreSQL storage is selected, the Server app loads a project from the database.

    in reply to: Rapid SCADA 6 Beta #12946
    Mikhail
    Moderator

    Currently it is possible to upload the project to PostgreSQL https://ibb.co/TLdT8Zt
    But project changes are stored as usual in XML files and later uploaded to the database. It would be interesting in the future to implement an alternative approach, edit project directly in the database. It would require fully new, web based Administrator app.

    in reply to: Storage is not initialized #12945
    Mikhail
    Moderator

    To debug the software, attach the debugger to the correctly installed instance.
    https://ibb.co/DLJ4ppq

    in reply to: Webstation: Buttons #12944
    Mikhail
    Moderator

    If the project is not changed, reuploading is the same as restating the Server service.
    Could you provide screenshots of the related configuration, and log of Auto Control Module (successful and failed examples)?

    Mikhail
    Moderator

    Actually these two elements represent two devices connected to a Modbus RTU device which transmits the private protocol of above two devices to Modbus

    In this case, split the single Modbus device into several devices having different templates.
    There is no option to continue a session if a request fails. May be we should implement it in the future.

    • This reply was modified 2 years, 9 months ago by Mikhail.
Viewing 15 posts - 1,606 through 1,620 (of 6,240 total)