Forum Replies Created
-
AuthorPosts
-
MikhailModeratorIt’s easy to solve:
Download the current installation package from the website. Find ScadaServer.zip and copy ScadaData.dll to C:\SCADA\ScadaServer
There was a bug and now it is fixed.how is the Computer code generated (for purchasing the license)?
You can see it when open properties of the module on the Registration tab.
MikhailModeratorHi,
See the implementation and the protocol description. Please use Google Translate for the description.I need to install it on RASPi first, then configure it on laptop and copy certain file to RASPi ?
I think, it’s easier to test the software on desktop first then copy to RPi.
MikhailModeratorInteresting.
Are “siglePLC” and “multyplc” set by a parameter of the OPC server?
MikhailModeratorHi,
There are different ways to solve you task:
1. Develop a small driver for Communicator using C# that will read the values.
2. Create an application that provides the measurements by Modbus, SNMP or MQTT protocols. Then read the data by existing Rapid SCADA drivers.
3. Send data directly to SCADA-Server by internal protocol of Rapid SCADA based on TCP. I can provide the protocol description.
MikhailModeratorHi,
Please provide more information:
How the sensor is connected to RPi?
What communication protocol is supported by the sensor?
Do you use your own software deployed on RPi to get data from the sensor?
MikhailModeratorHi,
Do you mean that you measure value by GPIO of RPi? In this case, you can use Raspberry Pi 3 Driver available at http://demo.rapidscada.net/plugins/Store/Store.aspx
MikhailModeratorHi,
where to use this formula
Add the formula into the Formulas table. Then use it in the Foumula field of an input channel.
i have gone through Elastic Reports
Do you have questions?
MikhailModeratorIt is a good idea to implement event section of Elastic Report.
January 2, 2018 at 7:45 am in reply to: Comparing the previous value of channel with the current value of same channel #3002
MikhailModeratorHi,
If you need to save a time when value is maximum, you need additional channel and more complex formula. Something like that:
double GetMax(int timeCnl) { if (Val() > Cnl) { return Val(); } else { SetVal(timeCnl, EncodeDate(DateTime.Now)); return Cnl; } }You should read about Elastic Report: http://doc.rapidscada.net/content/en/modules/plg-elastic-report.html
The demo is here http://demo.rapidscada.net/plugins/ElasticReport/ElasticRep.aspx?reportID=101In case of questions about Elastic Report, create a new topic.
MikhailModeratorYou wrote “when adding it to the Server”.
But you should not add it to the Server. Please provide screenshots.
MikhailModeratorKpTelegram.dll must be put into C:\SCADA\ScadaComm\KP
This is a library for Communicator.
Did you copy the DLL there?
MikhailModeratorDo you mean that error is the same after unblock?
Please provide a screenshot.
MikhailModeratorHi,
Elastic Report doesn’t work with events. It works with data archive. -
AuthorPosts