02-25-2016 11:22 AM
I am very new to LabVIEW (only having had Core 1). I am trying to read three voltages to a USB-6001. I need to display channel 0 (pressure) to one chart, and channels 1 and 2 (flow) to second chart. The charts need to run from the moment the application starts, and record to a file on [Start] being clicked, as well as quit recording to a file when [Stop] is clicked, while still maintining the live stream of data to the charts. I've tried messing with DAQ Assistant, but it uses dynamic data out, and I'm not sure how to parse only the 3 doubles to be recorded to the file. My problems are:
I'm sure my current version is laughable to experienced users, and I apologize. I greatly appreciate any and all assistance with this.
02-25-2016 11:40 AM
1. You should only have 1 event structure.
2. You should not have loops inside of your loops in this application.
3. Look in the Example Finder (Help->Find Examples) and do a search for DAQmx Analog Input. You should find plenty of examples to figure out what you are trying to do.