You'll have to give the processor some time. In the parallel loop, put a
'Wait (ms)' from the Time & Diaglog pallete. Wire e.g. 10 to it, and the
computer has some time to do other processes (like the other loop, and
updating the user interface).
When you have something like this, you can open the task manager (win nt,
win 2000). If it it this problem, the processor uses 100% processor time.
Regards,
Wiebe.
"Rosa"
wrote in message
news:5072320e.0205072141.5fbda583@posting.google.com...
> I made eight radio buttons exclusive by each other. But It made the
> original program slow down. I insert them parallel to the original
> program, ie, they are excuted at the same time, I think. But I found
> that the speed before I insert it is fa
ster than after. I think If I
> use the exclusive radio buttons made by ni , the program will execute
> faster. but there aren't eight radio buttons I can choose. How can I
> do ? Or How can I make some changes to the slide that I will get the
> result like NI does?