manjey73

Forum Replies Created

Viewing 15 posts - 301 through 315 (of 856 total)
  • Author
    Posts
  • in reply to: Bad Gateway / scadaweb6.service #14820
    manjey73
    Participant

    Reinstall nginx. Or put the native default file back in place and restart nginx

    First you need to get nginx running

    • This reply was modified 1 year, 3 months ago by manjey73.
    in reply to: Bad Gateway / scadaweb6.service #14816
    manjey73
    Participant

    Have you overloaded nginx services?

    in reply to: Bad Gateway / scadaweb6.service #14815
    manjey73
    Participant

    @hendra_allo It is probably necessary to look at the logs of nginx itself, Since nginx itself does not start
    /var/log/nginx/error.log

    As well as the ScadaWeb logs /var/log/scada/ScadaWeb/log/ after you solve the nginx startup problem

    in reply to: Bad Gateway / scadaweb6.service #14811
    manjey73
    Participant

    rapidscada_6.2.1_linux_ru\nginx\

    from the installation folder
    You will have a folder with a different language indication – en

    • This reply was modified 1 year, 3 months ago by manjey73.
    in reply to: Bad Gateway / scadaweb6.service #14810
    manjey73
    Participant

    /etc/nginx/sites-available

    in reply to: Bad Gateway / scadaweb6.service #14808
    manjey73
    Participant

    5.2.
    sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/nginx-selfsigned.key -out /etc/ssl/certs/nginx-selfsigned.crt
    5.3. Copy the nginx/default file from the distribution directory to the /etc/nginx/sites-available directory,
    after saving a backup copy of an existing file.

    in reply to: Bad Gateway / scadaweb6.service #14807
    manjey73
    Participant

    Have you made a self-signed certificate for nginx as described in the readme?

    and copying the configuration for the available site ?

    in reply to: Bad Gateway / scadaweb6.service #14805
    manjey73
    Participant

    Judging by the fact that you haven’t installed dotnet, maybe you haven’t installed nginx either?

    systemctl status nginx

    in reply to: Bad Gateway / scadaweb6.service #14802
    manjey73
    Participant

    The dotnet version is up-to-date, this is no longer the reason.

    service scadaweb6 status

    or

    systemctl status scadaweb6

    • This reply was modified 1 year, 3 months ago by manjey73.
    in reply to: Bad Gateway / scadaweb6.service #14799
    manjey73
    Participant

    after that, check again dotnet --info

    You should see that you have the runtime installed

    .NET runtimes installed:
      Microsoft.AspNetCore.App 6.0.20 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
      Microsoft.NETCore.App 6.0.20 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
    in reply to: Bad Gateway / scadaweb6.service #14798
    manjey73
    Participant

    You don’t have dotnet installed

    Install curl sudo apt install curl

    And then install dotnet

    sudo curl -sSL https://dot.net/v1/dotnet-install.sh | sudo bash /dev/stdin --channel LTS --runtime aspnetcore --install-dir /usr/share/dotnet/

    add a link
    sudo ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

    in reply to: Bad Gateway / scadaweb6.service #14796
    manjey73
    Participant

    dotnet --info ?

    in reply to: Beckhoff TwinCAT 2 Driver (RS v6) #14794
    manjey73
    Participant

    If you have any questions about keys, write to the email address specified in the driver.

    P.S. if you are interested in getting driver keys for free or even a key generator, look for an intelligent C++ programmer.
    Beckhoff has a library for Linux that needs to be given a mind so that it can be used in the driver.

    1. Make it dynamic (now it is completely static)
    2. Make the export of all functions for use in the C# code
    3. Make builds for ARM and Windows (now the library is only for Linux X86)

    something like that.
    p.p.s. and yet the Linux library should support not only TwinCAT 2 but also TwinCAT 3

    in the TwinCAT library.Ads for PLC data (TwinCAT 2 development environment) there is no concept of Ams Routing (appeared only in the library for TwinCat3, and this is another series of controllers.

    Routing is performed by means of TwinCAT System Manager.

    • This reply was modified 1 year, 3 months ago by manjey73.
    in reply to: License Problem #14787
    manjey73
    Participant

    You need to install the paid functionality on both the Server computer and the Development computer.
    You only need to register paid modules on the Server computer (RT)
    On the development computer, paid modules are needed to be able to register, create channels, settings, etc.

    in reply to: Receiving error regarding MBAP Header Data #14759
    manjey73
    Participant

    Are you still polling this device in parallel with the Scada system?

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