Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorFor example this GIF is about 1 MB. I expect that your file should not be as large as 100 MB.
November 21, 2023 at 11:33 am in reply to: Issues and Error Handling When Starting a SCADA Project #13690
MikhailModeratorTo run Rapid SCADA *dll, *.xml and other files should be in proper locations.
November 21, 2023 at 11:31 am in reply to: Issues and Error Handling When Starting a SCADA Project #13689
MikhailModeratorAfter building the applications you need to copy the output files in the Rapid SCADA installation folder. See the file structure in the distributive package.
To debug applications from VS, use Debug – Attach to Process menu.
MikhailModeratorNavigate to Instances – Default – Server – Modules – ModDbExport.
ModDbExport should be activated.November 20, 2023 at 11:44 am in reply to: Issues and Error Handling When Starting a SCADA Project #13674
MikhailModeratorHello,
Please provide more info how do you launch a project? Screenshots can help.
MikhailModeratorModule UI https://ibb.co/yRFTPCx
-
AuthorPosts