Mikhail

Forum Replies Created

Viewing 15 posts - 1,771 through 1,785 (of 6,240 total)
  • Author
    Posts
  • Mikhail
    Moderator

    Hi,

    This error means that the events already exist in the database. For some reason you have exported the same events again.

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

    Hi,

    The Second Color and Back Color columns were made for future use. Currently, only Main Color is available.

    in reply to: Create Channels for MySql #12527
    Mikhail
    Moderator

    Hello,

    Please provide screenshots of the settings and the error.

    in reply to: Structure of many instances #12522
    Mikhail
    Moderator

    Hello,

    1. The installation instructions are the same.

    2. It depends.
    RS-232/485 and ethernet, yes.
    I/O pins are available for SCADA if the PLC provides some standard communication bus. It can be built-in MQTT broker or OPC UA server. In short, likely I/O will be available, but indirectly.

    3. It’s OK. Required archive size can be calculated.

    in reply to: Problem with WebStation #12520
    Mikhail
    Moderator

    Probably, secret keys have invalid format. Generate new secret keys by opening Server – General Options – Listener Options – Generate button

    in reply to: Custom Page #12519
    Mikhail
    Moderator

    Hi Matt,
    We plan to add the examples of custom pages later. Currently, please use the existing plugins to copy source code. PlgMain plugin implements table views that retrieve current, historical data and events using Java Script API.

    in reply to: Where are the device variables and how to edit them #12518
    Mikhail
    Moderator

    Hello,
    Your extension should modify the project object. Please check the project classes here. Two existing extensions create devices and channels: ExtCommConfig and ExtWirenBoard. Use them as examples.

    in reply to: Structure of many instances #12513
    Mikhail
    Moderator

    Hello,
    1. I suggest to use Linux-based PLCs for warehouses to run SCADA.
    2. Install Rapid SCADA on each Linux-based PLC.
    2.1. If internet connection is stable, install only Communicator and Agent.
    2.2. If internet connection is unstable and standalone operating is required, install Server + Rapid Gate, Communicator, Webstation and Agent.
    3. Install Rapid SCADA on the main server.
    4. Use a single project to configure all Rapid SCADA instances.
    5. Use Rapid SCADA version 6.

    in reply to: “Script” plugin #12512
    Mikhail
    Moderator

    However, DB Export module supports 2 commands:

    Export data for a period:

    cmd=ExportArchive
    startDT=2022-12-23 10:00:00
    endDT=2022-12-23 11:00:00

    Clear task queue:
    cmd=ClearTaskQueue

    You can run the above commands by a button. If needed, I can provide more info how to do that.

    in reply to: “Script” plugin #12511
    Mikhail
    Moderator

    Hello,
    DB Export module exports data permanently. There is no feature to start and stop the export process.
    DB Import driver allows to execute SQL by a command. It’s possible to use a button to execute a command.

    in reply to: Custom Page #12510
    Mikhail
    Moderator

    Hi,

    *.aspx is an old ASP.NET extension. Webstation 6 uses Razor Pages for development.

    in reply to: Problem with WebStation #12509
    Mikhail
    Moderator

    Did you set passwords by clicking the Set Password button in the Users table in Administrator?
    Did you also change passwords in Webstation and Communicator app settings?

    Mikhail
    Moderator

    Navigate to a subforum, for example, this one. Scroll the page down to find a text field.

    in reply to: Custom Page #12501
    Mikhail
    Moderator

    Hi Matt,
    1. SCADA\ScadaWeb\wwwroot\custom would be good.

    2. In the Views table set
    Path = (any)
    View Type = Web page view
    Arguments = ../custom/mypage.html (may be it’s not correct, but we need to start from somewhere)
    Title = (any)

    in reply to: “Script” plugin #12499
    Mikhail
    Moderator

    Hi,
    There is no need to install an extra plugin for scripting. The above answer is correct.

Viewing 15 posts - 1,771 through 1,785 (of 6,240 total)