LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Neo I/O attempted with Old I/O in progress

Hi All,
 
In one of my application, front panel contains a Path Indicator.  Block diagram contains 4 sequences.
In sequence 0, I've connected a Global Path control variable is connected to this Path Indicator on the UI, so that the global path name shall be displayed on the UI.
 
Now parellel to this sequence, one hardware event check event detection is happaning. As long as this hardware check does not happen, execution flow does not go the next sequence.
 
Now in the next sequence, again I'm assigning the same global control to the UI indicator.
 
But whenever execution goes to this sequence, following error is prompting:
 
" Duplicate Path error: New I/O attemped with Old I/O in Progress"  "Continue/Stop" 
 
-How to avoid this? Any suggestions?
 
 
Thanks in advance,
Krishna.
0 Kudos
Message 1 of 3
(2,822 Views)

Could you post your program to see what you are trying?

I don't yet understand the problem but the event will happen or not happen but execution always will flow from the first to the second sequence frame and further.
LabVIEW has real parallellisme so the event is waiting and the sequence is executing !

greetings from the Netherlands
0 Kudos
Message 2 of 3
(2,817 Views)

HI,

Sorry...I could not post this program because of the extreme complexity of the VI.

When I create executable with the same VI, I'm not facing any of these kinds of problems... Really I couldn't underastand what was the problem..

 

Thanks..

Krishna

 

 

0 Kudos
Message 3 of 3
(2,793 Views)