LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Timed Loop error -808

Hi, I have a couple timed loops I run in my app. When I execute one of the timed loops from the statemachine it works and times out and returns normally everytime time I call it, but when I call another timed loop from another cased state the timed loop returns -808 error. If I restart the app again and call the previously failed timed loop first it works fine, then the other one throws the -808 error. Why does this happen? Both are wired with a 1000ms timeout. Is this a bug?

 

Thanks in advance...

0 Kudos
Message 1 of 9
(4,055 Views)

This happens when you have the same name for both the timed loops. Just double click and change the name then it will be alright.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 9
(4,048 Views)

Thanks so much 😃

0 Kudos
Message 3 of 9
(4,040 Views)

Ok, this did not work by just changing the label name. I have one Timed Loop called StatusDataMessageHandler and another called HeatDataMessageHandler. If I call the StatusDataMessageHandler and it times out then call the HeatDataMessageHandler. The HeatDataMessageHandler reports the -808. If call them in reverse order it's the StatusDataMessageHandler that reports this. It's seem like a naming issue like you said. Were you referring to the just changing the label name, if so, that didn't work 😃

 

Thanks.

0 Kudos
Message 4 of 9
(4,034 Views)

It's not the label.  If you double-click on the "ear" of the loop, you will get a dialog box.  In that window is a "Structure Name".  That's what needs changed.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 5 of 9
(4,028 Views)

Are you referring to the configure Timed Loop dialog box when clicking on the left side in the timing controls. That dialog has the Source Name entry that defaults to 1kHz in it, is this the structure name you were referring to that changes per different Timed loops? I assume yes, since there is no other dialog box that shows up when clicking anywhere else that says structure name specifically.

 

Sorry for the all the questions, I'm sure there are others who get bit by this problem since it so easy just to cut and paste things around without changing the name.

 

Thanks.

 

0 Kudos
Message 6 of 9
(4,020 Views)

No, there's a Structure Name to the right.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 7 of 9
(4,015 Views)

In the attached image you can see the Structure name (L53950988) that has to be unique for each timed loop.

 

Timed loop.PNG

-----

The best solution is the one you find it by yourself
0 Kudos
Message 8 of 9
(4,013 Views)

Thank you.....

0 Kudos
Message 9 of 9
(4,012 Views)