Forum Replies Created
-
AuthorPosts
-
MikhailModeratorControl ScadaWeb.log to make sure that the web app has restarted.
MikhailModeratorEvery time I edit the view, do I need to copy and restart web6?
When a project is uploaded from the Administrator app, the ScadaAgent service restarts the web application.
If you copy the file manually, restart is also needed, because the view is cached.
There is a soft restart feature: http://localhost:10008/ConfigReload
MikhailModeratorHello,
Check the error details in ScadaWeb.log
MikhailModerator.rsproj file is needed in edit mode only.
Note that there are 2 copies of a project: for editing, for runtime.
MikhailModeratorJust for testing, copy your project on Linux to
/opt/scada/Projects/
and try opening the *.mim file via the web interface.
MikhailModeratorHello,
I suggest the following:
1. Also install Rapid SCADA on another Windows machine.
2. Edit your project on the Windows machine, and upload the project for execution to the Linux machine.When you open a mimic on a Linux machine, the software also searches for the project file *.rsproj. Usually there is no project file on a Linux machine.
If you prefer only Linux, install ScadaAdmin for Wine to edit project on Linux. When first getting to know Rapid SCADA, I recommend editing projects on Windows.
MikhailModeratorHello,
The details of the error can help to fix it.February 6, 2026 at 12:33 pm in reply to: modbus driver does not support the ByDriver mapping method #17618
MikhailModeratorHello,
Yes. It is not applicable for Modbus master.February 4, 2026 at 10:59 am in reply to: Boolean Tags from SUPCON OPC DA Server Not Reading Correctly in 6.4.4 #17616
MikhailModeratorHello,
For the tag ND00020000 try select System.Boolean data type in the device options (in Communicator).
In the communication line log there is no data for ND00020000. It means that the OPC server does not sent it. Maybe, add ND00020000 to another subscription.
MikhailModeratorHi,
1. To set data points manually, use the utilities.
2. To recalculate differences, send a command to the module. Command example:cmd=Calculate startDT=2024-02-26 10:00:00 endDT=2024-02-26 11:00:00Time in UTC.
MikhailModeratorHello,
The examples are here
https://github.com/RapidScada/scada-v6/tree/master/ScadaWeb/OpenPlugins/PlgMain/wwwroot/custom
MikhailModeratorI suggest to configure a project on a modern x64 machine, and then upload the project on the x86 machine. In this case, the Administrator app is not needed on x86.
MikhailModeratorThere is a chance that it is possible, but no one has tried.
Try to download and install .NET x86 and 32-bit version of OPC Core Components.
Did you install “OPC Core Components Redistributable (x86) 3.00.108.msi” ?
MikhailModeratorIn the mimic provided, I edited the instance of AI_Nameplate, bound the Alm property to the channel 104. I use the Hello World project. An image blinking properly when the channel 104 is On.
MikhailModeratorThe object is not blinking.
This is because the object in the example is not visible. I will check why.
-
AuthorPosts