Search found 322 matches

by RevPiModIO
03 Jun 2021, 21:49
Forum: RevPiModIO
Topic: RevPi Python PLC Commander öffnet Logdateien nicht mehr oder stürzt ab
Replies: 9
Views: 5288

Re: RevPi Python PLC Commander öffnet Logdateien nicht mehr oder stürzt ab

Moin Leute! Ich habe ein Update hochgeladen, welches die Abstürze (außer SPS-Monitor) beheben soll. Es wäre super, wenn ihr das einmal Testen könntet: Windows-Setup: [url]http://revpimodio.org/dnl/RevPiCommander_0.9.2a.exe[/url] Debian: [url]http://revpimodio.org/dnl/revpicommander_0.9.2a-1_all.deb[...
by RevPiModIO
03 Jun 2021, 18:57
Forum: RevPiModIO
Topic: RevPi Python PLC Commander öffnet Logdateien nicht mehr oder stürzt ab
Replies: 9
Views: 5288

Re: RevPi Python PLC Commander öffnet Logdateien nicht mehr oder stürzt ab

Oh, das hört sich nicht gut an! Das sind die ersten Meldungen bezüglich Probleme die mich erreichen :( Das Problem möchte ich auf jeden Fall angehen! Solltet ihr für die Übergangszeit den RevPiPyControl brauchen ist der hier zu finden: - Windows: [url]http://revpimodio.org/dnl/revpipycontrol_0.8.0.e...
by RevPiModIO
31 May 2021, 22:26
Forum: RevPiModIO
Topic: RevPi Python PLC Commander öffnet Logdateien nicht mehr oder stürzt ab
Replies: 9
Views: 5288

Re: RevPi Python PLC Commander öffnet Logdateien nicht mehr oder stürzt ab

Hi Juli! Ich habe fast die Befürchtung, dass ein paar Log-Dateien defekt sind :( Machst du einmal versuchen alle Logs, auf die der Commadner zugreift zu löschen? Alle Commander schließen und per SSH auf den RevPi: sudo systemctl stop revpipyload sudo rm /var/log/revpipyload* sudo systemctl start rev...
by RevPiModIO
26 Apr 2021, 08:05
Forum: RevPiModIO
Topic: AIO module scale
Replies: 2
Views: 3395

Re: AIO module scale

Hi Martin! The AIO module will process the data internally and gives us the "real" value. So if you configure the Input for -10 to 10 V you will get the value in mV directly from the AIO module. So the range is -10000 - 10000. So in the piControl bus is already a processed value from the A...
by RevPiModIO
18 Apr 2021, 10:11
Forum: RevPiModIO
Topic: Was RevPiModIO ist: Direktzugriff auf IOs mit Python!
Replies: 8
Views: 64478

Re: Was RevPiModIO ist: Direktzugriff auf IOs mit Python!

Version 2.5.7 Wir haben einige wichtige Aktualisierungen seit RevPiModIO 2.5.3! Update-Log Info: Momentan hat die Kunbus sehr alte Versionen unserer Software in deren Repositories! Das Update muss also manuell oder über unser eigenes Repository eingespielt werden: https://revpimodio.org/unser-repos...
by RevPiModIO
18 Apr 2021, 10:10
Forum: Mein Projekt
Topic: RevPiModIO - Python3 Direktzugriff auf IOs
Replies: 41
Views: 158022

Re: RevPiModIO - Python3 Direktzugriff auf IOs

Version 2.5.7 Wir haben einige wichtige Aktualisierungen seit RevPiModIO 2.5.3! Update-Log Info: Momentan hat die Kunbus sehr alte Versionen unserer Software in deren Repositories! Das Update muss also manuell oder über unser eigenes Repository eingespielt werden: https://revpimodio.org/unser-repos...
by RevPiModIO
18 Apr 2021, 10:06
Forum: RevPiModIO
Topic: Python Revpimodio2 und Tkinter: rvi.mainloop() und mainloop()
Replies: 3
Views: 5193

Re: Python Revpimodio2 und Tkinter: rvi.mainloop() und mainloop()

Hi Maxim3! Versuche mal bei deinem "rpi.mainloop()" noch den Parameter "blocking=False" anzugeben "rpi.mainloop(blocking=False)", dann läuft das Eventsystem im Hintergrund. Am Ende von deinem Code, also nach dem mainloop von TK-Inter auf jeden Fall noch ein "rpi.ex...
by RevPiModIO
18 Apr 2021, 10:00
Forum: My Project
Topic: RevPiModIO - Python3 direct access on IOs
Replies: 7
Views: 18074

Re: RevPiModIO - Python3 direct access on IOs

Version 2.5.7

There are some important updates for RevPiModIO since 2.5.3!
Update-Log

Info: At the moment the Kunbus repository has very old versions of our software, so you have to manually update the software or use our repository:
https://revpimodio.org/en/our-repository/
by RevPiModIO
25 Mar 2021, 05:36
Forum: RevPiModIO
Topic: IO's von virtuellen Device lesen/schreiben
Replies: 2
Views: 3405

Re: IO's von virtuellen Device lesen/schreiben

Moin clamamus! Es sollte genau so laufen, wie du es erwartest. Wenn man mit .replace_io(...) einen Eingang ersetzt nimmt der den Export-Wert von dem Ersetzten an. Man kann den Wert auch per .export setzen, wenn man nicht den aus piCtory haben will. Außerdem werden diese Infos auch in der "repla...
by RevPiModIO
21 Feb 2021, 19:44
Forum: RevPiModIO
Topic: How to run multiple programs in RevPiPyLoad?
Replies: 1
Views: 2696

Re: How to run multiple programs in RevPiPyLoad?

Hi elboyoloco1080! I'm sorry to say that, but RevPiPyLoad can handle just one program! As a workaround you could create a "start_all.py" file, where you import the other files with your programs, you like to run. A little tricky thing is to handle the SIGTERM signal in the start_all.py fil...