Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantAs 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.
manjey73
ParticipantYou can transfer archives to another disk and limit their storage time. Thereby freeing up space
The administrator is not demanding of resources
manjey73
ParticipantAs 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 stringsmanjey73
ParticipantIt 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.
manjey73
ParticipantTo 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/
manjey73
ParticipantBogoMIPS : 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…manjey73
Participantcurl -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.manjey73
ParticipantShow the output of the command
cat /proc/cpuinfo
manjey73
Participantcurl -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?
manjey73
ParticipantDid 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
manjey73
Participantport 10008
localhost:10008
manjey73
Participantmanjey73
ParticipantNot 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
manjey73
ParticipantYes, 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.
-
AuthorPosts