manjey73

Forum Replies Created

Viewing 15 posts - 361 through 375 (of 923 total)
  • Author
    Posts
  • in reply to: IEC61107 Protocol driver #14956
    manjey73
    Participant

    DrvIEC61107 v6.2.0.3

    Updated the driver for version 6.
    I threw the release on Git, so at least there is an understanding about the number of downloads.

    Creating templates is still done by hand, even though the graphic part from @JurasskPark is screwed on

    in reply to: Install RapidSCADA on new Server and Licensing #14878
    manjey73
    Participant

    The operating system has no effect on changing the keys. There are 3 conditions
    1. Do not change the computer name
    2. Do not change the Scada installation folder
    3. Do not change the OS, for example, Windows was standing, but put Linux

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

    we need to look at who is causing the error and where? is this an nginx or scadaweb error

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

    Install script

    I’m so lazy that I put curl if it’s not there and then I give the command to install dotnet with a script. It is available in the installation documentation on the Microsoft website. 🙂

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

    For Scada and WEB to work, only runtime dotnet is needed.
    But there should be two of them. NETCore and ASP NETCore

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

    .NET runtimes installed:
    Microsoft.NETCore.App 8.0.5 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]

    You have lost one NET component or not installed

    Where Microsoft.AspNetCore.App ????

    • This reply was modified 1 year, 9 months ago by manjey73.
    in reply to: Beckhoff TwinCAT 2 Driver (RS v6) #14822
    manjey73
    Participant

    There is probably no need to run TwinCAT System Manager for the driver to work. It is needed in order to find a virtual controller and write a program to it. At least I have closed all applications related to TwinCAT and deleted the services associated with it through the manager. Scada continues to poll the virtual controller properly.

    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, 9 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, 9 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

Viewing 15 posts - 361 through 375 (of 923 total)