Forum Replies Created
-
AuthorPosts
-
MikhailModeratorYou should use the Administrator app. This article may help.
It’s recommended to use Administrator on Windows and upload the project on Linux.
MikhailModeratorPlease check this update. Replace the existing app files.
MikhailModeratorHi,
All available schemes are located in C:\SCADA\Projects
MikhailModeratorHi,
Compile the app in Debug configuration and copy DLL to the destination.
Then open Debug – Attach to process – w3wp.exe
MikhailModeratorCheck the the following Windows services are installed and started
ScadaAgentService
ScadaServerService
ScadaCommService
MikhailModeratorHello,
Try
ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘root’;
from this page. The issue is not related directly to Rapid SCADA. You should search the internet and try suggested solutions.
MikhailModeratorHi,
Could you check this video? Do you do the same?
MikhailModeratorWhat in ScadaServer.log?
MikhailModeratorPlease note the web.config file in ScadaWeb\plugins\Scheme also needs to be edited for HTTPS to work corectly.
The archive I mentioned above, contains all web.config files needed for the web app and plugins.
MikhailModeratorNo it doesn’t.
So the current issue is related to IIS configuring, not Rapid SCADA. I suggest watching some videos in the internet how to setup HTTPS on IIS. Also we can configure IIS for a fee.
MikhailModeratorHello,
1 input channel can contain only 8 Latin characters. You could split your order number into 2 strings and store it in 2 input channels.
We will implement long strings in the next generation of the software.
MikhailModeratorHi,
Thank you. I will check and write here.
MikhailModeratorHello,
I suggest configuring the Rapid SCADA on Windows and then upload it to Linux. You should create a new deployment profile in Administrator to connect to remote machine.
MikhailModeratorWhat in ScadaServer.log?
You should check that no other application except SCADA-Server uses TCP port 10000.
MikhailModeratorDoes https://localhost work?
-
AuthorPosts