Search found 4 matches

by smn
21 Dec 2022, 13:36
Forum: Software
Topic: Change of input names with Connect S and MIO not working
Replies: 3
Views: 1168

Re: Change of input names with Connect S and MIO not working

Hi Nicolai, thank you for your response! Its PiCtory 2.0.6 and the buster image on the new RevPi Connect, on the old Core one i'm not sure, i have it not connected anymore. And yes, that is what i tried to do, to name the IO's by myself in PiCtory to overwrite the default. And from a PiCtory UI pers...
by smn
20 Dec 2022, 10:26
Forum: Software
Topic: Change of input names with Connect S and MIO not working
Replies: 3
Views: 1168

Change of input names with Connect S and MIO not working

Hi Community, i have a problem with renaming inputs with the Connect S. When i change the names of Inputs or the order of MIO Modules in PiCtory, its not reflected when i read in the inputs via Python (revpimodio2). In Detail: I changed from an old RevPi Core to a Connect S. Old and new setup with f...
by smn
13 May 2022, 16:14
Forum: RevPiModIO
Topic: cycle time of 10 ms exceeded - can not hold cycle time!
Replies: 2
Views: 4587

Re: cycle time of 10 ms exceeded - can not hold cycle time!

Thank you for your response! Yes, you are right, it is indeed the consuming thread. While reading the queue and doing further processing the warning is thrown multiple times (300?). Apart of that it seems to work with 10 ms. With the print(ct.runtime, q.qsize()) i always get around 0.22 (millisecond...
by smn
06 May 2022, 15:39
Forum: RevPiModIO
Topic: cycle time of 10 ms exceeded - can not hold cycle time!
Replies: 2
Views: 4587

cycle time of 10 ms exceeded - can not hold cycle time!

Hello All, i know questions about this warning are asked a lot, and I read a lot about them but have no answer yet to my specific case. I use Revpi Core 3 with 4 MIO Modules to get 30 1-10 V Analog Inputs. I want to achive a frequency of 100 Hz => a cycletime of 10 ms in my thread that reads the inp...