Mikhail

Forum Replies Created

Viewing 15 posts - 1,771 through 1,785 (of 6,289 total)
  • Author
    Posts
  • in reply to: Problem with data adquisition #12671
    Mikhail
    Moderator

    Also check in log files that data queues of the module do not overflow.

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

    In Rapid SCADA all data uses UTC timestamps. Some databases (like PostgreSQL) have special data type to work with timezone, some databases don’t have such data type.
    If actual timestamps always differs by timezone offset, it’s OK and can be corrected in the SQL request.

    in reply to: Problem with MQTT Client #12669
    Mikhail
    Moderator

    Hi,

    I recommend use the same Tag Code and Topic parameters.
    You don’t need to create commands under the Command node.
    If a subscription is created and not read only, a value can be published.

    in reply to: Problem with MQTT Client #12655
    Mikhail
    Moderator

    https://ibb.co/yPZZWqP

    I suggest trying broker.mqtt-dashboard.com for testing.

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

    Could you tell what is “BBDD”?
    What is the time zone?

    in reply to: Problem with MQTT Client #12652
    Mikhail
    Moderator

    Can’t find a screenshot where the Options node is selected.

    in reply to: Problem with MQTT Client #12649
    Mikhail
    Moderator

    Hello,

    Could you add a screenshots of Device 4 Properties – Options?
    If you try the same on public broker broker.mqtt-dashboard.com, does it work or not?

    in reply to: MQTT not reading messages #12648
    Mikhail
    Moderator

    Hello,

    Currently, the MQTT driver doesn’t support strings. It’s possible to implement in the future.
    Strings are supported by OPC UA driver, for example.

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

    If device communication was OK, and then the device become unavailable, the device data in Communicator should be changed to ---. If not, let me know and provide communication line log.

    in reply to: Sending email by using Gmail sudden fail #12643
    Mikhail
    Moderator

    In your screenshot, “On normalization” checkbox is set. Likely, be the message was sent when value became normal.

    in reply to: Sending email by using Gmail sudden fail #12641
    Mikhail
    Moderator

    Hello,

    I checked the source code: {CnlVal} variable should show a value that caused the trigger to fire. Could you create a simple project based on HelloWorld to reproduce the issue using data generated by simulator?

    Note: the issue should be also occurred in Rapid SCADA 6, because any new changes are made in the 6th version.

    • This reply was modified 3 years, 1 month ago by Mikhail.
    in reply to: Problem with data adquisition #12638
    Mikhail
    Moderator

    Probably, you need to change connection mode to individual and set IP address to the device properties if you don’t use an intermediate gate device between the PLC and PC.

    • This reply was modified 3 years, 1 month ago by Mikhail.
    in reply to: Problem with MQTT Client #12637
    Mikhail
    Moderator

    Hi,
    After the connection is established successfully, you will get new data when topics change, and the device status will change to normal. New data will be written in communication line log.

    in reply to: MQTT not reading messages #12635
    Mikhail
    Moderator

    Hello,

    1. Yes, the driver converts all MQTT data to double. You can set data format to display in channel properties. It affects web interface.

    2. Convert time to number of milliseconds in JavaScipt. Then it’s possible to convert it to date and time using channel formula.

    • This reply was modified 3 years, 1 month ago by Mikhail.
    Mikhail
    Moderator

    Hello,
    This forum is in English. For using Russian, please write on https://forum.rapidscada.ru/

Viewing 15 posts - 1,771 through 1,785 (of 6,289 total)