Hi Sven,
It works well, thank you very much!
BR, Zsolt
Search found 7 matches
- 28 Apr 2023, 17:47
- Forum: Software
- Topic: RevPI Compact after flash Buster plc commander does not start
- Replies: 4
- Views: 5115
- 27 Apr 2023, 21:23
- Forum: Software
- Topic: RevPI Compact after flash Buster plc commander does not start
- Replies: 4
- Views: 5115
Re: RevPI Compact after flash Buster plc commander does not start
Hi, Thanks, here is the error message: Traceback (most recent call last): File "/usr/share/revpicommander/revpicommander.py", line 18, in <module> from avahisearch import AvahiSearch File "/usr/share/revpicommander/avahisearch.py", line 11, in <module> from zeroconf import IPVers...
- 26 Apr 2023, 12:50
- Forum: Software
- Topic: RevPI Compact after flash Buster plc commander does not start
- Replies: 4
- Views: 5115
RevPI Compact after flash Buster plc commander does not start
Hi, I tried to upgrade from Stretch to Buster so I download the latest image and flash it to a Compact. The initial setup has finished, I set up webstatus, enabled the revpipyload as described: https://revolutionpi.com/tutorials/software/webstatus-fuer-stretch-compact/ and setup/save io config at pi...
- 18 Jul 2022, 21:07
- Forum: Hardware
- Topic: Ethernet drop or freezes on Revolution Pi Compact
- Replies: 6
- Views: 4226
Re: Ethernet drop or freezes on Revolution Pi Compact
Hi,
I disabled the teamviever agent too , it seems to be good now!
pi@RevPi2863_Keszthely:~ $ uptime
19:05:41 up 33 days, 11:06, 3 users, load average: 5.36, 4.94, 4.90
BR, Zsolt
I disabled the teamviever agent too , it seems to be good now!
pi@RevPi2863_Keszthely:~ $ uptime
19:05:41 up 33 days, 11:06, 3 users, load average: 5.36, 4.94, 4.90
BR, Zsolt
- 28 May 2022, 20:09
- Forum: Hardware
- Topic: Ethernet drop or freezes on Revolution Pi Compact
- Replies: 6
- Views: 4226
Re: Ethernet drop or freezes on Revolution Pi Compact
Hi,
I have almost the same problem.
Could you reach the RevPi via the eth1 when the eth0 stop?
Br, Zsolt
I have almost the same problem.
Could you reach the RevPi via the eth1 when the eth0 stop?
Br, Zsolt
- 28 May 2022, 20:06
- Forum: RevPiModIO
- Topic: PLC program remote start/stop
- Replies: 3
- Views: 9389
- 21 Jan 2022, 13:07
- Forum: RevPiModIO
- Topic: PLC program remote start/stop
- Replies: 3
- Views: 9389
PLC program remote start/stop
Hello, Is there any way to start and stop the python plc program via ssh/script? I can start and stop the revpipyload daemon but I'd like to start and stop only the python plc program (program.py) # start daemon pi@RevPi ~ $ sudo service revpipyload start # stop daemon pi@RevPi ~ $ sudo service revp...