Search found 71 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 8
by kjkoster
27 May 2023, 12:34
Forum: Software
Topic: How to deactivate network interface pileft
Replies: 3
Views: 456

Re: How to deactivate network interface pileft

Dear all, This seems to be a general complaint about Teamviewer, based on what people post on their forums. Other remote desktop systems work fine without such limitations (e.g. VNC, but there are plenty others). Many computer systems have dynamic MAC addresses nowadays. If you run any form of VPN v...
by kjkoster
18 Apr 2023, 16:41
Forum: Software
Topic: Retrieve data from profinet
Replies: 2
Views: 1087

Re: Retrieve data from profinet

Dear Joes,

Looks like you only need Python libraries: https://pypi.org/project/iolink/ Profinet runs on top of Ethernet, I gather, but this is really a python-profinet question, not so much a Revolution Pi question.

Disclaimer: Note that I know nothing of Profinet. :)

Kees Jan
by kjkoster
08 Mar 2023, 17:15
Forum: Software
Topic: RevPi Clock
Replies: 1
Views: 379

Re: RevPi Clock

Dear Simon, I think that the Revolution Pi syncs its time automatically. I have installed quite a few Revolution Pi's and never had any one of them drift from real time. The older ones do not use UTC as the system timezone, but that is easily fixed by running: sudo timedatectl set-timezone UTC You c...
by kjkoster
03 Mar 2023, 16:36
Forum: Software
Topic: Python 3.7 Security Support endet am 27.06.2023
Replies: 6
Views: 1891

Re: Python 3.7 Security Support endet am 27.06.2023

Dear All,

I thought that maybe the best way to share this is to have a showcase project that you can clone and extend or rewrite for your own purposes. That's why answering took a little while, sorry.

https://github.com/kjkoster/revpi-docke ... qtt-blinky

Hope you find it useful.

Kees Jan
by kjkoster
23 Feb 2023, 09:32
Forum: Hardware
Topic: Temperature Probe options
Replies: 3
Views: 593

Re: Temperature Probe options

Hi Steelhead,

We are happy users of the Unipi xG18 for 1-wire temperature measurement.

https://www.unipi.technology/unipi-extension-xg18-p331

Kees Jan
by kjkoster
19 Feb 2023, 20:44
Forum: Software
Topic: Python 3.7 Security Support endet am 27.06.2023
Replies: 6
Views: 1891

Re: Python 3.7 Security Support endet am 27.06.2023

Dear mrau, What would you like to know? We don't use the gateway modules, but we map the RS485 UART into containers for Modbus applications. Besides that we do use a mix of AIO and MIO modules. Then we have revpipyload write all data into an MQTT bus as well as receive output values via MQTT. Everyt...
by kjkoster
18 Feb 2023, 08:38
Forum: Software
Topic: Python 3.7 Security Support endet am 27.06.2023
Replies: 6
Views: 1891

Re: Python 3.7 Security Support endet am 27.06.2023

Dear mrau, We also use mostly Python 3, but have opted to run all our software in Docker containers. This has the added benefit of version locking all Python and system library dependencies. It also means we don't depend on things being a Revolution Pi as much (we have a mix of Revolution Pi, Unipi,...
by kjkoster
11 Feb 2023, 11:33
Forum: Hardware
Topic: Maximum baud rate for RS485?
Replies: 1
Views: 730

Maximum baud rate for RS485?

Dear Kunbus, What is the maximum baud rate that we can run the RS485 port on the Revolution Pi Connect+? Use-case is querying a load cell at the highest possible data rate we can achieve. How is the RS485 port connected inside the Revolution Pi? Custom hardware, or one of the Raspberry Pi UARTs? I s...
by kjkoster
08 Feb 2023, 15:26
Forum: Hardware
Topic: How to use status signals for modules health
Replies: 5
Views: 1407

Re: How to use status signals for modules health

Dear Dirk,

What about if I wanted to do the same from Python?

Kees Jan
by kjkoster
05 Feb 2023, 09:37
Forum: Software
Topic: Automatically Restart dhcpcd for resiliency
Replies: 3
Views: 1331

Automatically Restart dhcpcd for resiliency

Dear All, A while ago we had a strange outage, where the Revolution Pi would no longer have network connectivity, but the control systems would still work properly. Just the HMI and data logging were no longer accessible and we could not VPN into the system. After some digging (and a bit of luck) we...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 8