03-24-2011 10:43 AM
I didn't clean up your code. But I've changed it into a state machine with multiple possible temperatures.
So please, don't judge me for bad programming.
Please try the next VI. Use it in stead of your progv4.vi
One MAJOR remark though, when you want to execute a FOR LOOP one time, don't use a for loop, it has no use at all.
03-24-2011 11:35 AM
Thanks, but I can't open the file.. I am using Labview 8.5.1.. Can u maybe take a printscreen so i can see what you did?
03-24-2011 11:38 AM
Sorry, I posted in 2009.
Here is the file in 8.5
03-25-2011 02:55 AM
Thanks a lot! This looks very good buth I still got an error and I don't know what to do with it. I can't find a problem in the program. In attachment you see the error-code.
03-25-2011 02:57 AM
In a case structure, when using string as selector, there ALWAYS has to be a Default case. Go to the "Init" case, right click on the "Init" and select "make this case default".
Sorry, I should have done that for you 😉
03-25-2011 03:34 AM
No problem! I am really happy that you helped me! The program does not 100 procent do what I want buth now I think I can work further!
Thanks a lot!
03-25-2011 03:51 AM
that's the idea ML10, we want to show you the way. YOu'll learn more when you have to do something for yourself as well