Mikhail

Forum Replies Created

Viewing 15 posts - 1,801 through 1,815 (of 6,289 total)
  • Author
    Posts
  • in reply to: Driver GPIO for Scada v6.1 #12577
    Mikhail
    Moderator

    Thank you!

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

    May be the storage DLL was not found. The details are written in ScadaWeb.log
    If you change the source code by yourself, use the VS debugger to check how the code works.

    in reply to: Problem with data adquisition #12573
    Mikhail
    Moderator

    Communicator settings, channels, user interface.

    in reply to: MQTT Issue #12572
    Mikhail
    Moderator

    Hello,

    We can create a project to collect data from your MQTT device. To get an offer, please email us the details, including MQTT topic to read and JSON example if used.

    in reply to: Show object hierarchy in tree view (Channels) #12563
    Mikhail
    Moderator

    Hello,

    The new features sounds useful. Could you provide links to the screenshots in this topic?

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

    Please provide screenshots and logs.

    in reply to: Problem with data adquisition #12561
    Mikhail
    Moderator

    Hi,

    Usually when controller is not available, the Communicator app sets data to undefined. If you provide screenshots of the settings and data, we could provide additional thoughts about that.

    in reply to: MQTT Issue #12560
    Mikhail
    Moderator

    Hello,

    In version 5, you should set communication channel type to Undefined.
    To get values from JSON, you should use JavaScript as described here.

    in reply to: Export channel name #12553
    Mikhail
    Moderator

    Hi,

    DB export module works with current data, historical data and events.
    If you need to export the configuration database:
    1. If PostgreSQL is used, export can be done by few clicks from Administrator.
    2. For other databases, export tables to CSV using Administrator. Then import CSV to database by some external tools (example).

    in reply to: Structure of many instances #12552
    Mikhail
    Moderator

    Hello,
    To make logs available remotely you should install Communicator and Agent on the remote machine. Agent interacts with the Administrator app.
    A separate instance should be created in the project.

    in reply to: Frame URL returns error #12551
    Mikhail
    Moderator

    IE is too old and deprecated. IE was removed in Windows 11.
    Dashboard plugin creates a frame element on a web page. So the tasks are:
    1. Make video run by URL in a new Chrome tab.
    2. Make video run in a frame.

    What is displayed if you simply copy video URL in Chrome tab?
    Check the camera manual. Some cameras can provide video on its webpage and RTSP. What protocols are supported by your camera?

    in reply to: How to configure mqtt client of V6 #12550
    Mikhail
    Moderator

    Hello,

    To set the Undefined status, write NaN
    For example, setValue(0, NaN)
    In JS usually for...of is used, not for…in. Link.

    in reply to: SendCommand function #12549
    Mikhail
    Moderator

    Hi,

    Scripts in the configuration database don’t support sending commands. Automatic Control Module is needed for this purpose.

    in reply to: How to configure mqtt client of V6 #12542
    Mikhail
    Moderator

    TLS is supported. There is a checkbox for that.
    Currently, there are no settings to specify particular certificates.
    When TLS is enabled, may be the driver uses certificates from some location. I didn’t research.

    Communicator sends data to the data sources, specified in its configuration. Data sources are implemented as drivers. There are Server, MQTT and OPC UA data sources. It’s possible to develop any other data source.

    I wrote about a feature of setting a timestamp in JSON package to write historical data. Historical data would be sent to the data sources specified in Communicator.

    • This reply was modified 3 years, 1 month ago by Mikhail.
    in reply to: Structure of many instances #12541
    Mikhail
    Moderator

    Hello,

    Can we see the communication device on Linux Version?

    Could you clarify the question?

Viewing 15 posts - 1,801 through 1,815 (of 6,289 total)