Mikhail

Forum Replies Created

Viewing 15 posts - 766 through 780 (of 6,130 total)
  • Author
    Posts
  • in reply to: way to obtain the computer code #15125
    Mikhail
    Moderator

    Please check the video lessons. If it does not help, provide more info and specify what module did you install.

    in reply to: Understand how event record works #15121
    Mikhail
    Moderator

    In a trigger, you can copy value of the channel that fires the trigger.

    in reply to: Understand how event record works #15120
    Mikhail
    Moderator

    Hi,

    I want to copy value from other channel

    You can do that in the output formula of the channel that is used for sending command. Use Val(n) function.

    • This reply was modified 1 year, 5 months ago by Mikhail.
    in reply to: Understand how event record works #15118
    Mikhail
    Moderator

    Hi,
    Try unset the Copy channel data checkbox, and specify channel value and status.
    May be, it’s better to create a command trigger rather than a data trigger.

    Mikhail
    Moderator

    Hello,
    To make the same file structure as the installation package, you should copy the build output to the corresponding folders.

    in reply to: Rest API integration #15111
    Mikhail
    Moderator

    It’s possible to create a client from a driver code and interact with the Server service. But it’s not as designed.

    in reply to: Rest API integration #15109
    Mikhail
    Moderator

    A driver does not write data to input channels directly. It writes data to a tag. Communicator binds tags to channels. Data sources send tag data to Server according to the bindings. Use DrvSimulator as an example.

    • This reply was modified 1 year, 5 months ago by Mikhail.
    in reply to: Fixed certain channels in ChartPro #15108
    Mikhail
    Moderator

    Hi,

    You can use Chart Pro as a view with the predefined channels. Check this link.

    in reply to: Rest API client communication #15103
    Mikhail
    Moderator

    RESP API functions provided by Rapid SCADA can be found here. URL examples are given in the source code. You can call them either from client or server code.

    • This reply was modified 1 year, 5 months ago by Mikhail.
    in reply to: Channel Read Bits #15101
    Mikhail
    Moderator

    Binary format will be supported in the next release.

    in reply to: Rest API integration #15100
    Mikhail
    Moderator

    Check ScadaComm.log for error. Probably the communication line is not started, therefore its log does not exist.

    Mikhail
    Moderator

    If you need to do some calculations based on the measurements, it’s possible to develop scripts that implement it.

    Mikhail
    Moderator

    Hi,

    Using Rapid SCADA you can collect data from various devices, store data into a database, and display to an operator. I suggest to start from watching video lessons and reading docs (link).

    in reply to: Sequential Running of Outputs #15096
    Mikhail
    Moderator

    Hi,

    1. When creating a time trigger, you can enter time with seconds. If it’s doesn’t work for you, please provide a screenshot.

    2. If it should repeat not too fast, you can enter many times of day in the trigger options. Alternatively, you should create a channel that changes from 0 to 1 every X minutes, and create a data trigger that reacts on the channel.

    in reply to: Sequential Running of Outputs #15092
    Mikhail
    Moderator

    Hi,

    Try creating a time trigger in Automatic Control Module. Use the Delay parameter of commands to send them as a sequence.

Viewing 15 posts - 766 through 780 (of 6,130 total)