Forum Replies Created
-
AuthorPosts
-
MikhailModeratorHi,
Please start a new topic for this issue and provide screenshots of the settings.
MikhailModeratorLook for Frame component in Extra Scheme Components
MikhailModeratorYou should edit a project on Windows by the Administrator application and then upload the project to Linux server.
MikhailModeratorI wonder if I can make a simple SCADA system using that port and just one computer running this software and Windows 7 or Xubuntu version 20.
Hi,
If the PLC support Modbus communication protocol, you can use it with Rapid SCADA. You need to know Modbus register map that contain Modbus addresses to poll.
MikhailModeratorHi Marcelo,
RAM and disk space highly depends on your particular system.
I suggest 4 GB RAM at least.
MikhailModeratorHi,
Those settings are https://rapidscada.net/doc/content/latest/en/modules/mod-db-export-files/db_export_manual_en.pngAnyway, there will be new fully redesigned DB export module in the next version.
MikhailModeratorHi,
DB Export module has some output channel in its settings. Check that they are not interfered with your Modbus output channels.
MikhailModeratorHi,
This example may help.
MikhailModeratorDo you mean changing datatype of each element in a group?
MikhailModeratorThe primary ideas are kept the same. API changed.
MikhailModeratorHi,
if there are too many channels there will be an error with HTTP requests with method GET
How many channels can be requested without error?
Probably you should split one big request to a set of smaller requests.To request channels of a view, the view should be loaded in server part of the web app as you did. But it’s not clear solution.
Or could we change the method GET to POST?
Using C# you can develop a plugin that provides any API in comfortable format.
-
This reply was modified 4 years, 7 months ago by
Mikhail.
MikhailModeratorI was wondering why not use starting adress as the signal id
Talking about Modbus, starting address can be the same for Coils and Holding Registers, for example.
I think, we will improve Modbus Template Editor to simplify manual operations.
MikhailModeratorCurrently Rapid SCADA uses Mono on Linux.
Mono is OK for everything that related to logic processing and web application.
But Mono GIU apps, like Administrator, work bad on Linux.In the next version Rapid SCADA 6 we will use .NET5 instead of Mono Framework, both on Windows and Linux. Administrator on Linux will not work. You should edit projects on Windows workstation and upload them to Linux server.
If we find a sponsor, we can develop Web Administrator for any platform.
MikhailModeratorLooks good.
If it’s not related to the topic subject (version 6), please post such messages to another or new topic.
MikhailModeratorRapid SCADA will support string tag codes instead of numbers in version 6. It will allow to avoid such problem.
-
This reply was modified 4 years, 7 months ago by
-
AuthorPosts