manjey73

Forum Replies Created

Viewing 15 posts - 301 through 315 (of 904 total)
  • Author
    Posts
  • in reply to: Windows Scada project upload in Ubutu #15307
    manjey73
    Participant

    No. .your pem key is used to access the remote server via ssh.
    To transfer the project from the Administrator, you need to open TCP port 10002 for ScadaAgent to work. Configure the firewall accordingly.

    The secret key and passwords in Scada are already internal protection methods so that third-party Scada Administrators cannot connect to your Scada Server and change the data.

    in reply to: Windows Scada project upload in Ubutu #15305
    manjey73
    Participant

    The Ubuntu server can be remote with a real IP address (for example, on a VDS server) or connected to your server via VPN.
    And there is also an option when the Scada Agent connects via proxy mode. There are many connection options.

    in reply to: Windows Scada project upload in Ubutu #15300
    manjey73
    Participant

    Yes, when you debug a project on a local PC, you can transfer it to a production Server by specifying its IP already. And the browser is already open on the remote PC, if the WEB server is located there.

    in reply to: Windows Scada project upload in Ubutu #15289
    manjey73
    Participant

    In 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, 6 months ago by manjey73.
    in reply to: Problems with “Hello World” example. #15282
    manjey73
    Participant

    Check if the ScadaAgent6 service is running

    in reply to: How best to proceed? #15280
    manjey73
    Participant

    Here 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, 6 months ago by manjey73.
    in reply to: How best to proceed? #15279
    manjey73
    Participant

    C# 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.

    in reply to: How best to proceed? #15271
    manjey73
    Participant

    How do you receive data via the COM port?

    manjey73
    Participant

    You 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.

    in reply to: Seeking Ways to Give Back for RapidSCADA #15216
    manjey73
    Participant

    One person cannot do everything at once. 🙂

    in reply to: Seeking Ways to Give Back for RapidSCADA #15214
    manjey73
    Participant

    There 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.

    in reply to: Seeking Ways to Give Back for RapidSCADA #15202
    manjey73
    Participant

    This will already be a significant contribution. Plus the purchase of existing paid functionality from the developer.

    in reply to: Seeking Ways to Give Back for RapidSCADA #15200
    manjey73
    Participant

    You 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.

    publish

    documentation_develop

    • This reply was modified 1 year, 6 months ago by manjey73.
    in reply to: Request to Upload RapidSCADA 6.0 Videos to Bilibili #15186
    manjey73
    Participant

    Is it available in China https://dzen.ru ?
    In Russia, because of problems with Youtube, too, many are switching to something else

    It’s probably easier for the developer to overload everything there.

    in reply to: Auto control module not loading #15168
    manjey73
    Participant

    Update the module, this is a bug on version 6.3.0 when using the module from 6.2.1

Viewing 15 posts - 301 through 315 (of 904 total)