Skip to content
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

Data on demand #7

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Data on demand #7

wants to merge 10 commits into from

Conversation

adambrown1
Copy link

Works with new arduino code to send an 'r' when new slow data is wanted from the arduino, so that ModuDAQ has full control over the rate of updating slow data.

Also fixes a bug where the actual rate of updating slow data was 1/3 the rate chosen because the loop setting the timing had to run three times per update (to read, draw and write data).

Fixes isssue #6

… of waveform

Now the sGet NIST Time.vi does not return an error if the only NTP-related error was 56 (timeout, happens occasionally in normal use). Otherwise the error is returned. sTimer.vi passes out any errors from sGet NIST Time.vi and these can be caught where it is used in ModuHost.vi, which is now done in the slow control loop so that unexpected NTP errors can be displayed in the error out tab of ModuHost.vi

Also added a new control to the waveform watching tab so that it is now possible to see not just the first waveform in a cluster

Signed-off-by: Adam Brown <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant