Search found 7 matches

by DRi
06 Dec 2021, 11:40
Forum: Software
Topic: Updating pictory from 1.4.2 to 1.4.7 mess up
Replies: 8
Views: 8889

Re: Updating pictory from 1.4.2 to 1.4.7 mess up

Hello dirk,
Thanks for posting the config.
I tried again with a fresh install of my revpi connect and the buster image.
Loaded your config, made some minor changes to match what's currently on the test bench and I still can't make it work after line 32.
Even though in the rsc file everything seems ...
by DRi
07 Sep 2021, 13:42
Forum: Software
Topic: Updating pictory from 1.4.2 to 1.4.7 mess up
Replies: 8
Views: 8889

Re: Updating pictory from 1.4.2 to 1.4.7 mess up

I can't make it work (not even on buster + pictory 2.0.3) do you have a corrected version of the .rap file ?
by DRi
09 Aug 2021, 16:04
Forum: Software
Topic: Updating pictory from 1.4.2 to 1.4.7 mess up
Replies: 8
Views: 8889

Re: Updating pictory from 1.4.2 to 1.4.7 mess up

Hello,
@dirk the solution you provided didn't make it this time.
So I tested again today with a fresh new revpi (on buster this time) first start.
I went to pictory (2.0.3) added a modbus master virtual 150 device.
Configured 32 lines in extended data for this device (mostly placeholders) everything ...
by DRi
05 Aug 2021, 14:35
Forum: Software
Topic: Updating pictory from 1.4.2 to 1.4.7 mess up
Replies: 8
Views: 8889

Updating pictory from 1.4.2 to 1.4.7 mess up

Hello,
I updated pictory from 1.4.2 to 1.4.7 and it looks like several things don't work as expected. (strecth image of course)
First of all we lost a part of the modbus configuration :
Capture d’écran du 2021-08-05 12-00-15.png
corresponding to ,"mem":
{"0": ["device_path","/dev/ttyRS485","256 ...
by DRi
09 Oct 2019, 10:00
Forum: Hardware
Topic: revpi connect , use watchdog with python3
Replies: 3
Views: 5266

Re: revpi connect , use watchdog with python3

what was I doing wrong ?
1 - not switching wd.value from true to false and then false to true ... the chip is looking for value changes not a "true" value
2 - So i didn't read the value each to time
3 - didn't write the right value

The fact is that I didn't find any clear example about how to do ...
by DRi
02 Oct 2019, 11:44
Forum: Hardware
Topic: revpi connect , use watchdog with python3
Replies: 3
Views: 5266

Re: revpi connect , use watchdog with python3

Hi,
I read the tutorial and the watchdog is doing his job fine.
I want to restart the countdown (of the watchdog) on my own with python3, but I didn't find any information about how to do that.
Thanks,
DRi
by DRi
26 Sep 2019, 17:20
Forum: Hardware
Topic: revpi connect , use watchdog with python3
Replies: 3
Views: 5266

revpi connect , use watchdog with python3

Hi guys,
I have some trouble using the watchdog with python3.

I unpluged the wire betwen 6 & 7 (put a switch for convinience ).
The watchdog restarts the device, so that's fine at this point.

But when I want to control it in python that's a mess.
For instance, I want to get temperature and ...