Mikhail

Forum Replies Created

Viewing 15 posts - 1,426 through 1,440 (of 6,239 total)
  • Author
    Posts
  • in reply to: Sync multiple instances to a central server #13532
    Mikhail
    Moderator

    Hello,
    Thank you for the clear description of the system.
    Yes, Rapid SCADA is designed to support such architecture.
    I suggest to configure remote and central Rapid SCADA instances within the same project. Then use Rapid Gate module to sync them.
    Choose Rapid SCADA 6 version, because Rapid Gate was significantly improved for v6.

    Mikhail
    Moderator

    Possible cause is that OPC Core Components are not installed. Download them from Rapid SCADA or OPC Foundation website and install.

    in reply to: error: Scripts is inaccessible due to its protection level #13527
    Mikhail
    Moderator

    You need
    public double DT()...
    User’s functions should be declared as public in v6.

    in reply to: Chart and other Graphics suggestion #13525
    Mikhail
    Moderator

    Hello,
    Free charts are available out of the box. No additional configuration needed.

    in reply to: Using Formulas With Scripts #13521
    Mikhail
    Moderator

    You should create a more complex function and use it inside EverySec, e.g.,
    EverySec(() => MyFunc)

    in reply to: http command #13520
    Mikhail
    Moderator

    Error text was not informational. However, timeout is set for the request when it is created.
    Headers should work. Play with them.

    in reply to: http command #13516
    Mikhail
    Moderator

    Check the device timeout. It should be > 0.

    in reply to: http command #13515
    Mikhail
    Moderator

    Try simplifying the request and arguments to find the error cause.

    in reply to: http command #13513
    Mikhail
    Moderator

    Cannot reproduce: https://ibb.co/S0sW3Tm

    My DrvHttpNotif_XXX.xml is

    <?xml version="1.0" encoding="utf-8"?>
    <NotifDeviceConfig>
      <Uri>http://remote:Hovdetjenn18@10.147.19.135/scada-remote?m=json&amp;r=grp&amp;fn=write&amp;alias={grp}&amp;value={value}</Uri>
      <Method>Get</Method>
      <Headers />
      <Content />
      <ContentType />
      <ContentEscaping>None</ContentEscaping>
      <ParamEnabled>true</ParamEnabled>
      <ParamBegin>{</ParamBegin>
      <ParamEnd>}</ParamEnd>
      <AddrSep>;</AddrSep>
    </NotifDeviceConfig>
    

    Command string data:

    value=34
    grp=63/7/200
    
    • This reply was modified 2 years, 6 months ago by Mikhail.
    in reply to: Delay before creating an event #13512
    Mikhail
    Moderator

    Automatic Control Module can activate trigger with timeout. But currently the module cannot generate events. If we add to the module a feature to generate events on trigger, does it solve the issue?

    in reply to: Using Formulas With Scripts #13511
    Mikhail
    Moderator

    Is there a way to edit the script to make it update every half second instead of every second?

    Open the Scripts table and check the EveryPeriod method. You can use it instead of EverySec.

    in reply to: http command #13510
    Mikhail
    Moderator

    I will check.

    in reply to: Using Formulas With Scripts #13501
    Mikhail
    Moderator

    If you use this formula inside the channel 101, try
    EverySec(() => { return Val() + 1; }) or
    EverySec(() => Val() + 1)
    The channel should be of the Calculated type.

    • This reply was modified 2 years, 6 months ago by Mikhail.
    • This reply was modified 2 years, 6 months ago by Mikhail.
    in reply to: http command #13500
    Mikhail
    Moderator

    Thank you.
    Could you also provide a screenshot of the communication line log when you send a command?

    in reply to: Delay before creating an event #13496
    Mikhail
    Moderator

    Hi,
    In Rapid SCADA 6 you can set a deadband for a limit. It’s not a time delay but also can be helpful. To make a time delay, you need to develop a formula and change channel status from the formula.

Viewing 15 posts - 1,426 through 1,440 (of 6,239 total)