06-23-2010 06:57 AM
I just boot with labview 9.0 and I encountered a problem when adding events and conditions in the event structure. Noting that I use Windows Vista.
06-23-2010 07:14 AM
Unless you provide a description of this 'problem', no can help. We are not mind readers.
06-23-2010 08:14 AM
when I try to add an event condition of the pallet event sources a message stating that the program ceases to function appears
06-23-2010 09:05 AM
I am not familiar with your terminology. What exactly are "pallet event sources"?
Can you show a screenshot of the error message?
Have you tried to repair the labview installation?
06-23-2010 09:06 AM
Can you provide the steps you took to generate the problem so others can try to reproduce it? I don't know what "palett event sources" means.
06-23-2010 09:22 AM
there is some screenshot showing the generation of the problem
06-23-2010 09:51 AM
Something is probably corrupt. I would repair/reinstall LabVIEW.
(Then you should get rid of the race conditions in your code. For example you are writing stuff to an "resultat:" in the loop and write an empty string to it in parallel. There is no telling in what order these things will execute, leading to unpredictable results. Also mind your representations. The iterations should be a integer (blue). None of you local variables are needed.)
06-23-2010 09:59 AM
The pitcures you posted don't seem to really, errr.. paint much of a picture, or a story that one can follow. The "labview.jpg" picture shows a block diagram with an event structure inside a for-loop. Why is it there? This is not causing your problem, but I don't understand why it's there. The "labview1.jpg" shows an event structure placed on a block diagram by itself, and "labview2.jpg" shows what is presumably the dialog you get from configuring the event structure from "labview.jpg". Which one generated the error? At what point was the error generated?
Assuming you perform a repair as altenbach suggested, and you still get the error, then please provide the steps you took to get the error.
06-24-2010 01:26 AM
...Or post to the french board if it is too complicated for you to explain your problem in English.
06-24-2010 05:01 AM
I tried to repair labview but the problem still persists