10-18-2009 08:40 PM
I have multiple loops running simultaneously and in each of them I have "dialog buttons". In some cases the "dialog buttons" appear over-lapping. Is there anyway that I can control the location where a "dialog button" appears on the monitor?
Thanks,
Chuck M.
Solved! Go to Solution.
10-18-2009 08:55 PM
10-18-2009 09:06 PM
10-18-2009 09:08 PM
10-18-2009 10:47 PM
10-18-2009 10:55 PM
chuck72352 wrote:
Look under "Rotate" in the case statement. I have this VI running in several loops simultaneously.
I only see one loop. Do you have other VIs running simultaneously? Or is this VI called by several higher-level VIs simultaneously?
I also don't understand why you have metronomes inside the case structures. Are you trying to create wait statements? If so, use the Wait function, not the metronome. Why does the "De-Rotate" case have two metronomes?
10-19-2009 01:15 AM
10-19-2009 07:25 AM
Thank you for the help. (Yes I have other loops similar to this one running in parallel)