Mikhail

Forum Replies Created

Viewing 15 posts - 91 through 105 (of 6,123 total)
  • Author
    Posts
  • in reply to: UPC-UA Server Access Control #17320
    Mikhail
    Moderator

    Hi,
    I suppose, yes.
    Using the Administrator application, in Communicator – Data sources, create several data sources with the DrvDsOpcUaServer driver. Each data source works independently.

    Note that OPC UA server in Rapid SCADA operates on Communicator level. It can access data of Communicator.

    We are planning to implement access to calculated channels on Server level, but it’s in the future.

    in reply to: chartpro issue #17316
    Mikhail
    Moderator

    Hello,
    The most likely cause is a change in the computer code due to a change in the computer parameters.

    Please email us a new computer code shown by Chart Pro to check.

    in reply to: how to configure modbus #17315
    Mikhail
    Moderator

    Hi,
    I suggest to install Communicator and Agent on the local Linux-based controller to poll the Modbus device. Then configure sending data from Communicator to the cloud server.

    in reply to: manual build Scada, running Scada #17305
    Mikhail
    Moderator

    Yes, you right. This is the most optimal way.

    in reply to: How to reset Channel Value on re-boot? #17304
    Mikhail
    Moderator

    🙂

    in reply to: development web plugin-no.1 #17303
    Mikhail
    Moderator

    OK

    in reply to: How to reset Channel Value on re-boot? #17297
    Mikhail
    Moderator

    So set the channel, the output formula would be SetTempData()

    public double SetTempData()
    {
      MyVal = CmdVal;
      return CmdVal;
    }
    in reply to: How to reset Channel Value on re-boot? #17296
    Mikhail
    Moderator

    Hi,
    Try another solution.
    In the Scripts table, declare a variable:
    public double MyVal = double.NaN;

    In the input formula of the channel use:
    MyVal

    Variables are not stored in archives.

    in reply to: Change Time Zone in CsvExport Application #17291
    Mikhail
    Moderator

    The CSV export utility is a separate small application which always requires UTC time.
    You can export historical data to Excel using the local time and then save to CSV.

    in reply to: How to reset Channel Value on re-boot? #17290
    Mikhail
    Moderator

    101 is a channel to reset.

    in reply to: How to reset Channel Value on re-boot? #17289
    Mikhail
    Moderator

    Hi,
    Try the following:
    In the Scripts table, insert
    SetData(101, 0, 1);
    into InitScripts() which is a record #1.
    Let me know it it works or not. I haven’t tested it.

    in reply to: manual build Scada, running Scada #17288
    Mikhail
    Moderator

    After build, the result files should be copied according to the file structure as they are presented in the installation package.

    in reply to: How to configure ScadaAgent #17283
    Mikhail
    Moderator

    Hi,
    Yes. There should be 3 instances in the project. The configuration is uploaded separately for each instance.

    in reply to: Change Time Zone in CsvExport Application #17282
    Mikhail
    Moderator

    Hi,
    Report time zone is set according to the web application time zone. It can be set in the Webstation configuration using the Administrator app.

    in reply to: Name change in Webpage #17281
    Mikhail
    Moderator

    Hi,
    The answer is here.

Viewing 15 posts - 91 through 105 (of 6,123 total)