Mikhail

Forum Replies Created

Viewing 15 posts - 1,681 through 1,695 (of 6,145 total)
  • Author
    Posts
  • 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.

    in reply to: Chart not Displaying Data #12498
    Mikhail
    Moderator

    According to System Requirements Windows Server 2016 is a minimum.
    You could try to install Rapid SCADA 6 on Windows 10/11 for testing.

    Mikhail
    Moderator

    Dear Mr. Han,

    Please create a new topic to discuss your question, because the current topic is about MySQL data exchange.

    in reply to: Problem with WebStation #12491
    Mikhail
    Moderator

    Hello,

    Webstation v6 uses .NET6. So an application pool, named “.NET v4.5” is invalid.
    The Server service listens to the port 10000, not 80.

    in reply to: DB Import Plus module #12487
    Mikhail
    Moderator

    Hello,
    May be the module author @jurasskpark can help you.
    Also make sure that *.View.dll has been copied to the ScadaAdmin\Lib folder.

    in reply to: Time difference between mysql DB and rapid scada server #12485
    Mikhail
    Moderator

    In log files, the server’s time zone is used.
    In the database, timestamps are passed in UTC. However, actual time zone is driver dependent.
    In Webstation, time zone is specified by the web app configuration. By default server’s time zone is used. It can be changed in Administrator.

Viewing 15 posts - 1,681 through 1,695 (of 6,145 total)