Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantIn the deployment profile, specify where to transfer the project. Specify the IP of your Ubuntu server there instead of localhost
-
This reply was modified 1 year, 1 month ago by
manjey73.
manjey73
ParticipantCheck if the ScadaAgent6 service is running
manjey73
ParticipantHere I used to import a function from the library for the driver of the 5th version of scada.
By itself, the import probably will not be different for version 6, there are differences in the construction of the driver itself.https://github.com/Manjey73/OpnenKPs/blob/master/KpRpi3/KpRpi3/WiringPi.cs
Oh, well, here’s an example for the Linux library.
-
This reply was modified 1 year, 1 month ago by
manjey73.
manjey73
ParticipantC# allows you to use a dll in C if all the necessary functions are exported in the C library. Probably the best approach would be to write a driver for RS that will work with your C libraries and load data directly into the scada database.
There are examples of how to use the C library in the RS driver. If necessary, I will give you links.
manjey73
ParticipantHow do you receive data via the COM port?
August 27, 2024 at 5:48 am in reply to: RS5 Interface and Config db must be common for all deployed Instances? #15236manjey73
ParticipantYou have one Server database. Instances are required in the current version for remote Communicators.
If you need different Server databases, you should have several projects, not one.manjey73
ParticipantOne person cannot do everything at once. 🙂
manjey73
ParticipantThere are many newcomers here, but this does not prevent sharing :).
Write what do you want to implement, a driver, a module, a plugin? they will always help with one or the other here. One problem, many people communicate through an online translator.manjey73
ParticipantThis will already be a significant contribution. Plus the purchase of existing paid functionality from the developer.
manjey73
ParticipantYou can develop drivers, modules, plugins, and Admin extensions, both free and paid, and add them to the Scada app store. Thus, you are making a contribution to the development of the Scada system.
-
This reply was modified 1 year, 1 month ago by
manjey73.
manjey73
ParticipantIs it available in China https://dzen.ru ?
In Russia, because of problems with Youtube, too, many are switching to something elseIt’s probably easier for the developer to overload everything there.
manjey73
ParticipantUpdate the module, this is a bug on version 6.3.0 when using the module from 6.2.1
manjey73
ParticipantWhat kind of resources are we talking about?
If you do not want to use the Auto-Control Module, then you can simply enter the desired number. Or make yourself an enumeration command of several colorsmanjey73
ParticipantWEB ports are configured in IIS on Windows or in nginx settings on Linux
manjey73
ParticipantChart Pro falls on the string variable – a white screen 🙂
-
This reply was modified 1 year, 1 month ago by
-
AuthorPosts