LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is wrong with this (timed loop error)?

I can't figure out why the timed loop is not starting and I receive an error -805 message. Any idea?

 

Thanks,

 

Ben64

 

WhatIsWrong.png

 

ErrorMessage.png

0 Kudos
Message 1 of 2
(2,487 Views)

Hi Ben64,

 

There's no obvious problem.

I tried the same and it works perfect.

 

So there must be a problem under the cover.

 

I have 2 suggestions.

1) There is a problem with your wiring -> the Error wire is not connected to the loops error out -> close timing source is executed before the loop is executed (Are you sure the loop doesn't even start ?)

2) Labview often uses Names to identify items (queues, images, semaphores,..... timing sources(?) )

I tried to open and close another timing source with the same name.

 

timed_loop.PNG

 

Et voila : I'm able to get exactly the error code you mentioned.

 

Is it possible you use the same name for a second timing source and this one is closed prior to executing the timed loop you've got problems with ?

 

Best regards,

 

Balze

0 Kudos
Message 2 of 2
(2,451 Views)