cancelar
Mostrando resultados para 
Pesquisar então 
Você quer dizer: 

Shortcut to pass all wires through Sequence structure

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.

0 Kudos
Mensagem 11 de 16
1.095Exibições

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.

0 Kudos
Mensagem 12 de 16
1.094Exibições

Thank you all, I fixed my problem by using Typecast option. I wouldn't check the total program but I should do it later.

0 Kudos
Mensagem 13 de 16
1.091Exibições

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

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Mensagem 14 de 16
1.083Exibições

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.

0 Kudos
Mensagem 15 de 16
1.069Exibições

@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

Richard






0 Kudos
Mensagem 16 de 16
1.065Exibições