02-17-2014 06:52 PM
I am currently trying to collect data from sensors that will connect to my myrio for my robot project.
I have been able to code most of my sensor's but I am still having diffcultly with the save function of Labview. I am trying to collect the output(Y) as a text file to my computer, when the rio is connected to my computer. How do I do this? Below is my code as shown.
02-17-2014 06:54 PM
I apolgize for not posting code in the last message.
02-17-2014 06:57 PM
I apolgize I am still getting use to the community page someone has pointed out to me.
02-18-2014 10:27 AM
Hey billjake,
Remember, the code your write is running on myRIO. Therefore any file you save is saved to the myRIO internal storage, not your PC.
You have several options for saving data collected with myRIO.
Check out the LabVIEW Example finder (Help>>Find Examples) for a ton of examples on the various ways you can save files.
Let us know if you have more questions about this.
Thanks!
-Sam K
Join / Follow the LabVIEW Hacker Group on google+
02-21-2014 12:37 AM
Ok one more saving option. it's write to spreadsheet,
i'm getting error 43. Any idea?
02-21-2014 08:53 AM
Hey billjake,
The path input to the Write To Spreadsheet file is not wired. If this was running on the desktop it would prompt you for a path when you run it, but since it is running on the myRIO target it cannot prompt for the path. Make sure you provide a valid path and run your VI again.
Thanks!
-Sam K
Join / Follow the LabVIEW Hacker Group on google+
02-27-2014 12:47 AM
cool got it, but my only issue is it's recording the intial measurement and does not continue reading values
02-27-2014 12:48 AM
the following is suppose to read continuous measurement of an acclerometer but as said only reads the intial value then stops.
how do i get it to coniuously record?