12-13-2024 03:38 AM - edited 12-13-2024 03:39 AM
Can sb convert this to labview 2010 please
file was made in labview2018, if I'm not mistaken
Solved! Go to Solution.
12-13-2024 07:04 AM
Here you go.
12-14-2024 11:07 AM
Thank you very much! Have you checked if the program works? Does it produce sound? I have no sound
12-14-2024 11:49 AM - edited 12-14-2024 12:54 PM
@sheshukoww wrote:
Thank you very much! Have you checked if the program works? Does it produce sound? I have no sound
If you have a programming question, you should ask in the LabVIEW forum, because that's off-topic for version conversion.
Are your running LabVIEW 2010 32bit or 64 bit? I think some of the sound Vis had problems under 64bit on older LabVIEW version.
The program works, but is somewhat silly. You cannot operate the keyboard with the mouse. To generate a sound you need to press one of the lowercase letter keys. All other operations will stall at the event structure and the program can lock up forever if it is trapped inside the inner loop and a key is pressed.
Overall, the code is quite dysfunctional and clumsy and could probably be improved using 25% of the current code size.
Why does the sound out need to be configured with every iteration of the outer loop? Once is sufficient! Why are there so many value property nodes? Why is there an inner loop?
12-14-2024 04:08 PM
I thought the sound wasn't working, couldn't understand how it works. Now I'm trying to simplify it. Thank you!