08-27-2015 04:52 PM
I'm launching a website webshaker.ucsd.edu and I'm having trouble with LabVIEW's DAQ assistant.
Thanks for the help
08-27-2015 06:52 PM
1. You should NOT use the Run Continuous function. That is a debug tool, not a way to properly run your code. If you should be constantly sending and reading data, then your code should be inside of a loop.
2. You really should not be using the DAQ Assistant here. You are trying to sychronize clocks which is an advanced thing that you should be doing with the real DAQmx API.
08-27-2015 08:40 PM
I'm not too familiar with the NI-DAXmx functions. what's the best way to rewrite this with the DAQ function nodes?
08-27-2015
09:51 PM
- last edited on
12-19-2024
04:00 PM
by
Content Cleaner