Forum Replies Created
-
AuthorPosts
-
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
MikhailModeratorHello,
The required logs are https://ibb.co/NC0PZ49
Paste the SQL scripts using the module configuration interface that is available in the Administrator app.
MikhailModeratorIn Rapid SCADA 5, edit WebSettings.xml and set DispEventCnt = 0.
MikhailModeratorIf you create several animated or not animated GIFs, you could switch them using Dynamic Picture component.
-
AuthorPosts