Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHello,
Any unassigned. I suggest to add 10000 to the default Rapid SCADA ports.
MikhailModeratorThe above is the content of ScadaServer.log
Log files of the module are ModDbExport*.* in the same directory.-
This reply was modified 2 years, 1 month ago by
Mikhail.
MikhailModeratorHi,
If you use Windows, create a rule to allow incoming connections to the port 10008 in the Windows firewall.
MikhailModeratorHello,
Ports for v5 are kept by default.
For v6:
– Set Agent port in SCADA\ScadaAgent\Config\ScadaAgentConfig.xml Then restart the service.
– Set ScadaServer port using the Administrator app.
– Update Communicator and Webstation connection options.
– Update the deployment profile in the project.
MikhailModeratorPlease provide a screenshot.
MikhailModeratoron page 1 I created a button which when pressed will move the display to page2.sch
It’s possible with a Link component.
can the scheme create a pie chart?
Integrate Rapid SCADA and Grafana for this purpose.
For more details, please create new topics, because this topic is about animation.
MikhailModeratorHello,
If you need v5 and v6 running in parallel, you should use different TCP ports for the Agent and Server apps.It is easier to stop the services of v5 before running v6 and vice versa and use the default TCP ports.
https://ibb.co/9hMpGGQ
MikhailModeratorHello,
Please explain what is moving the page?November 23, 2023 at 12:05 pm in reply to: String dynamic text change according input channel value #13704
MikhailModeratorUnit 40 includes 2 strings: Normale and Esaurito.
Normale = 0.
Esaurito = 1 or higher.– Using formulas you should convert channel values to 0 and 1.
– It’s impossible to bind 2 channels to one tag. Change channel’s 11 type to Calculated, delete it’s Signal, and set it’s formula to something likeVal(10) < 50 ? 0 : 1November 23, 2023 at 12:00 pm in reply to: Issues and Error Handling When Starting a SCADA Project #13703
MikhailModeratorFull class name of DrvUdpView must be as written in the error message. You should change the namespace to meet the requirements.
MikhailModeratorIf the module is active, check it log files.
MikhailModeratorTry restarting the IIS service or restarting the computer.
MikhailModeratorGIF images are compressed, so they usually not heavy.
-
This reply was modified 2 years, 1 month ago by
-
AuthorPosts