Forum Replies Created
-
AuthorPosts
-
MikhailModeratorPlease try the following:
Copy the link from the address bar and paste it into Chrome. Does it work? If not, press F12 and copy messages from the Console tab.
MikhailModeratorLikely. Depends on the sketch you upload to it.
MikhailModeratorHi,
Cloud system is an abstract term. You can build your system based on Rapid SCADA or use other software and integrate it with Rapid SCADA. First of all, you should choose the architecture of the system.
MikhailModeratorThe web browser have to be opened to show a scheme. What happened when you click “Earth” button?
The Editor shown in the video is outdated.
MikhailModeratorHi,
If your Arduino supports Modbus, it can be connected to Rapid SCADA. See the boards here https://www.arduino.cc/ They are all good
MikhailModeratorIt would be great. Please notify me about results.
I suppose, you should create a module for SCADA-Server that provides API with such pattern. Also you could use OPC UA for this purpose. The module should be OPC UA server and your app is OPC UA client.
MikhailModeratorOK 🙂
MikhailModeratorFor gmail you should “Enable IMAP” on “Forwarding and POP/IMAP” settings.
MikhailModeratorPlease make a screenshot of the issue and provide link to it here. Also check C:\SCADA\ScadaSchemeEditor\Log\ScadaSchemeEditor.log for additional info.
MikhailModeratorHi,
Yes. You need:
– Automatic Control module
– Input channel with a formula that changes its value every 60 seconds. This is a trigger for sending command.
– Output channel that automatically calculates command value.
MikhailModeratorHi,
Both examples work on my workstation. What mail server do you use for sending (in the “device” properties)? I use gmail.
MikhailModeratorOne instance of Rapid SCADA supports max. 65535 input channels. If you need more channels, deploy more instances of Rapid SCADA.
The devices can be polled in parallel. You should play with sequential and parallel polling to achieve required performance.
Tested interval of storing data into the archive is 30 seconds. You can set saving interval to 1 second, but it requires additional testing.
Are you sure that your network equipment can provide the required data flow.
MikhailModeratorHi,
Strange, but I can’t reproduce. I send command from Communicator using my gmail. Can you send me the text of the command that caused the error?
Example:
myemail@gmail.com;Test;100°C
MikhailModeratorExportDB module executes SQL when it receives new data from a controller. To do your task, you should create other more complex SQL scripts.
MikhailModeratorCould it be only 1 MB?
…and then it writes it (backs it up to) ..\ScadaWeb.log.bak?
..then it creates a new ScadaWeb.log file.
That is what I am seeing so far.Yes, 1MB for the web app.
When *.log exceeds max size, it is renamed to *.bak and new *.log created.I’m just trying to track who is logging in and out over time to the SCADA web app.
It’s possible to develop a plugin that stores all logins/logouts into a database, Rapid SCADA events or other text files.
-
AuthorPosts