Search found 184 matches

by u.biakoup
24 Jul 2024, 14:31
Forum: Software
Topic: Using a digital input to ramp up, stay active until DI is false
Replies: 1
Views: 487

Re: Using a digital input to ramp up, stay active until DI is false

Hello tontonsam, It’s definitely possible to create a ramp up and ramp down for your speed controller using a potentiometer to set the nominal speed and an “ease” node to manage the transitions. The “ease” node can animate a value between a start and end value using an easing function, which is perf...
by u.biakoup
25 Jun 2024, 18:22
Forum: Connectivity
Topic: Python Skript - CANbus
Replies: 4
Views: 890

Re: Python Skript - CANbus

Hallo stefan, Dass die CANbus-Verbindung nur dann unterbrochen wird, wenn das Python-Skript über OPC UA eine Verbindung aufbaut und dass dies nicht geschieht, wenn das Skript manuell über die Kommandozeile ausgeführt wird, weist auf ein Timing- oder Ressourcenproblem hin. Hier sind einige spezifisch...
by u.biakoup
15 Feb 2024, 13:11
Forum: Hardware
Topic: Circuit diagram of RevPi Connect 4?
Replies: 1
Views: 1675

Re: Circuit diagram of RevPi Connect 4?

Hello,

Please write a mail with your inquiry at support@kunbus.com.

Best Regards

Ulrich Kouatang Biakoup | Technical Support
by u.biakoup
15 Feb 2024, 09:17
Forum: Hardware
Topic: Analog as Digital Help
Replies: 7
Views: 2468

Re: Analog as Digital Help

Hello Vikram,
could you post here the output of the command

Code: Select all

cat/proc/version
?

If you can log in to the device, you can provide me a SOS-Report and send me that through the Tickets you opened
Best Regards

Ulrich Kouatang Biakoup | Technical Support
by u.biakoup
13 Feb 2024, 09:16
Forum: Hardware
Topic: Analog as Digital Help
Replies: 7
Views: 2468

Re: Analog as Digital Help

Hello Vickram,

It appears that the RevPi MIO device may be faulty. If the device is still under warranty, you can file a claim with the seller for a replacement. please complete the defective form enclosed in this ticket. and write a messagewhen you are done

Best regards
by u.biakoup
12 Feb 2024, 18:43
Forum: Hardware
Topic: Analog as Digital Help
Replies: 7
Views: 2468

Re: Analog as Digital Help

I wanted to follow up on this thread with an update: I realized that piTest -d showed "module is not present data is not available" I was hoping this might be the solution to my problem so I followed some previous forum inquiries, deleted the mio slot from pictory, put it back and reset t...
by u.biakoup
12 Feb 2024, 18:32
Forum: Hardware
Topic: Analog as Digital Help
Replies: 7
Views: 2468

Re: Analog as Digital Help

Hello Vickkram, I tried to reproduce your issue with Revpi Connect 4 and revpi MIO. Your configuration appears to be okay, but it seems like you are using the wrong variable. In tested your code 2 with the following code and I was able to get 5V to the analogue output1 by setting the bit for the var...
by u.biakoup
09 Feb 2024, 12:26
Forum: Software
Topic: MAC Address permanent change
Replies: 5
Views: 1181

Re: MAC Address permanent change

Hello EmmanoFabbri, Which RevPi model are you using? Older Pi models generate a MAC address algorithmically based on the serial number. However, members of the Pi 4 family come with MAC addresses pre-programmed into the OTP. Since the OTP (One-Time Programmable) memory cannot be modified (unless by ...
by u.biakoup
07 Feb 2024, 12:28
Forum: Software
Topic: Image
Replies: 1
Views: 2512

Re: Image

Hallo, es ist nicht möglich, ein Image von einem Revolution-Pi Core (Core S) auf eine Revolution Pi Connect (Connect 4) zu übertragen, und umgekehrt. Die Hardware der Revolution Pi Core und Revolution Pi Connect 4 unterscheidet sich in einigen wichtigen Aspekten, insbesondere in Bezug auf die Anschl...
by u.biakoup
07 Feb 2024, 12:18
Forum: Hardware
Topic: Measuring Current Loop - Module is Present but not configured.
Replies: 6
Views: 1723

Re: Measuring Current Loop - Module is Present but not configured.

Hello, Your configuration doesn't seem to be correct. Without a correct configuration, you won't be able to read the AIO variables. The statement "The module is present but not configured" refers to hardware recognition of the AIO in your installation, but the configuration at software lev...