trauden

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 43 total)
  • Author
    Posts
  • in reply to: Rapidscada in Debian (on IoT2050) #12217
    trauden
    Participant

    Thanks Manjey73, but I don’t get much your posted commands.
    I’ve tried dotnet using the script several times. It seems ok.
    Here are some notifications.
    root@iotdebian:/usr/share/dotnet# sudo chmod +x ./dotnet-install.sh
    root@iotdebian:/usr/share/dotnet# ./dotnet-install.sh –version latest
    dotnet-install: Note that the intended use of this script is for Continuous Inte gration (CI) scenarios, where:
    dotnet-install: – The SDK needs to be installed without user interaction and wit hout admin rights.
    dotnet-install: – The SDK installation doesn’t need to persist across multiple C I runs.
    dotnet-install: To set up a development environment or to run apps, use installe rs rather than this script. Visit https://dotnet.microsoft.com/download to get t he installer.

    dotnet-install: .NET Core SDK with version ‘6.0.406’ is already installed.
    root@iotdebian:/usr/share/dotnet# ./dotnet-install.sh –version latest –ru ntime aspnetcore
    dotnet-install: Note that the intended use of this script is for Continuous Inte gration (CI) scenarios, where:
    dotnet-install: – The SDK needs to be installed without user interaction and wit hout admin rights.
    dotnet-install: – The SDK installation doesn’t need to persist across multiple C I runs.
    dotnet-install: To set up a development environment or to run apps, use installe rs rather than this script. Visit https://dotnet.microsoft.com/download to get t he installer.

    dotnet-install: ASP.NET Core Runtime with version ‘6.0.14’ is already installed.
    root@iotdebian:/usr/share/dotnet# ./dotnet-install.sh –channel 7.0
    dotnet-install: Note that the intended use of this script is for Continuous Inte gration (CI) scenarios, where:
    dotnet-install: – The SDK needs to be installed without user interaction and wit hout admin rights.
    dotnet-install: – The SDK installation doesn’t need to persist across multiple C I runs.
    dotnet-install: To set up a development environment or to run apps, use installe rs rather than this script. Visit https://dotnet.microsoft.com/download to get t he installer.

    dotnet-install: .NET Core SDK with version ‘7.0.201’ is already installed.
    root@iotdebian:/usr/share/dotnet# sudo chmod +x /usr/share/dotnet/dotnet
    root@iotdebian:/usr/share/dotnet# sudo ln -s /usr/share/dotnet/dotnet /usr/ bin/dotnet
    ln: failed to create symbolic link ‘/usr/bin/dotnet’: File exists
    root@iotdebian:/usr/share/dotnet# dotnet –info
    -bash: /usr/bin/dotnet: No such file or directory
    root@iotdebian:/usr/share/dotnet#
    and the output of cat /proc/cpuinfo
    -bash: dotnet-install:: command not found
    -bash: dotnet-install:: command not found
    -bash: dotnet-install:: command not found
    -bash: root@iotdebian:/usr/share/dotnet#: No such file or directory
    -bash: root@iotdebian:/usr/share/dotnet#: No such file or directory
    -bash: ln:: command not found
    -bash: root@iotdebian:/usr/share/dotnet#: No such file or directory
    -bash: -bash:: command not found
    -bash: root@iotdebian:/usr/share/dotnet#: No such file or directory
    processor : 0
    BogoMIPS : 400.00
    Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
    CPU implementer : 0x41
    CPU architecture: 8
    CPU variant : 0x0
    CPU part : 0xd03
    CPU revision : 4

    processor : 1
    BogoMIPS : 400.00
    Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
    CPU implementer : 0x41
    CPU architecture: 8
    CPU variant : 0x0
    CPU part : 0xd03
    CPU revision : 4

    in reply to: Rapidscada in Debian (on IoT2050) #12207
    trauden
    Participant

    I did it also. The files seem in place.
    But I don’t know why!
    The processor is arm64 architecture. I’ve checked.
    and the os is Debian GNU/Linux 10 (buster).
    The SCADA 5.8.4 Mono that I installed in the same hardware, it runs ok!
    But for v6.0, I’ve not installed successfully yet.
    https://drive.google.com/file/d/14oxP0BI2xQTEkxc72CLOv-yNFu3Gh-0z/view?usp=sharing, https://drive.google.com/file/d/14rjMnkSQUDopf0cC8qJRkDBSytfN24_T/view?usp=sharing

    In the Microsoft website, there are also dotnet version for arm64. I’ve aslo installed, but it didn’t run.
    https://dotnet.microsoft.com/en-us/download/dotnet/6.0

    • This reply was modified 1 year, 6 months ago by trauden.
    • This reply was modified 1 year, 6 months ago by trauden.
    in reply to: Rapidscada in Debian (on IoT2050) #12204
    trauden
    Participant

    When I run the command to get the information of dotnet. This is the answer.
    dotnet –info
    -bash: /usr/bin/dotnet: No such file or directory.

    I also follow the instruction and installed in manual and script.

    in reply to: Rapidscada in Debian (on IoT2050) #12199
    trauden
    Participant

    Hello Mikhail,
    Where are the log files of the Server, Communication and webstation services.
    I’ve found in /var/log/scada. But there is nothing.

    in reply to: Rapidscada in Debian (on IoT2050) #12176
    trauden
    Participant

    localhost:1008 doesn’t work too.

    in reply to: Webstation error #12141
    trauden
    Participant

    Thank you Mikhail!

    in reply to: Webstation error #12136
    trauden
    Participant

    Thansk you for rapid reply Mikhail,
    One question more why Webstation is not available? (seeing in instance status (administrator).

    in reply to: Plot in the future #9777
    trauden
    Participant

    Dear, Mikhail,
    I have a current data and predicted data at the current moment,
    I want to display current and predicted data in a trend. and the future data receive from the devices,

    in reply to: Mqtt communication error #9419
    trauden
    Participant

    Hi Mikhail,
    I use driver version KpMqtt 5.0.4.0 En.

    in reply to: Forwarding the Rapid scada web on Ubuntu #8398
    trauden
    Participant

    Thanks Mikhail,
    I opened 80 for http and 443 for https by firewall rule,
    but I forgot checking port 80 and 443 on the instance.
    Now, it works, when I opened port 80 and 443 on the Instance Ubuntu.
    Thanks a lot Mikhail.

    in reply to: Installation error on Windows Server 2016 #6774
    trauden
    Participant

    Thank you a lot,
    It works.

    in reply to: Installation error on Windows Server 2016 #6771
    trauden
    Participant

    Oh, I’m sorry for the misunderstanding, here you can see, I installed as the instruction shown.
    Server role

    in reply to: Installation error on Windows Server 2016 #6769
    trauden
    Participant

    Hi Mikhail,
    I can send you the pictures
    sreenshots

    in reply to: Installation error on Windows Server 2016 #6766
    trauden
    Participant

    I found the problem, the servers of ScadaComm and ScadaServer can not automatically start, so I manually start them.
    Y can take a look of file C:\SCADA\ScadaAgent\Log
    a
    However, there are errors in the update numbers in the table and scheme.
    Table:
    Scheme:
    upload:

    in reply to: Grafana setting #6755
    trauden
    Participant

    Thank Greenfoxx a lot,
    I made it.

Viewing 15 posts - 1 through 15 (of 43 total)