The sampling frequency does not match the recording interval, Continuous build 3b39742. #1168
Replies: 4 comments 5 replies
-
Thanks for your report. I cannot reproduce this. Note that sampling at a 1sec rate means that every second a request is send to the connected devices asking for data. If that data arrives in time it will be registered. In case a device fails to deliver data at the speed the requests are send the data (table) usually shows irregular intervals. The data is always registered at the time it is received. What is your hardware setup? Is it possible that your hardware cannot process requests and deliver data at a 1sec rate? |
Beta Was this translation helpful? Give feedback.
-
Fuji PUMA Ramp soak |
Beta Was this translation helpful? Give feedback.
-
I have the same issue and I have the sampling rate set to 1sec. I'm using
a UG22C and it shouldn't have an issue with delivering data at 1sec
intervals
[image: image.png]
…On Mon, 15 May 2023 at 22:33, Terracotta-62 ***@***.***> wrote:
Fuji PUMA
Ramp soak
Motorized valve control
Extended input
Extended output
Cascade control without external wiring
Fast control within 100 ms
More functions for the parameter loader
—
Reply to this email directly, view it on GitHub
<#1168 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE4ZFFEZWKYXSGWU2RWBXQ3XGIPA3ANCNFSM6AAAAAAYB6FZPU>
.
You are receiving this because you are subscribed to this thread.Message
ID: <artisan-roaster-scope/artisan/repo-discussions/1168/comments/5904752@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
I am having the same problem in v2.10.0 on Raspberry Pi OS Bookworm. Setting the sample period to 1.00s gives an actual sampling period of 2.000 +/- 0.001 s (the precision is actually pretty impressive). I've tried adjusting the sampling period lower, from 0.25 to 0.75, all of which result in an actual interval of 1.500 +/- 0.001s. I have also confirmed that Artisan is only sending a single READ serial command (set up for TC4) each interval. Settings and an example log file attached: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions