07-23-2008 07:53 AM
No Jeff. The two devices are directly connected to the system to 2 ports. No seperate hubs.
JeffOverton wrote: Are your two devices connected through a USB hub? If one is polling the port on your computer that connects to the hub, the other may not be able to get through, and will error out.
07-23-2008 07:54 AM
07-23-2008 08:11 AM - edited 07-23-2008 08:21 AM
07-23-2008 08:53 AM
07-23-2008 09:12 AM
Thanks JLV and Jeff for the comments,
JoeLabView wrote:
Start by placing a TRUE boolean at Wait until Completion?
Off course yes. I removed it.
JoeLabView wrote:
And there is no need for a sequence structure.
07-23-2008 09:18 AM
07-23-2008 09:21 AM
07-23-2008 09:36 AM
JeffOverton wrote:
As a subvi, its front panel probably isn't being called, but when you keep it open, it has to call its front panel, which would result in a thread switch, which would slow it down a little.
07-23-2008 09:37 AM - edited 07-23-2008 09:38 AM
When your subvi is called as only a subvi, it has no need for its front panel, so the compiler doesn't bother calling it. With the subvi opened up, the front panel is necessarily in memory, and so there are thread switches to the UI thread, which will slightly slow down the execution of your subvi.
Like I said, I don't think that's your problem, but it's the only thing I can see off the bat.
07-23-2008 09:42 AM
Oh i c.
How can i proceed further then?
Thanks for ur patience,
Mathan