Forum Replies Created
-
AuthorPosts
-
MikhailModerator1. Please clarify the question.
2. The screenshot show an event event table. If you need to calculate aggregated values based on events, you should develop a custom report using C#.
MikhailModeratorAgent uses port 10002. So 10000 is not correct. Change upload profile setting to the default.
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 6 years, 2 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
-
This reply was modified 6 years, 2 months ago by
-
AuthorPosts