Forum Replies Created
-
AuthorPosts
-
February 25, 2023 at 11:08 am in reply to: Error uploading configuration: Unable to login – Invaid userame or password #12154
MikhailModeratorHi,
I think, you should create an animated GIF using some free tool from the internet. And use this GIF in a dynamic image component.
MikhailModeratorThanks for finding this!
MikhailModeratorTo fix this error, open your project in Administrator, open the Scripts table and add a new row containing the function:
public double SetBit(CnlData cnlData, int n, double isOn) { return cnlData.Stat > 0 ? SetBit(cnlData.Val, n, isOn) : double.NaN; }The fix will be included in the next Rapid SCADA release.
MikhailModerator<pre> </pre> tags make log more readable.
MikhailModeratorHello,
If you already solved the database connection error, use the scripts from here for creating tables and export data. They are a bit different comparing with version 5.
MikhailModeratorHello,
Thank for the issue report. It’s important.
The Bit mask checkbox of a Modbus element does not affect how device is polled, but it affects generating channels based on the Modbus template. Probably, there is an error in channel formula. I will check and write back (next week).The channel wizard can add new channels. It does not update the existing channels. In a preview window, remove the unnecessary channels and add only channels for new registers.
MikhailModeratorIt means that Webstation does not provide its status to Administrator. It’s normal and application specific.
MikhailModeratorHello,
I can go to webview by lauching of Webstation (in folder of
and it goes to http://localhost:10008/This is a correct URL. See the manual.
I don’t see the Plugin page?
Plugin management is moved to the Administrator application in v6.
MikhailModeratorStart Internet Information Services (IIS) Manager, select the application pool used for Rapid SCADA, open Advanced Settings of the application pool, and set the following options:
General – Start Mode: AlwaysRunning
Process Model – Idle Time-out: 0
Recycling – Regular Time Interval: 0
MikhailModerator🙂
MikhailModeratorIf the both versions are installed in parallel, there will be a conflict, because they use the same TCP ports. It’s better to uninstall the older version first. Or use virtual machines for different versions.
Please use documentation for version 5. The visual changes are not too big. The most changes were made inside the engine.
MikhailModeratorHello,
User interface of Communicator is integrated in the Administrator application.
ScadaCommCtl.exe is for very old versions.
MikhailModeratorHello,
Yes, Rapid SCADA 5.8.4 includes OPC UA client driver. Configuration of OPC UA driver is similar to OPC Classic driver.
I suggest Rapid SCADA 6 for new projects, because it is more simple to configure.
MikhailModeratorHi Mark,
openPLC supports Modbus communication protocol. So it can be integrated with Rapid SCADA. This article describes how to configure Modbus on Rapid SCADA.
For new projects I suggest to download Rapid SCADA 6.
-
AuthorPosts