Search found 868 matches

by nicolaiB
27 Mar 2024, 15:46
Forum: CODESYS
Topic: Funny behaviour of inputs
Replies: 3
Views: 111

Re: Funny behaviour of inputs

Hi,

the 64 Bit library is about to be released in April. At the moment it is not officially supported, because there is no release yet.

Nicolai
by nicolaiB
26 Mar 2024, 14:23
Forum: Software
Topic: Picotry insecure connection
Replies: 4
Views: 127

Re: Picotry insecure connection

You are probably missing the correct webserver configuration: eg. /etc/apache2/sites-enabled/revpi-ssl-site.conf <IfModule mod_ssl.c> Listen 41443 <VirtualHost _default_:41443> ServerAdmin webmaster@localhost DocumentRoot /var/www/revpi ErrorLog ${APACHE_LOG_DIR}/revpi/error.log CustomLog ${APACHE_L...
by nicolaiB
25 Mar 2024, 20:20
Forum: Software
Topic: GTK 3.0 auf RasPi
Replies: 4
Views: 126

Re: GTK 3.0 auf RasPi

[...] Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster Du verwendest Buster. Ich habe gerade eben mal nachgeschaut und das Paket libgtk-3-dev sollte auch schon in Buster verfügbar sein (https://packages.debian.org/search?keywords=libgtk-3-dev). Prüfe...
by nicolaiB
25 Mar 2024, 20:18
Forum: Software
Topic: RevPi Connect 4 Pictory not showing
Replies: 2
Views: 85

Re: RevPi Connect 4 Pictory not showing

Hi,

RevPi Connect 4 support was added with Bullseye, thus won't work with Buster.

Nicolai
by nicolaiB
25 Mar 2024, 12:06
Forum: Software
Topic: GTK 3.0 auf RasPi
Replies: 4
Views: 126

Re: GTK 3.0 auf RasPi

Hallo Frank,

was hat denn nicht funktioniert? Auf einem aktuellen Bullseye Image kann ich das Paket installieren. Welche Version verwendest du ?

Gruß Nicolai
by nicolaiB
13 Mar 2024, 16:41
Forum: Hardware
Topic: RevPi Connect missing modules after image update
Replies: 9
Views: 748

Re: RevPi Connect missing modules after image update

Hi, look like an compatibility problem with an older firmware version on the DI. Do you remember which version was present before you did the update on the working DI module? I'd like to try to reproduce the issue at our lab. Regarding the other DI module: Do you have another RevPi / can install an ...
by nicolaiB
12 Mar 2024, 23:05
Forum: Hardware
Topic: RevPi Connect missing modules after image update
Replies: 9
Views: 748

Re: RevPi Connect missing modules after image update

Thanks. From the kernel log I can see that there is a communication problem (crc error). Which firmware and hardware revison do the modules have (numbers left of the IO connector or scan the dcm with for example your mobile)?
by nicolaiB
12 Mar 2024, 22:23
Forum: Hardware
Topic: RevPi Connect missing modules after image update
Replies: 9
Views: 748

Re: RevPi Connect missing modules after image update

Hi,

Could you please provide more details?

Image version
Running kernel version
Kernel log / dmesg

With this we can hopefully find together a first clue.

Nicolai
by nicolaiB
12 Mar 2024, 19:15
Forum: Software
Topic: piSerial "WARNING: Wrong CRC received"
Replies: 3
Views: 263

Re: piSerial "WARNING: Wrong CRC received"

Could you please attach the complete log file?

Nicolai
by nicolaiB
12 Mar 2024, 19:13
Forum: Hardware
Topic: CAN driver broken on revpi
Replies: 1
Views: 137

Re: CAN driver broken on revpi

Hi

Has the Con CAN overlay been enabled? There should be a line in /boot/config.txt of `dtoverlay=revpi-con-can` or check with `revpi-config status revpi-con-can`.

Enable overlay: revpi-config enable revpi-con-can
Disable overlay: revpi-config disable revpi-con-can

Nicolai