Mikhail

Forum Replies Created

Viewing 15 posts - 1,756 through 1,770 (of 6,240 total)
  • Author
    Posts
  • 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 2 years, 11 months 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?

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

    The driver works with current data. If you mean that the Timestamp field in JSON specifies historical data (in the past), the driver should be modernized.

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

    Hello,

    1. Probably, support of certificates hasn’t been implemented yet by MQTT client communication channel.

    2. Please check this example. The JS file should be located in the Communicator configuration directory in the project. You should enable JS and specify the file and subitems in the Advanced Parameters of the subscription.

    • This reply was modified 2 years, 11 months ago by Mikhail.
    in reply to: Structure of many instances #12532
    Mikhail
    Moderator

    I/O pins are available for SCADA if the PLC provides some standard communication bus. It can be built-in MQTT broker or OPC UA server. In short, likely I/O will be available, but indirectly.

    I wrote that in general, related to Pigeon RB700. For Raspberry, I suggest to try the driver developed by @manjey73

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

    Hello,

    How do you think about my solution?

    In general, it’s OK. However, Raspberry has limited temperature range, and requires reliable power supply.

    How will I configure communicators and Agents?

    Technical support can answer particular questions. In short, Communicators should refer to the main server’s IP. May be Agents need to work using reverse connection to the main Agent.
    If needed, we provide online training to learn how to configure Rapid SCADA.
    Also, I recommend Extended support, because distributed systems are more complex comparing with local systems.

Viewing 15 posts - 1,756 through 1,770 (of 6,240 total)