Forum Home › Forums › Rapid SCADA on Linux Controllers and Raspberry Pi › Installation Rapid scada on a Raspberry Pi
- This topic has 8 replies, 3 voices, and was last updated 5 years ago by
Mikhail.
-
AuthorPosts
-
June 11, 2019 at 9:41 am #5536
trauden
ParticipantHi Mikhail,
I’ve installed Rapid on my Raspberry Pi 3,
However, I’m facing a problem. Please help me. When I login in the rapid,
the HTML shows not in the right mode.
https://drive.google.com/open?id=171-b2Xd4QuJZzSkWbVGO0aaViUWLBF_TJune 11, 2019 at 3:40 pm #5539Mikhail
ModeratorHi,
Do you use Apache?
You should check the installation steps related to installing the web server.
Currently Mono .NET Framework is not integrated with the web server.June 12, 2019 at 4:12 am #5540trauden
ParticipantHi,
Yes I use Apache/
I followed the installation steps as listed in the instruction.
However, one step, I was confused. Maybe I did wrong.
5. Add the Mono repository to your system.
Open http://www.mono-project.com/download/#download-lin and follow the instructions of paragraph 1.Example for Debian:
sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo “deb http://download.mono-project.com/repo/debian stretch main” | sudo tee /etc/apt/sources.list.d/mono-official.list
sudo apt-get updatethe result:
pi@raspberrypi:~ $ sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
Executing: /tmp/apt-key-gpghome.60DVyivYJz/gpg.1.sh –keyserver hkp://keyserver.ubuntu.com:80 –recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
gpg: failed to start the dirmngr ‘/usr/bin/dirmngr’: Khng c tp tin hoc th mc nh vy
gpg: connecting dirmngr at ‘/tmp/apt-key-gpghome.60DVyivYJz/S.dirmngr’ failed: Khng c tp tin hoc th mc nh vy
gpg: keyserver receive failed: Khng c dirmngr
pi@raspberrypi:~ $ echo “deb http://download.mono-project.com/repo/debian stretch main” | sudo tee /etc/apt/sources.list.d/mono-official.list
deb http://download.mono-project.com/repo/debian stretch main
pi@raspberrypi:~ $ sudo apt-get update
Ly:1 http://download.mono-project.com/repo/debian stretch InRelease [5.878 B]
Ly:2 http://archive.raspberrypi.org/debian stretch InRelease [25,4 kB]
Tm thy:3 http://raspbian.raspberrypi.org/raspbian stretch InRelease
Bq:1 http://download.mono-project.com/repo/debian stretch InRelease
Ly:4 https://download.mono-project.com/repo/ubuntu stable-bionic InRelease [5.143 B]
Bq:4 https://download.mono-project.com/repo/ubuntu stable-bionic InRelease
ly v 36,4 kB mt 2 giy (14,0 kB/g).
ang c cc danh sch gi… Xong
W: Li GPG: http://download.mono-project.com/repo/debian stretch InRelease: Khng th kim chng nhng ch k theo y, v kha cng khng sn c: NO_PUBKEY A6A19B38D3D831EF
W: The repository ‘http://download.mono-project.com/repo/debian stretch InRelease’ is not signed.
N: Data from such a repository can’t be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: Li GPG: https://download.mono-project.com/repo/ubuntu stable-bionic InRelease: Khng th kim chng nhng ch k theo y, v kha cng khng sn c: NO_PUBKEY A6A19B38D3D831EF
W: The repository ‘https://download.mono-project.com/repo/ubuntu stable-bionic InRelease’ is not signed.
N: Data from such a repository can’t be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
pi@raspberrypi:~ $Thanks for rapid answer.
June 12, 2019 at 3:20 pm #5545Mikhail
ModeratorCheck Mono version by the command:
mono --version
You should get something like 5.20.1
June 13, 2019 at 12:49 am #5547trauden
ParticipantHi,
In my rasp pi, Mono’s version is 4.6.2.
Mono must update to 5.20.1.June 13, 2019 at 3:31 am #5548trauden
Participanthi,
I’ve just updated the Momo.
However, the problem is solved
.-
This reply was modified 5 years, 8 months ago by
trauden.
June 13, 2019 at 12:42 pm #5552Mikhail
ModeratorThat’s good!
February 10, 2020 at 9:48 am #6526hethongscada62
ParticipantDear Mr.Mikahil,
The rapid scada V_5.8.0_mono was installed on Raspberry Pi4. All modules are working that seems good:
https://ibb.co/CK3QFpt
Except a ScadaWeb. Noting in the ScadaWeb Log file. I can not see it on Web browser “Chrome”.
– How to open on Web browser “Chrome”
– How to open the Administrator?
Thanks and best regards
Han HoangFebruary 10, 2020 at 2:49 pm #6530Mikhail
ModeratorDear Han,
– How to open on Web browser “Chrome”
Raspberry has Chromium browser. You can open it from the menu.
– How to open the Administrator?
In command line when you inside Administrator’s directory
mono ScadaAdministrator.exe
However, I suggest avoid using UI on Linux. It’s better to configure projects and open web pages from another computer.
-
This reply was modified 5 years ago by
Mikhail.
-
This reply was modified 5 years, 8 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.