Forum Replies Created
-
AuthorPosts
-
MikhailModeratorYou need 2 records in the Interface table: one for the report and the 2nd for the link.
MikhailModeratorHi,
The link should be similar to
http://localhost/scada/plugins/ElasticReport/ElasticRepHtmlOut.aspx?reportID=101
MikhailModeratorHi,
Press F12 in browser, open the Console tab and make a screenshot of detailed error.
MikhailModeratorIs it the Mono-WCF bug stopping scada with apache2 https?
Yes.
What is the current status of your research?
MikhailModeratorThanks a lot for the info!
Could you provide some screenshots?
MikhailModeratorIf some limits are empty (null) they will not be converted to 0 and will not be checked at all.
case like this, there should be only stat of 11,13,15
Yes.
MikhailModeratorHello,
What PostgreSQL version do you use?
What is Mono version? Command to check:mono --versionTry copying Mono.Security.dll from the Windows installation package to /opt/scada/ScadaServer/Mod/
MikhailModeratorHi,
To fix the issue, you should upgrade Webstation and Chart Pro to the up to date versions.
MikhailModeratorHi,
In a web browser press F12, open the Console tab and make screenshot of the errors there.
MikhailModeratorBut be very careful, I am not sure if there will be any negative impact.
I suspect it can slow down or even crash the server when you download minute report or plot chars.You absolutely right. I also wrote about this somewhere on this forum.
Historical data are completely refactored in Rapid SCADA 6.
MikhailModeratorIt’s a useful formula.
Just a note: you can simplifyif (ChannelErrors[CnlNum] >= n) {return double.NaN;} else {return Val();}to
return ChannelErrors[CnlNum] >= n ? double.NaN : Val();
MikhailModeratorHi,
Thank you for this question.
Case 3 : 10,20,None,None
In this case None and Node are equal to 0. That’s why limits are interpreted as incorrect and ignored. This behavior will be changed in Rapid SCADA 6.
You should set some values instead of None.
MikhailModeratorAlso provide a screenshot of the trigger settings that sends the last command:
01-16 05:15:47 <***C2>Command: out channel = 1402, user ID = 0
MikhailModeratorHi,
How often does the problem occur?
What is your scenario of using Auto Control Module?It just happend to me that I might try disableing AutomaticControl first.
Agree. This is a possible cause.
MikhailModeratorIn case I can’t use the Administrator application, I usually use WinSCP to copy Rapid SCADA project from Windows PC to Linux server, and use Putty to restart services.
-
AuthorPosts