ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
ni.com is currently experiencing issues.
Support teams are actively working on the resolution.
09-10-2011 02:37 AM
Hello,
My problem continuous as, the value coming from Amplitude and Levels Vi is 1D array and then comparison greater VI is also output as 1D array of true or false which can not input to Select Vi. How can I convert T/False 1D array to normal Boolean.
09-10-2011 03:20 AM
I have a Boolean 1D array which is comming from Comparison option VI's. I need to wire these output to case select terminal which takes the decision according to the Boolean input. As far as, I can not able to connect these 1D array to case selector terminal which is expecting True or False. Is there any way to convert these 1D array to Boolean value based current value in the array.
09-10-2011 05:07 AM
Thank you all, I fixed my problem by using Typecast option. I wouldn't check the total program but I should do it later.
09-10-2011 11:28 AM
array to numer wired to type cast with enum as the type input of the type cast.
This will result in a text name for each boolean patern.
ben
09-11-2011 03:50 AM
Hello,
I am spending my free time with labview to learn more. I would like to add some warning alarm sounds to my project at the end of program. Is it possible with labview in easy way. I searched the forum for assistance but did not found any. Looking for help.
09-11-2011 08:50 AM
@shjukheter wrote:
Hello,
I am spending my free time with labview to learn more. I would like to add some warning alarm sounds to my project at the end of program. Is it possible with labview in easy way. I searched the forum for assistance but did not found any. Looking for help.
You should start a new thread when you have a new question, but this has been covered a few times recently. LabVIEW can play a *.wav file for you using the Play Sound File.vi found in the Programming >> Graphic and Sound pallette.
Search the net for a free WAV file containing the sound you like.
LabVIEW also has the simple BEEP.vi