Mikhail

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 6,265 total)
  • Author
    Posts
  • in reply to: In terms of usage #17334
    Mikhail
    Moderator

    In short, according to Apache License 2.0 you can create a derived product with a new name, but you have to explicitly provide information about the original product.

    in reply to: How to use PlgChart Plugin #17332
    Mikhail
    Moderator

    In the HelloWorld project, PlgChart is active by default. Just click an item in a table view to display a chart.

    in reply to: In terms of usage #17331
    Mikhail
    Moderator

    Hi,
    Definitely.
    More info is here

    in reply to: UPC-UA Server Access Control #17325
    Mikhail
    Moderator

    A data source configuration file will appear in Communicator – Configuration files, named like DrvDsOpcUaServer.xml.

    in reply to: UPC-UA Server Access Control #17324
    Mikhail
    Moderator

    > I guess I would need create multiple UA servers and then set their ports in the xml configs?
    Yes. Click the Properties button to open the data source options. Create a new configuration for for a data source. Find TCP port in the created file. Please let me know about the result.

    > Are you able to explain connection between devices under the communicator vs devices in the configuration database?
    On Server level, there are calculated channels. While on Communicator level, only data received from the devices.

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

    If you ask about installation, file copying is required to ScadaWeb and ScadaAdmin folders.

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

    It’s different. It’s mostly implemented using JavaScript and a bit of C#. See the example here.

    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.

Viewing 15 posts - 226 through 240 (of 6,265 total)