LabView Weather Station Exercise problem

  • Thread starter Thread starter Shadow-Shocker
  • Start date Start date
  • Tags Tags
    Exercise Weather
AI Thread Summary
The user is experiencing issues with a Weather Data Log exercise in LabView, where the program prompts them to store data in a file for each run instead of running continuously. They are using a Mac with Parallels Desktop, which may be relevant to the problem. Questions arise about the code implementation and the feasibility of logging data continuously without file size limitations. There is a need for clarification on how to manage data storage effectively in this scenario. Continuous logging without frequent file prompts is the primary goal of the discussion.
Shadow-Shocker
Messages
27
Reaction score
2
I am doing a Weather Data Log exercise, and I am looking for the program to run continuously. However, every time I run it, the program would always direct me to store the data in a file for every run I do. Please look at the following pic. Btw, I am running this on a Mac, using parallel's desktop, I don't know if that information may help.
Screen Shot 2016-03-02 at 12.58.04 PM.png
 
Physics news on Phys.org
Shadow-Shocker said:
I am doing a Weather Data Log exercise, and I am looking for the program to run continuously. However, every time I run it, the program would always direct me to store the data in a file for every run I do. Please look at the following pic. Btw, I am running this on a Mac, using parallel's desktop, I don't know if that information may help.View attachment 96715
Can you post the code?
 
How are you going to log data to a file continuously? How big will the file get?
 
Back
Top