LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pda says"connecting to labview",why?

Hi! I've built and downloaded my exe to the pocket pc 2002, but when I open it the pda says "connecting to labview": if you want the exe to start you have to wait for about 1 minute or press the button "cancel". Why this behavior? can it be avoided?
thanks!!!
M.
0 Kudos
Message 1 of 3
(2,530 Views)
Is this code you wrote? Is it an NI example?
It sounds like the PDA is trying to connect to the PC, and after a minute the Open Connection part times out and the rest of the application continues.
If this doesn't help you, I suggest you give us some more details about the program, and\or post the relevant piece of code.

___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(2,525 Views)
I found by myself the solution, thanks to who answered me anyway!
The problem was I checked "Generate debug info" in the settings dialog box of configuring the call library node inside the VI...so the PDA tried to connect the host waiting for the debugging!
now that's ok!
thanks again
0 Kudos
Message 3 of 3
(2,520 Views)