06-14-2010 05:13 AM
06-14-2010 05:22 AM
I didn't know this function, nice one.
Thanks !
06-14-2010 12:01 PM
Here is a better way to stop the consumer loop. Use a boolean instead of comparing the string. Be sure to set the terminal to Use Default if Unwired.
06-15-2010 05:00 AM
06-15-2010 05:10 AM
It's just incredible how much your code has changed since last week. I am sure you learnt so much in such a short time. Now you can see the benefits of using 'design patterns' such as state-machine and producer-consumer. You remember in the beginning you didn't want to even try them.Keep up the good work.
Don't give me Kudos for that post please (just an observation, don't deserve it)
06-15-2010 10:31 AM
Done ! My program is totally converted and works as it did before 🙂 without any Local variable ! (oh there is only ONE!, sorry)
You're right Dimitrios, I learnt a lot, but not only since last week : on the 3rd of may I didn't know labview at all, and I was quite proud of my program as it was a week ago. Of course there was a lot of things to change, and I thank you all for your help and your advices.
I still have to add a lot of functionality, but it will be easier with this template.
But I can't be really happy as there is a big problem with my exe file... (http://forums.ni.com/ni/board/message?board.id=170&thread.id=504487)
Anyway, thank you ! I post my code (without sub VI) if you want to see it (or if you want to give me more advices :p)
06-15-2010 11:22 AM
AAAAIIIEEEE!!!! Mes yieux. Mes pauvres, pauvres petits yieux! JDlabview, you must really like the color orange.
06-15-2010 12:09 PM - edited 06-15-2010 12:10 PM
LOL!! I agree. The color is a bit harsh.
The code looks much better than before.
I could not open your link.
What problem are you having?
06-15-2010 12:21 PM
http://forums.ni.com/ni/board/message?board.id=170&thread.id=504487
this one works better 🙂
Sorry for orange, I promise I will change soon but it's fun at work when people come and react like you did:D
06-16-2010 09:11 AM
Hi, i'm still here 😃
Does anyone can explain me why, whenever an error occur (in any state), my program execute "initialize" case until I force it to stop..
And another behavior : the errors stay when I stop the program and re-launch it. How can I avoid this ?
Thanks