Hello,
I was only introduced to LabView today and must create a program that will produce a beep sound at (random) intervals and then repeat the cycle for a behavioral experiment I am conducting.
In other words, I have to create something with the following trial pattern: 3s silence, 1s beep, 2s silence, 1s beep, 5s silence, 1s beep (repeat cycle).
I got as far adding the beep.vi and making the necessary adjustments according to this tutorial: http://www.ehow.com/how_12122458_create-sound-numbers-labview.html
but another issue I came across is the lack of synchronization between the Boolean function and the sound production from the beep (It will continue to beep after pressing "stop"). Additionally, changing the frequency values did not change its tone...and a single beep.v's frequency would not be adjustable for the trial pattern I have mentioned above.
I would greatly appreciate any help (visuals would be much appreciated as well). I am a complete newbie to programming and my ineptitude has been stressing me out all day.
Thank you!!!!