manjey73

Forum Replies Created

Viewing 15 posts - 466 through 480 (of 923 total)
  • Author
    Posts
  • in reply to: Rapidscada in Debian (on IoT2050) #12210
    manjey73
    Participant

    curl -sSL https://dot.net/v1/dotnet-install.sh | sudo bash /dev/stdin –канал LTS –среда выполнения aspnetcore –install-dir /usr/share/dotnet/

    where LTS is with long-term support, you can use Current, such as the current version.

    –runtime aspnetcore — install runtime only ASP.NET Core

    Add a path as needed

    export PATH=”$PATH:/usr/share/dotnet”

    or a link

    sudo ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

    have you tried installing it directly through the script?

    in reply to: Rapidscada in Debian (on IoT2050) #12205
    manjey73
    Participant

    Did you remember to make a symbolic link to dotnet ? It is in the installation instructions.installation

    1.4. Create a link to the dotnet file:
            sudo ln -s /usr/share/dotnet/dotnet /usr/bin/dotnet

    If there is a link, you need to look at the logs, why dotnet was not installed

    Check the processor of your device, if it is ARMv6, then you will not be able to put dotnet on this device

    in reply to: Rapidscada in Debian (on IoT2050) #12175
    manjey73
    Participant

    port 10008

    localhost:10008

    in reply to: ArchiveDATCopy #12041
    manjey73
    Participant
    in reply to: Remote Communicator Error #12017
    manjey73
    Participant

    Not required. You have a PC with a Communicator should be in a separate instance, in which the server address should be specified in the Communicator settings – the 1st PC

    in reply to: V6 Video Support #11845
    manjey73
    Participant

    Yes, the Address was replaced with a Numbered Address, the Callsign was replaced with a String Address

    Many things are clear simply because they are not in the same positions as the 5th version.

    in reply to: What is the default Password in version 6 #11799
    manjey73
    Participant

    scada

    So far, it can only be generated in Visual Studio like. Using the scada core code. Promised to add to the functionality in the near future

    • This reply was modified 3 years, 4 months ago by manjey73.
    in reply to: Send command #11718
    manjey73
    Participant

    The command is sent immediately, there is a checkbox in the survey settings for polling immediately after the command

    in reply to: What is the default Admin Password in version 6 RC1 ? #11703
    manjey73
    Participant

    7. After restart, open http://localhost or http://SERVER_IP in a web browser
    Username: admin
    Password: scada

    in reply to: Danfoss ECL 200/300 driver #11700
    manjey73
    Participant

    Source Code

    Driver for RapidScada version 6

    in reply to: Channels Communication and Reset #11636
    manjey73
    Participant

    It is impossible without the module in automatic mode without the participation of the operator. The module is designed for this

    On the second question, it is not entirely clear what is being reset?

    in reply to: Maximum number of Modbus devices #11530
    manjey73
    Participant

    In version 6 of RapidScada there are no restrictions on the number of channels. You can also connect more devices than 65535

    in reply to: Error message xml not found #11463
    manjey73
    Participant

    Copy this file to the project folder and then transfer the configuration to the server… In the beginning, it was necessary to download the WEB configuration immediately after installing the plugin

    in reply to: Omron Fins Driver (Ethernet) #11381
    manjey73
    Participant

    Perhaps it will help you how it is implemented for another PLC in C code.

    https://github.com/libplctag/libplctag

    There is an export of functions in the source code and they are used differently in builds for Linux and Windows libraries. If it helps for understanding.

    in reply to: Omron Fins Driver (Ethernet) #11379
    manjey73
    Participant

    The key there is this

    [DllImport(“libwiringPi.so”, EntryPoint = “wiringPiSetup”)]
    public static extern int Setup();

    and so on

Viewing 15 posts - 466 through 480 (of 923 total)