Forum Replies Created
-
AuthorPosts
-
MikhailModeratorPlease press F12, open the Console tab and make a screenshot of the error details.
Do schemes work correctly?
I suppose, some values cannot be displayed and affect other cells.
MikhailModeratorWhen you open a chart for a period, it downloads all available minute data for the selected channels.
Zoom operates data that is already loaded without requesting a server.
Hourly data are used for reports and for table views.Talking about charts, in different cases different approaches are optimal. May be there should be settings for this. But the plugin would be too complex. If our users develop more chart plugins, it would be wonderful.
MikhailModeratorHi,
You have to create an Arduino sketch that supports Modbus RTU or Modbus TCP.
Example: https://github.com/2mik/arduino-2mik
MikhailModeratorHi,
When you download Rapid SCADA from the official website, there is also Linux version named “Rapid SCADA 5.5.0 Mono”. The manual is inside zip.
MikhailModeratorOpen a command line as administrator and execute this magic comamnd:
CheckNetIsolation LoopbackExempt -a -n=Microsoft.MicrosoftEdge_8wekyb3d8bbweDoes it help?
Currently, you need to change default browser in the system settings to open web page in Chrome. It’s planned to develop an option of the editor to choose a browser.
MikhailModeratorHi Hakim,
Please provide correct links.
MikhailModeratorHi,
The link is related to your Google drive. I can’t open it. You should text here a link of the shared file.
MikhailModeratorHi,
The new version of the editor opens a web page. It’s OK.
MikhailModeratorSQL executes when data are coming from Communicator, but SCADA-Server saves all data to a disk periodically at the same moment. Value can change several times before saving to a disk.
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. -
AuthorPosts