Forum Replies Created
-
AuthorPosts
-
MikhailModeratorSorry, I don’t get into the way of using GUI on Linux.
Just install Midnight Commander
sudo apt-get install mc
and run the necessary scripts.
Also it is a good idea to use Putty to remote connection to your device.I hope that SCADA-Web for RPi will be ready within a few days.
MikhailModeratorCould you tell more about the system that you are going to implement? The understanding of the aim helps me to suggest the best solution.
MikhailModeratorPorting of SCADA-Web is under construction. You can wait for it or fork the project on GitHub and make the necessary changes.
MikhailModeratorThe web application SCADA-Web can be deployed on any free ASP.NET hosting in the Internet or in your LAN. SCADA-Web connects to Raspi and retrieves the data.
-
This reply was modified 10 years, 6 months ago by
Mikhail.
MikhailModeratorThe one of known issues – Raspi doesn’t contain real time clock. That’s why after reboot a system, SCADA may write data with incorrect timestamp. This issue can be solved by writing special script that starts SCADA after a clock sync.
MikhailModeratorDear Tom,
I think Rapid SCADA perfectly fits your purposes. Of course you can use it.
Rapid SCADA has low hardware requirements, full features and stable.
Talking about possible problems, we have no enough statistics about working on Raspberry Pi because the appropriate version of the software was recently created.The best way is to start using Rapid SCADA on Raspberry and interact with me in this forum to discuss and solve issues.
Thanks!
MikhailModeratorMost likely you need to choose IIS application pool that uses .NET 4.
MikhailModeratorIn the case of using Modbus RTU you need to create virtual serial port. The most of converters including Moxa supports creating virtual serial ports.
Probably, Moxa converts Modbus RTU to Modbus TCP and the data exchange is correct as you show in the first sample, so you don’t need RTU.-
This reply was modified 10 years, 6 months ago by
Mikhail.
MikhailModeratorHello,
1 and 2 seconds have to work. Try restarting IIS or PC.
Does it work now?
MikhailModeratorAuto create channels feature doesn’t work for Modbus, unfortunately. The reason is that Modbus devices can contain different set of tags. You need to create channels manually. Use existing channels as templates. It is possible to clone them.
12 should be entered in Address field of Devices table using SCADA-Administrator.
40832 should be entered in the device template using SCADA-Communicator as described in the article.
MikhailModeratorEach energy meter is a device (a one row in the appropriate table of DB).
Address column should contain a Modbus address (or ID) of a device.
Call number is filled by IP address for Modbus TCP or left empty for Modbus RTU.
MikhailModeratorObject is a logical entity. For instance, a building or a house. Yes, it helps grouping of data and doesn’t affect communication with devices.
A one object is enough for test purposes.
MikhailModeratorDear Joel,
Step by step instructions are described in this article. If some details are not clear, ask about the particulars in the topic.
MikhailModeratorI think that using more powerfull hardware will not solve the problem. Any application has to do a delays those allow other applications operating.
Did you set 50 ms delay into Request Sequence?What protocols are used by your devices? May be it is better to develop native drivers instead of OPC?
-
This reply was modified 10 years, 6 months ago by
-
AuthorPosts