LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

guitar effects processor

Hi i am doing a project of a guitar effects processor and i am using the configure input and output vi's but when i run the program it stops after several seconds and gives me the error 4823 telling me no valid task is running can anybody help me i am totally stuck
0 Kudos
Message 1 of 28
(5,657 Views)

from error code.

 

4823 You cannot perform this operation without an active task. Ensure that a task is active and try again. An input task might stop running if the input buffer overflows. Overflow occurs when the data is not read fast enough.
0 Kudos
Message 2 of 28
(5,651 Views)
0 Kudos
Message 3 of 28
(5,664 Views)
The sound system in Labview 8.x/9.x is poor written. But post your code so we can take a look.


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 4 of 28
(5,648 Views)
Hi here is my code can you tell me what is wrong with it it works on a pc but doesnt output any sound it doesnt work on my laptop
0 Kudos
Message 5 of 28
(5,616 Views)

It looks like the task ID of the sound output write is wired to the sound input task.

 

You might want to run the diagram cleanup. It became pretty obvious once that was done. Also, if you have the event structure, use that instead of polling.

Message 6 of 28
(5,609 Views)
Hi do you mean polling as in the case structures
0 Kudos
Message 7 of 28
(5,583 Views)
Message 8 of 28
(5,571 Views)
Hi aeastet the labview you posted the code you were showing me is version nine my version is 8.5 would you be able to show me an image of the code or show it in an older version tanx sorry for being awkward
0 Kudos
Message 9 of 28
(5,553 Views)
Here is the code
Tim
GHSP
Message 10 of 28
(5,549 Views)