LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error code -808

Solved!
Go to solution

My VI is checking for several conditions, when it's true, a subVI should popup and wait for my input (press one of four buttons), however this SubVI crashes (i.e closes without waiting for my input), so I checked the error out of this SubVI and it says: error code -808, source: <append><b>Timed structure(s):</b> L110126428

 

What does this mean?

0 Kudos
Message 1 of 5
(3,386 Views)

From the LabVIEW Help:

 

−808 The given name is already being used by the following timed structure.

 

So, you're using the same name for another loop somewhere in your code.

Message 2 of 5
(3,377 Views)

Hi,

 

How can I access the loop's name and change it?

 

Thanks 

0 Kudos
Message 3 of 5
(3,373 Views)
Solution
Accepted by topic author Moobe

You can either do it from the loop's GUI configuration:

 

 

 

or you can do it on the block diagram by adding an input to the Input Node.

 

 

 

 

 

Again, this is all in the documentation.

Message Edited by smercurio_fc on 06-17-2010 12:52 PM
Download All
Message 4 of 5
(3,361 Views)
Thanks it worked 😄 !
0 Kudos
Message 5 of 5
(3,356 Views)