Mikhail

Forum Replies Created

Viewing 15 posts - 2,101 through 2,115 (of 6,240 total)
  • Author
    Posts
  • in reply to: Automatic Control Module Channel Data (NO) trigger #11707
    Mikhail
    Moderator

    Hello,
    Triggers of the “On channel data” type fire when channel value changes. In your case, may be an “on command” trigger would be more appropriate.

    in reply to: How to connect a Profinet device? #11701
    Mikhail
    Moderator

    Hi,
    Please write about results.

    in reply to: Map code #11696
    Mikhail
    Moderator

    Hi,

    what is the input so that the pin is red?

    It should be a channel that displays location status. For example, some tag of a device mounted on the site.

    in reply to: How to connect a Profinet device? #11695
    Mikhail
    Moderator

    Hello,

    May be you can try this OPC server https://www.matrikonopc.com/drivers/opc-siemens.aspx to integrate Profinet and Rapid SCADA.

    in reply to: Map code #11691
    Mikhail
    Moderator

    Hi,

    How to turn the map pin to green if >0 and turns red if 0”

    Use a channel formula mentioned above or similar.

    in reply to: Map code #11687
    Mikhail
    Moderator

    Hi,
    Unfortunately, wetransfer.com does not work in Russia, so I can’t check the file.
    Please upload the file to another file hosting.

    in reply to: Ошибка ASP.login_aspx #11684
    Mikhail
    Moderator

    Hello,
    The above error means that ASP.NET has not been properly installed.
    If you are starting from scratch, I suggest to try Rapid SCADA 6.
    This forum is in English. If you prefer Russian, use https://forum.rapidscada.ru/

    in reply to: Map code #11683
    Mikhail
    Moderator

    Probably, you should create a new channel of the calculated type with the formula
    Val(101) <= 1 ? 1 : -1; Stat(101)
    where 101 is the source channel number

    in reply to: Map code #11682
    Mikhail
    Moderator

    Hi,

    According to the manual: “0 – channel not specified; positive channel value means the location is normal, otherwise the location needs attention”.
    So channel formula might be: Cnl <= 1 ? 1 : -1

    in reply to: Channels Communication and Reset #11681
    Mikhail
    Moderator

    The the module is required to send commands automatically according to the specified conditions.

    I recommend to get the current time once:
    DateTime curTime = DateTime.UtcNow;

    in reply to: Export channel data to excel for longer periode of time #11674
    Mikhail
    Moderator

    Hello,

    May I know what is the proper procedures to install V6?

    Instructions will be created soon.

    How about the existing V5 projects?

    There will be a converter utility.

    Do I need to uninstall V5 first?

    It’s possible to use both on the same machine. But it is easier to deploy a new virtual machine for v6.

    in reply to: Channel Status and Channel Value #11673
    Mikhail
    Moderator

    Hello,
    I mean that channel status can be written as value of another channel.

    in reply to: Number to be displayed at WebStation #11672
    Mikhail
    Moderator

    Hello,
    Please read this. Item 7

    in reply to: Cnl vs Val #11671
    Mikhail
    Moderator

    Hello,
    Cnl and CnlVal are variables.
    Val() and Stat() are functions.

    in reply to: Real vs Calculated Real #11670
    Mikhail
    Moderator

    Hello,
    All channels may use formulas, but formulas are calculated in different moments.
    You can find more details here.

Viewing 15 posts - 2,101 through 2,115 (of 6,240 total)