Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Formula example for channel 1:
Cnl; Cnl < Val(10) ? 12 : 14 12 and 14 are the existing statuses. If channel 1 has "calculated" type, use Val() instead of Cnl
MikhailModeratorIt’s possible to create an integration module as custom development by a contract.
December 14, 2017 at 11:10 am in reply to: Error: The keyset is not defined in SCADA Administrator #2953
MikhailModeratorHi,
I recommend to switch off automatic backup of the database (in the app settings) and back it up manually by copying C:\SCADA\BaseSDF\ScadaBase.sdfDecember 12, 2017 at 2:15 pm in reply to: Error: The keyset is not defined in SCADA Administrator #2941
MikhailModeratorHi,
This is the first time when such error occurs.
Please watch the details in C:\SCADA\ScadaAdmin\ScadaAdmin.err and copy them here.
MikhailModerator
MikhailModeratorI think it should be a native Rapid SCADA module instead of external commercial software.
MikhailModeratorHi,
In simple case you can implement it without libraries: https://github.com/2mik/arduino-2mik
MikhailModeratorWhen this error occurs?
Are you sure that the OPC server supports OPC AE?
MikhailModeratorThanks. I hope it will be possible out of the box in the future.
MikhailModeratorBut if a browser shows the error page (e.g., Server Unavailable), user at least have to refresh page manually.
MikhailModeratorOption 2.
Create a plugin that automatically login any user with the same username when he opens a web page of Rapid SCADA.
MikhailModeratorHi,
Anyway, it’s needed to modify the web application.
Possible approach of implementation:
– A user have to tick Remember me on logon.
– Change JS not to redirect to Login.aspx, if it is impossible to check that user is logged on.
– Restore logon by JavaScript in the master page.If a user doesn’t tick Remember me, it’s impossible to automatically log him in after restart of a web server.
MikhailModeratorWow, beautiful!
MikhailModeratorNote: I’m not an author of this driver ))
MikhailModeratorAlso you can use CultureInfo.InvariantCulture instead of creating NumberFormatInfo every time.
-
AuthorPosts