11-10-2015 10:36 AM
I am trying to teach myself LabVIEW and have ended up creating a huge mess to solve a problem. I am trying to create a program that reads in analog voltage and produces a waveform out to a spreadsheet.
My first error is that I have a dialog box that continously pops up asking for me direct the path. Coding this part was very challenging for me so I am not sure where I got it wrong.
I know there are probably several issues here, but if someone could point me into the right direction that would be great!
Solved! Go to Solution.
11-10-2015 10:40 AM
You opened the file, but you never passed the reference to the function where you actually write to a file.
The write function will pop up a dialog if you have nothing wired into it.
11-10-2015 10:50 AM
There are tutorials -- view/study as many as you can (it won't take that much time).
-MyRIO Project Essentials Guide (lots of good simple circuits with links to youtube demonstrations)
Learn NI Training Resource Videos
6 Hour LabVIEW Introduction
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
The best way to learn, is to follow the tutorials, then ask lots of questions.
Bob Schor
11-10-2015 10:54 AM
Thank, I see that now
11-10-2015 10:55 AM
Thanks