02-13-2012 01:34 AM
Hi,
I am new on Labview programming.
I am trying to add trigger control to Labview\example\continous sound input vi but I found that the program will hault or no signal display on graph. Can anyone has any sample program or what's wrong on my vi?
Solved! Go to Solution.
02-14-2012 12:50 PM
Hi, it seems that you are stopping the task before even starting. From the looks on the code, it would be easier to enclose the Sound Input Read.vi and the Raw Data indicator in a case structure and use a Boolean control to determine when to read or not.
02-14-2012 06:06 PM
Could you give me an example how to modify my vi?
02-15-2012 03:18 PM
Try this one...I think this is what you were trying to do. I already test it and it's working.
02-16-2012 01:32 AM
It has a blink on the graph when the switch state from off to on. Is that possible to prevent?
02-16-2012 06:20 PM
Right click on the graph and select "Ignore Time Stamp"
02-17-2012 03:02 AM
It does not work.
02-21-2012 03:36 PM
Try this instead: take the graph outside of the case and do the same changes shown in the picture attach. The blink on the graph is the data updating in the indicator. The suggestion smooths this operation. I hope this helps