Skip to content

T7-streaming with grapher (stream_t7.py) #35

Answered by WeisLeDocto
magnus-haw asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @magnus-haw,

  1. The Grapher indeed doesn't work directly with "stream" inputs. The normal way to plot data from streams with the Grapher Block is to use the Demux Modifier on the Link to the Grapher. In the stream_t7.py example, a very basic Modifier that works in a similar way is used instead, but it also does the job.
    The issue you get with this example comes from a typo line 32, the 't' should be 't(s)' instead. I will correct it now.

  2. There indeed doesn't seem to be any way of recording both the timestamps and the data with the current implementation. When using "streams" in Crappy, I think that a good regularity of the acquisition board is assumed, so that the time information …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@WeisLeDocto
Comment options

@magnus-haw
Comment options

Answer selected by magnus-haw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants