Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorHi,
mqtttp.Value.ToString() and Convert.ToDouble(pv) use the default conversion depending on system settings. If you know C#, can you install Visual Studio Community Edition and debug the source code? May be the MQTT Core receives data with comma.
Cayenne dashboard is really nice!
MikhailModeratorIt’s possible to add the appropriate parameter if you able to contribute money in the project. This issue is minor and not planned in the near future.
MikhailModeratorJust increase “Chart gap” at http://localhost/Scada/plugins/Config/WebConfig.aspx 🙂
MikhailModeratorHi,
Try contacting the author of the driver by creating an issue on GitHub.
This error is specific to the driver.
MikhailModeratorHi,
Yes, you should forward to the port 80.
To make the address to http://yourip
– Open IIS administration console
– Remove the existing Scada web application in the IIS administration console
– Open parameters of the default web site and set its path to C:\SCADA\ScadaWeb
MikhailModeratorThank God 🙂
OPC is unpredictable.
MikhailModeratorYou should send the commands and apply formulas for output channels that insert necessary values.
MikhailModeratorDoes https://localhost/ work?
MikhailModeratorHTTPS is more tricky. To solve this issue, a remote connection is required – this is a commercial service.
-
AuthorPosts