-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to expose the scale factor value, dynamic for each channel #46
Comments
I am finding that it is useful to expose the current scale value to multiply the raw channel value with when sending data to cassandra. |
so you just want the results from the A-to-D conversion then? |
Well I'm only sending 24bits of data to Cassandra for each channel to minimize overhead and bandwidth, so I also must send once the value to multiple each 24 bit number by |
yeah, that is what i was talking about a while ago. didn't you suggest having a way to toggle data output. you could add a param when it starts up analog or digital and in the data packet for analog the |
in a nutshell, there is more to it but yeah, we can now do other stuff with the stream packets to indicate to the computer-driver to do something different with it |
oh, you mean to keep the packet compatible for impedance test as well as data streaming? because the scaleFactor is static scalar |
yea, the four immediate cases are, and keep in mind this only really pertains to sending different types of data packets:
|
No description provided.
The text was updated successfully, but these errors were encountered: