Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi 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.
MikhailModeratorHello,
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.
MikhailModeratorHello,
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.
MikhailModeratorHowever, 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:00Clear task queue:
cmd=ClearTaskQueueYou can run the above commands by a button. If needed, I can provide more info how to do that.
MikhailModeratorHello,
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.
MikhailModeratorHi,
*.aspx is an old ASP.NET extension. Webstation 6 uses Razor Pages for development.
MikhailModeratorDid 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?April 26, 2023 at 11:56 am in reply to: Understanding the data exchange between Rapid Scada and MySQL #12503
MikhailModeratorNavigate to a subforum, for example, this one. Scroll the page down to find a text field.
MikhailModeratorHi 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)
MikhailModeratorHi,
There is no need to install an extra plugin for scripting. The above answer is correct.
MikhailModeratorAccording to System Requirements Windows Server 2016 is a minimum.
You could try to install Rapid SCADA 6 on Windows 10/11 for testing.April 26, 2023 at 11:38 am in reply to: Understanding the data exchange between Rapid Scada and MySQL #12497
MikhailModeratorDear Mr. Han,
Please create a new topic to discuss your question, because the current topic is about MySQL data exchange.
MikhailModeratorHello,
Webstation v6 uses .NET6. So an application pool, named “.NET v4.5” is invalid.
The Server service listens to the port 10000, not 80.
MikhailModeratorHello,
May be the module author @jurasskpark can help you.
Also make sure that *.View.dll has been copied to the ScadaAdmin\Lib folder.April 21, 2023 at 5:22 pm in reply to: Time difference between mysql DB and rapid scada server #12485
MikhailModeratorIn 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. -
AuthorPosts