Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Try this document. Also check Agent log file to be sure that it’s running. If you have more questions about version upgrade, please create a new topic because this one is inappropriate.
MikhailModeratorI have no clue. Sorry for that. Linux means hardcore…
Can try to fix it for a fee. You would pay only in case of success.-
This reply was modified 5 years, 10 months ago by
Mikhail.
MikhailModeratorPossibly, scada.conf was not enabled.
MikhailModeratorPlease upload images without ZIP to make possible opening them in browser (not download).
MikhailModeratorHi,
When you run
sudo apt-get install libapache2-mod-mono mono-apache-server4
did you get any errors?
MikhailModeratorCould you make screenshots of formulas, channels and error?
MikhailModeratorWith formula
Stat > 0 ? Cnl : Val()
you can get the last correct value
MikhailModeratorit seems the auto login url use first user account in user table
Yes, you right. We can upgrade the plugin to select specified user for a fee.
But I can’t find it from plugin store. where can i check for latest version?
This is because the plugin has not been properly documented. The link in the forum is up to date.
MikhailModeratorHi,
Shared module list is here.
The problem is because the URL of the API was changed. To fix it, find C:\SCADA\ScadaWeb\plugins\Store\js\storecommon.js and change API_PATH1 to
var API_PATH1 = "http://rapidscada.net/minicrm/api/v1/";P.S. We didn’t plan it, but the hosting provider crashed.
MikhailModeratorI think I will feed the current values to a local database, and write a small script to periodically send data to a remote database.
Possible solution.
We would like to include the required feature in the Export Module, we are looking for who sponsors this job.
MikhailModeratorHi,
Export of archive data works for some devices. It depend on a driver. Some devices (e.g. electricity meter) can store data in their memory and then provide to SCADA. In this case a driver reads archives from devices and transfer archives to SCADA-Server.
To implement the logic you described (sending data periodically), the export module should be upgraded.
Alternatively, you can poll devices once a minute in Communicator, but this affect refreshing current data.
MikhailModeratorFormula of the input channel would be:
Stat() > 0 ? 1 : 0Also you need to select Format = Enum text and Unit = Off-On
MikhailModerator
MikhailModeratorif ScadaWebCommon5.dll exists, delete it. The actual library is ScadaWebCommon.dll
Also make sure that Chart Pro plugin is up to date.The repository provides more info about version compatibility.
MikhailModeratorSimilar situation can occur if you change ScadaAdmin password. In this case, export the User table to user.dat and copy to the server manually.
-
This reply was modified 5 years, 10 months ago by
-
AuthorPosts