07-30-2010 04:19 PM
I was a college student once, a long long time ago on a campus far far away. So I know the many burdens you are facing. However, if you could show practical job experience on your resume instead of just good grades, you will have a better chance at landing a job. Try to do as much as you can. Learn more about Labview on your spare time. We will help you with problems.
08-25-2010 12:55 PM
I have a lot more added but for some reason i still can't get it to work and i really don't know what to do i have attached the program could someone maybe help me with it or direct me in a better path. that would be greatly appreciated
08-25-2010 01:07 PM
What is it doing or not doing? It is kind of hard to help when you don't tell us how it isn't working for you.
One thing I see that is odd is that you have a feedback node on the boolean wire between the "Prompt for User Input" express VI and the Create New Report.
08-25-2010 01:10 PM
What is working or not working. Very odd that you have a feedback node coming from the Prompt user for input. Also if you need the Probe info and stuff like that in the file then you need to wire it up.
08-25-2010 01:10 PM
What, exactly, doesn't work? We are not mind readers, and we don't have your setup, so jsut showing us code and telling us "it doesn't work" is rather useless. Are you getting an error? If so, where? Are you not reading data? Is it not saving?
What is the intention of the code? Are you intending to write a new workbook each time you loop (which is what it's currently doing)? If not, then the New Report VI belongs outside the loop. What is the point of the Feedback Node? The dialog you display only has one button, so the OK output will always be True.
How big is your monitor? Why is the Stop button off in right-field?
08-25-2010 01:19 PM
I end up getting an error report for 2 things.... one that says "error-3 occured at unidentified location" and an error -2147352567 at property node(arg2) then the excell insert chart and everything after that is mentioned. I also got rid of the node cause i don't really know what it was for.
08-25-2010 01:22 PM
also how do i get the prompts into the excel file itself i am really lost on what i am doing
08-25-2010 01:35 PM
@Leprechaun wrote:
I end up getting an error report for 2 things.... one that says "error-3 occured at unidentified location" and an error -2147352567 at property node(arg2) then the excell insert chart and everything after that is mentioned. I also got rid of the node cause i don't really know what it was for.
The error -3 is being displayed by the General Error Handler and is being caused by your DAQ configuration/code. What are you trying to do with the DAQ, and what data are you trying to save? It appears as if you're just saving one value (the mean), at each iteration, and trying to save it into a new worksheet. That doesn't make much sense.
08-25-2010 02:39 PM
the plan is to put in the voltage and then to have this read the pressure and put that into the excel file as well as the voltage number that we put in
08-25-2010 04:30 PM
@Leprechaun wrote:
the plan is to put in the voltage and then to have this read the pressure and put that into the excel file as well as the voltage number that we put in
That makes absolutely no sense.