Mikhail

Forum Replies Created

Viewing 15 posts - 1,876 through 1,890 (of 6,290 total)
  • Author
    Posts
  • in reply to: Formula for appearing messages #12405
    Mikhail
    Moderator

    Hi,

    Rapid SCADA 6: Create new formats in the Formats table. Use the created format for a channel. See Off-On as an example.

    Rapid SCADA 5: the same, but add new rows to the Units table.

    • This reply was modified 3 years, 2 months ago by Mikhail.
    in reply to: Command #12404
    Mikhail
    Moderator

    In logs you can find timestamps of all command steps.

    in reply to: Command #12403
    Mikhail
    Moderator

    Hi,

    A command goes the following way: Webstation – Server – Communicator – Device.
    Using the logs, analyze why it takes too long.
    May be a command waits while Communicator ends a current polling session.

    in reply to: modbus transfer string value #12402
    Mikhail
    Moderator

    Hello,

    Could you make screenshots of the channels, Modbus template, and device data (in Communicator)?

    in reply to: modbus transfer string value #12395
    Mikhail
    Moderator

    Hello,

    Could you try the following:
    1. In Modbus template change element’s data type to ulong (8 bytes)
    2. Update channel data type to Integer, and set channel format to Hexadecimal
    This can help to check the actual channel values.

    in reply to: Export data to SQL #12393
    Mikhail
    Moderator
    in reply to: Basic Scada Functions #12392
    Mikhail
    Moderator

    Hi,
    Could you publish a screenshot where a link component is added to a scheme, and it’s properties are displayed in the properties table?

    in reply to: modbus transfer string value #12391
    Mikhail
    Moderator

    Hello,
    Change the channel data type to blank (double) to get large numbers.
    Then add a new channel of the Calculated type, string data type and an input formula Data(101), where 101 is the source channel number.
    Send screenshots of the settings and results.

    in reply to: Create custom plugins #12385
    Mikhail
    Moderator

    Hi,

    Use the existing plugins as samples. In case of particular questions, ask.
    We can provide a personal online training if needed.

    • This reply was modified 3 years, 2 months ago by Mikhail.
    Mikhail
    Moderator

    Hi,
    Currently we use Scheme Editor from v5 which source code is here.

    in reply to: PC get slower #12382
    Mikhail
    Moderator

    Hi,
    Open Task Manager and check CPU usage of different applications.

    in reply to: a button to open appllication from desktop #12381
    Mikhail
    Moderator

    Hello,
    I don’t think it’s possible, because Server is a service that has no access to desktop. Web application also has no access to a desktop. It’s only possible to start a console application from Server script.

    in reply to: Text appears ones click on the button #12380
    Mikhail
    Moderator

    Hi,
    Dynamic text displays channel value. Led also is bound to a channel and reflects its value. When a button is clicked it sends a command to Server to a particular channel. You should create a channel formula that does what you need.

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

    Hello,
    Please ask questions in appropriate topics. This topic is about MQTT.

    in reply to: modbus transfer string value #12378
    Mikhail
    Moderator

    Try getting a string as 4 registers of double type (8 bytes). They should be bound to 4 channels of the String data type. Let’s see the result.

Viewing 15 posts - 1,876 through 1,890 (of 6,290 total)