Forum Replies Created
-
AuthorPosts
-
MikhailModeratorAlso possible that requests are not delivered to RPi by VPN.
MikhailModeratorHi,
You can connect to the device, but it does not respond. Check that the Modbus device address is correct. Use https://rapidscada.net/modbus to validate the packets: 01 1E 00 00 00 06 0A 03 00 00 00 0A
MikhailModeratorHello,
Please check the log files of the Server, Communicator and Webstation services.
MikhailModeratorFor the module you need to specify:
– Home page. This is the page of your website where the module is presented. If there is no website, start a new topic on this forum.
– Documentation. This is a link to your website or GitHub.After the data for publication is prepared, write to us by email.
MikhailModeratorUse http://localhost:10008/
10000 is a Server port. When you try to connect it from web browser, Server just reports about errors.
10008 is the default web app port.-
This reply was modified 3 years, 3 months ago by
Mikhail.
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.
-
This reply was modified 3 years, 3 months ago by
-
AuthorPosts