Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
This is an interesting and useful idea. Thank you.
To implement this feature, probably JavaScript should be used on a browser side.
MikhailModeratorHi,
Does the existing web application work correctly?
How to reproduce this issue?
MikhailModeratorHello,
Do you have the both Rapid SCADA 5 and 6 on the same computer? If so, you should stop the services of the 1st instance before using the 2nd one.
In WebStationg logs there is nothing
Which URL do you use to open the Webstation app?
MikhailModeratorHello,
On Windows, when you upload the project using the Administrator application, add a new deployment profile that allows to upload the project on a Linux machine.
Administrator interacts with the remote Agent service that works on a target machine.
MikhailModeratorWhat Windows version do you use?
An error occurred trying to start process ‘C:\Program Files\SCADA\ScadaServer\svc_install.bat’ with working directory
Try to execute this file manually from command line as administrator.
Directory C:\Program Files\SCADA\ScadaAgent has to be cleared
It means to delete old files before new installation.
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 -
AuthorPosts