Search found 21 matches

by palmerpi
05 Nov 2021, 12:10
Forum: RevPiModIO
Topic: Fastest way to read Analog signal from AIO and store on Revpi
Replies: 4
Views: 7703

Re: Fastest way to read Analog signal from AIO and store on Revpi

Answered my own question. In PICTORY there is a setting for ADC_DATARATE. Changed to 160 Hz and that did the trick. 1636110598822 18614 1636110598843 18615 1636110598862 18615 1636110598883 13492 1636110598902 18545 1636110598922 18786 1636110598941 18786 1636110598962 15671 1636110598981 18599 1636...
by palmerpi
05 Nov 2021, 11:49
Forum: RevPiModIO
Topic: Fastest way to read Analog signal from AIO and store on Revpi
Replies: 4
Views: 7703

Re: Fastest way to read Analog signal from AIO and store on Revpi

Do you know if I can speed the time the actual analog refreshes? I'm not capturing the constantly changing reading on input 1. Im using your script above with one input as an example and while the loop reads at 20ms the reading from the analog doesn't update at this rate. e.g Time Milliamps 16361090...
by palmerpi
03 Nov 2021, 16:12
Forum: RevPiModIO
Topic: Fastest way to read Analog signal from AIO and store on Revpi
Replies: 4
Views: 7703

Re: Fastest way to read Analog signal from AIO and store on Revpi

Brilliant. Thank you, thats just what I needed. I was making my python too complicated. This will work great. Alan quote=nicolaiB post_id=11251 time=1635946702 user_id=724] Hi palmerpi, I would recommend a simple Python application using the revpimodio2 library. For storage you can use a in memory d...
by palmerpi
03 Nov 2021, 11:56
Forum: RevPiModIO
Topic: Fastest way to read Analog signal from AIO and store on Revpi
Replies: 4
Views: 7703

Fastest way to read Analog signal from AIO and store on Revpi

Hello, I have one Analog signal that I need to read and store as fast as possible. I am using Core 3+ and AIO. I also need to store the reading locally on revpi for a short period ideally in database. I have the Analog signal reading ok using Revpi node in node-red but it doesn't appear to be captur...
by palmerpi
11 Oct 2021, 11:52
Forum: Hardware
Topic: MIO and RevPi Data Capture Rate Query
Replies: 4
Views: 3067

Re: MIO and RevPi Data Capture Rate Query

Thank you. It should just be one 4-20 input and 1 digital.
by palmerpi
17 Aug 2021, 17:04
Forum: Hardware
Topic: MIO and RevPi Data Capture Rate Query
Replies: 4
Views: 3067

Re: MIO and RevPi Data Capture Rate Query

Thank you for your reply. Wasn't aware the MIO was voltage only. Might be that a dedicated datalogger is what I would need for this project.

Thank you.
by palmerpi
29 Jul 2021, 11:06
Forum: Hardware
Topic: MIO and RevPi Data Capture Rate Query
Replies: 4
Views: 3067

MIO and RevPi Data Capture Rate Query

I have a project that will require me logging an analog signal (4-20ma) when a valve is open (Digital signal). I was thinking of using Revpi Core with MIO or Revpi Compact for this job. I would like to use Node Red to capture and send to data to DB on the Revpi itself. My main concern is that the Va...
by palmerpi
22 Jun 2021, 12:43
Forum: My Project
Topic: Loads more fun..
Replies: 1
Views: 5377

Loads more fun..

Hi Kunbus staff.

Excellent. New batch today! Will be going to various industrial projects. Pumping station optimisation, food production, quarrying and vehicle metrics to name a few!

Have fun,

Alan,
Global Automation,
Ballygawley.
Northern Ireland.
revpi1.jpg
revpi1.jpg (974.14 KiB) Viewed 5377 times
by palmerpi
03 Dec 2020, 10:16
Forum: RevPi Nodes for Node-RED
Topic: Nodered: Inject node issue - interval settings missing when interval selected
Replies: 6
Views: 8443

Re: Nodered: Inject node issue - interval settings missing when interval selected

Thank you for this, was wondering what had caused this. Suddenly appeared after an update. PI nodes now deleted. Thank you.
by palmerpi
27 Feb 2020, 13:21
Forum: Hardware
Topic: DIO Module. Counter Reset
Replies: 2
Views: 3782

DIO Module. Counter Reset

Hello wondering how to fix an issue with resetting counters? I have 4 counters being read from 2 inputs (Looped from one counter to another). One set of counters is reset every hour with no issue using the .reset() command. The other 2 counters I want to reset a lot less frequently but we still want...