10-21-2006 05:07 PM - edited 10-21-2006 05:07 PM
I could really use some help here. I need to pull temperature data from a fieldpoint unit, viewing the live data in a chart. I seem to be able to do this with the attached code. The part I can't seem to figure out is how to take the data and send it to a spreadsheet for viewing in excel. There are 8 channels that I am viewing at once. The data that is in the history of the chart is all I need to save. I have tried creating a property node of the history, but can't seem to get it to send data to a file. What I would really like to do is have a button on the front panel that the user would push to save the current chart (data) to file.
Can someone please help me with this?
Here is a stripped down version of what I am working with.
Thanks Mike
Message Edited by mic3030 on 10-21-2006 05:07 PM
10-23-2006 02:04 PM
10-24-2006 05:37 AM - edited 10-24-2006 05:37 AM
Message Edited by mic3030 on 10-24-2006 05:39 AM
Message Edited by mic3030 on 10-24-2006 05:39 AM
10-24-2006 07:31 AM - edited 10-24-2006 07:31 AM
Message Edited by mic3030 on 10-24-2006 07:31 AM
10-25-2006 06:05 PM
10-26-2006 09:20 AM - edited 10-26-2006 09:20 AM
Peter,
I don't seem to understand where you are leading me here, other than to read the help documents and work though the tutorials.
Why is it so difficult to get "real" time and date information and save it with your data? I have looked through the forums, I don't appear to be the only one with this sort of questioning. Right or wrong, it's took me 3 or 4 clicks to get measurement data into an array and another 3 to save it to spreadsheet. I would say aquiring measurement data is fairly easy. Dressing it up is a little more work, but not too bad. Then there is "time and date information". I have looked at some of the examples for merging time and date in with your data set. This seems to be a big kludge. Then when you get outside of fieldpoint, it really gets complicated. What am is missing here? I am sure it can't be this difficult.
I have looked through all the help documents and did the 3 and 6 hour tutorials. You can only get so much from tutorials, that is why I am going out to training for some human interface. I was really looking for someone to help walk me though this exercise. Possibly I misunderstood the NI sale rep, but I thought that is what this forum is for. Please let me know if this is wrong so that I don't post questions of this sort in the future.
Thank you
Mike
Message Edited by mic3030 on 10-26-2006 09:23 AM
10-30-2006 06:41 PM
11-06-2006 06:29 AM
Peter,
I played around with concatenating the time and turning it into a string. That seem to do the trick. I also did some reading as you suggested on error control. I understand now what you meant about data flow.
Thanks for the help!
Mike