Search found 47 matches

by in06khattab
18 Apr 2024, 17:24
Forum: Hardware
Topic: piControl: AIO addr 31: communication failed (req:20,ret:-5)
Replies: 24
Views: 44893

Re: piControl: AIO addr 31: communication failed (req:20,ret:-5)

After a few hours, the problem has gotten worse, I get the following errors in the log.
The red power light is on.
The data still appears to be correct when reading the inputs.

Apr 18 16:14:35 Pi1 kernel: piControl: too many communication errors -> set inputs to default 0 255 0 0 0 0 0 0
Apr 18 ...
by in06khattab
18 Apr 2024, 17:12
Forum: Hardware
Topic: piControl: AIO addr 31: communication failed (req:20,ret:-5)
Replies: 24
Views: 44893

piControl: AIO addr 31: communication failed (req:20,ret:-5)

Hi,

I noticed the following errors in dmesg on a Revpi Connect 4.
Sometimes the red power light turns on the front of the device.
I noticed someone else has the same error: https://revolutionpi.com/forum/viewtopic.php?p=15160

[ 354.692296] piControl: AIO addr 30: communication failed (req:20 ...
by in06khattab
26 Mar 2024, 14:30
Forum: Software
Topic: Picotry insecure connection
Replies: 4
Views: 10517

Re: Picotry insecure connection

Now I see this, but it all seems ok
by in06khattab
26 Mar 2024, 14:28
Forum: Software
Topic: Picotry insecure connection
Replies: 4
Views: 10517

Re: Picotry insecure connection

cat /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_LOG_DIR}/revpi/access.log combined

# Include all ...
by in06khattab
26 Mar 2024, 14:26
Forum: Software
Topic: Picotry insecure connection
Replies: 4
Views: 10517

Re: Picotry insecure connection

I have progressed by following the instructions here https://kunbus-gmbh.atlassian.net/wiki/spaces/KS/pages/1058439239/Revolution+Pi+Questions+And+Answers?parentProduct=JSM-Portal&parentProductContentContainerId=10001&initialAllowedFeatures=disable-login-flow.disable-share&locale=en-US#How-to-easily ...
by in06khattab
26 Mar 2024, 13:37
Forum: Software
Topic: Picotry insecure connection
Replies: 4
Views: 10517

Picotry insecure connection

When I access pictory, it redirects me to http://192.168.255.1:41080/insecure_connection.html
Screenshot_8.jpg

It then redirects to this webpage which cannot be reached
https://192.168.255.1:41443/
Screenshot_7.jpg

I noticed the port changed from 41080 to 41443

I have recently upgraded from ...
by in06khattab
26 Mar 2024, 11:30
Forum: Software
Topic: RevPi Connect 4 Pictory not showing
Replies: 2
Views: 6072

Re: RevPi Connect 4 Pictory not showing

Thank you. Will give it a go
by in06khattab
25 Mar 2024, 18:57
Forum: Software
Topic: RevPi Connect 4 Pictory not showing
Replies: 2
Views: 6072

RevPi Connect 4 Pictory not showing

Hi,

I have upgraded from a RevPi Connect to a RevPi connect 4. The image has been upgraded from Stretch to Buster. I know it is not recommended, but I can't reflash as I did not write the original software, so do not know all of the dependancies.

In pictory, I do not have an option for Connect 4 ...
by in06khattab
01 Feb 2024, 00:25
Forum: Software
Topic: AIO missing decimal point
Replies: 2
Views: 2602

Re: AIO missing decimal point

Thanks
by in06khattab
31 Jan 2024, 17:30
Forum: Software
Topic: AIO missing decimal point
Replies: 2
Views: 2602

AIO missing decimal point

Hi,

The data I receive from a 0-10V Analog Input is in millivolts. I then want to divide that number by 200 in Pictory, but I loose the decimal point.

pi@RevPi17663:~ $ piTest -r MF2_TEMP (this is with no divisor)
2 Byte-Value of MF2_TEMP: 6443 dez (=192b hex)

This is after a divisor of 200
2 ...