How to view live IO values from PiCtory

Topics about the Software of Revolution Pi
Post Reply
bmckean
Posts: 3
Joined: 13 Sep 2022, 18:10
Answers: 0

How to view live IO values from PiCtory

Post by bmckean »

Hello,
I'm trying to troubleshoot a newly installed RevPi Connect+ system. The IO values are being read via Python with the "naruxde/revpimodio2" GitHub project and inserted into a local InfluxDB instance. The digital inputs stored in InfluxDB do not match what is expected in the field. I believe I found the problem but would like to verify the IO values before they are read by my python script and sent to Influx.

Is there a way to view live IO values from within the PiCtory web interface (specifically digital inputs)? I've poked around a bit and only found the "Value" fields in the "Value Editor" but they are always 0 and disabled/greyed-out.

Maybe I'm missing something but thank you in advance for any help.
User avatar
nicolaiB
KUNBUS
Posts: 869
Joined: 21 Jun 2018, 10:33
Answers: 7
Location: Berlin
Contact:

Re: How to view live IO values from PiCtory

Post by nicolaiB »

Hi

No, it is not possible to view the live values in pictory. You could use piTest or the PLC watch modus of https://revpimodio.org/revpipyplc/ instead.

-Nicolai
bmckean
Posts: 3
Joined: 13 Sep 2022, 18:10
Answers: 0

Re: How to view live IO values from PiCtory

Post by bmckean »

Sounds good, I'll try out the piTest tool. Thanks!
Post Reply