manjey73

Forum Replies Created

Viewing 15 posts - 391 through 405 (of 856 total)
  • Author
    Posts
  • in reply to: Structure of many instances #12531
    manjey73
    Participant

    As for the support of discrete I/O, it can be supported through the gpiod library. At the moment I’m trying to make a driver for this library and RapidScada version 6. But as far as I understand, it either does not support analog inputs and outputs, or it depends on the equipment for which the assembly is made. I use Orange Pi+2E and judging by the code there is no support for analog inputs/outputs. Well, actually, such computers do not have galvanic isolation of inputs / outputs, all pins lead to the inputs of the SoC processor.

    in reply to: PC get slower #12376
    manjey73
    Participant

    You can transfer archives to another disk and limit their storage time. Thereby freeing up space

    The administrator is not demanding of resources

    in reply to: modbus transfer string value #12365
    manjey73
    Participant

    As far as I understand, you need to combine several registers into an array and specify a channel with the required data length. And in the Format to indicate that this channel is UNICODE or ASCII.
    I haven’t tried it myself yet, but it seems like this is how you need to work with strings

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

    It makes sense to use the Microsoft script installation command to understand whether it recognizes the processor or swears that there is no support for your processor.

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

    To install when using a script with Microsoft, you need to install curl

    apt-get install curl

    and give the command below, if Microsoft determines your processor and there is a dotnet for it, it should install the required packages.

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

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

    BogoMIPS : 400.00

    You have a strange processor.
    1. It may not be supported by Microsoft
    2. but it seems like dotnet is installed, maybe it is put in another folder on your system…

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

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

    The translator fussed 🙂
    Copied files do not mean that dotnet is installed and running.

    • This reply was modified 2 years, 6 months ago by manjey73.
    • This reply was modified 2 years, 6 months ago by manjey73.
    in reply to: Rapidscada in Debian (on IoT2050) #12211
    manjey73
    Participant

    Show the output of the command

    cat /proc/cpuinfo

    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 2 years, 9 months ago by manjey73.
Viewing 15 posts - 391 through 405 (of 856 total)