Search found 138 matches

  • 1
  • 3
  • 4
  • 5
  • 6
  • 7
  • 14
by u.biakoup
22 Feb 2023, 23:24
Forum: Hardware
Topic: PiCtory settings for MIO pwm output
Replies: 4
Views: 1041

Re: PiCtory settings for MIO pwm output

Hi Makoto, I have looked at your code. I have made some changes, but I don't know if the code does what you want to test correctly. In general, you need to consider whether you want a cyclic (classic in automation) or an event-based program. The simplest is cyclic: #!/usr/bin/python3 # -*- coding: u...
by u.biakoup
17 Feb 2023, 13:34
Forum: Software
Topic: Use Image Created from RevPi Core 3 on RevPi Core 3+
Replies: 1
Views: 1018

Re: Use Image Created from RevPi Core 3 on RevPi Core 3+

Hello Tsm, Thank you to be member of this Forum. The Revolution Pi project is built on the idea of sharing and discussing knowledge across the community. I read your request with attention and I have a question regarding that. If I understand correctly, you have created a custom image that worked on...
by u.biakoup
16 Feb 2023, 14:43
Forum: CODESYS
Topic: Possibility to update an old RevPi Core to Codesys
Replies: 1
Views: 1346

Re: Possibility to update an old RevPi Core to Codesys

Hello JohannesFink,
It's not possible to update the Software in Codesys. Codesys is only possible with Multi Core license, no Single Core also the images are not supported.
Best Regards

Ulrich Kouatang Biakoup | Technical Support
by u.biakoup
13 Feb 2023, 13:48
Forum: Hardware
Topic: Maximum baud rate for RS485?
Replies: 1
Views: 866

Re: Maximum baud rate for RS485?

Hello Kees Jan, Thank you for your Inquiry. You can find the Circuit Diagramm of the revpi connect + to know how the RS-485 is connected inside it. The standard value of the Baud rate is 19200. No threshold is defined for the RS485. You must proceed randomly to define the maximum Baud rate threshold...
by u.biakoup
18 Jan 2023, 12:02
Forum: Software
Topic: CPU Load for RevPi connect +
Replies: 3
Views: 1193

Re: CPU Load for RevPi connect +

Hello Manikandan_pils, I am coming back to some of your questions. The process "pl011_pio_tx" is a subprocess that is responsible for the data exchange between the modules and RevPi. This requires about 20% of the CPU resources image-20220516-072747.png there is nothing you can configure a...
by u.biakoup
17 Jan 2023, 13:13
Forum: CODESYS
Topic: Writing to RevPiLED doesn't work
Replies: 6
Views: 3333

Re: Writing to RevPiLED doesn't work

Hello MaltarLED, To be able to operate the LEDs on RevPi connect, it is necessary to know the arrangement of the bits corresponding to each LED. The following articles explain how it works: https://revolutionpi.com/tutorials/software/statusbytes-revpi-connect/ https://revolutionpi.com/tutorials/stat...
by u.biakoup
13 Jan 2023, 15:57
Forum: Software
Topic: Port 502 not available
Replies: 1
Views: 1055

Re: Port 502 not available

Hello Davide, to check the listening ports and applications on Linux. Open a terminal application i.e. shell prompt. Run any one of the following command on Linux to see open ports: $ sudo lsof -i -P -n | grep LISTEN. $ sudo netstat -tulpn | grep LISTEN. ... For the latest version of Linux use the s...
by u.biakoup
13 Jan 2023, 12:54
Forum: Hardware
Topic: RevPi AIO einkaufen
Replies: 1
Views: 787

Re: RevPi AIO einkaufen

Hallo Krambambuli,
schaust du dir bitte die Bezugsquellen von Kunbus auf der ganzen Welt an.

Mit freundlichen Grüßen

Ulrich Kouatang Biakoup | Technischer Support
by u.biakoup
28 Dec 2022, 11:06
Forum: Hardware
Topic: DI input counter problem
Replies: 3
Views: 975

Re: DI input counter problem

Hello Brahimdjadir, please see this video tutorial https://revolutionpi.com/tutorials/video-tutorials/ Number #14. It's show how to use counter and Encoder for RevPi DIO. It will be the same for RevPi DI. The maximum frequency resolution of the counter inputs for RevPi DI is 2 kHz (corresponding to ...
by u.biakoup
16 Dec 2022, 12:41
Forum: CODESYS
Topic: Codesys :Retain Persistent variable in PRG - Device Undiscoverable
Replies: 6
Views: 3428

Re: Codesys :Retain Persistent variable in PRG - Device Undiscoverable

Hello Manikan_pilz,
The behaviour is right. The Revpi's isn't yet able to perform that kind of features.
Thank you very much for the suggestion. We will think about that in the future.

Best Regards

Ulrich Kouatang Biakoup | Technical Support
  • 1
  • 3
  • 4
  • 5
  • 6
  • 7
  • 14