Forum Replies Created
-
AuthorPosts
-
manjey73Participantcurl -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?
manjey73ParticipantDid 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/dotnetIf 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
manjey73Participantport 10008
localhost:10008
manjey73Participant
manjey73ParticipantNot 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
manjey73ParticipantYes, 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.
manjey73Participantscada
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.
manjey73ParticipantThe command is sent immediately, there is a checkbox in the survey settings for polling immediately after the command
November 30, 2022 at 11:53 am in reply to: What is the default Admin Password in version 6 RC1 ? #11703
manjey73Participant7. After restart, open http://localhost or http://SERVER_IP in a web browser
Username: admin
Password: scada
manjey73ParticipantDriver for RapidScada version 6
manjey73ParticipantIt 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?
manjey73ParticipantIn version 6 of RapidScada there are no restrictions on the number of channels. You can also connect more devices than 65535
manjey73ParticipantCopy 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
manjey73ParticipantPerhaps 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.
manjey73ParticipantThe key there is this
[DllImport(“libwiringPi.so”, EntryPoint = “wiringPiSetup”)]
public static extern int Setup();and so on
-
This reply was modified 3 years, 4 months ago by
-
AuthorPosts