Forum Replies Created
-
AuthorPosts
-
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.
MikhailModeratorHi,
Probably, you should install or reinstall OPC Core Components.
MikhailModeratorThe Beat() function just changes a channel value every 5 seconds to be a trigger for sending commands. What value you need to insert?
MikhailModeratorHi,
You should associate HTML file extension with a modern browser.
Other option:
After starting the editor, open a browser and copy this link:
file:///C:/SCADA/ScadaSchemeEditor/Web/plugins/SchemeEditor/editor.html
MikhailModeratorAlso is it possible to display a timestamp of the when the device was connected last?
You can also implement it using formulas.
I’d like to say that the connection is not stable, it is not normal, you should find the cause and make the connection better.
MikhailModeratorInstead of defaulting to zero.
You need a formula of input channel. Try this: Stat > 0 ? Cnl : Val()
-
AuthorPosts