LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TANK WATER CONTROL WITH KEYS AND SOUNDS

I need help to modify this program so that it fills and empties using keys and that it also makes corresponding sounds when pressing play.

 

I have already tried to do it on my own but I can't find a way to odify it so that it continues to do its job of indicating the level it is at with the booleans.

 

I hope you can help me.

0 Kudos
Message 1 of 6
(507 Views)

Hi gota,

 


0915gota@gmail.com wrote:

I have already tried to do it on my own but I can't find a way …


So what have you tried? Where exactly did you fail?

Why don't you attach your attempt to tackle that homework?

 

(We usually don't solve other peoples homework! We will help once the students show some effort of their own…)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(460 Views)

What I am trying to do is that in the circuit I implement the function of filling and emptying the tank with PC keys and that when it does the function it also makes sounds.

 

It's something similar to this:

https://www.youtube.com/watch?v=Ki7WFK667z4

 

(I didn't find a video about this in English)

0 Kudos
Message 3 of 6
(448 Views)

Hi gota,

 

I know what your homework requirement is…

 

But what exactly did you try by now? Mind to attach your VI with your own trials?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 6
(439 Views)

I attached my progress in the first post, but I'll reattach it again

0 Kudos
Message 5 of 6
(428 Views)

Hi gota,

 


0915gota@gmail.com wrote:

I attached my progress in the first post, but I'll reattach it again


That basically is just the homework template.

  • There are no additional buttons or any attempt to read keypress events from your keyboard. (LabVIEW has functions for "events" and for "keyboard".)
  • There is no attempt to play some sounds. (There are functions dedicated to play sounds.)

So what exactly have YOU tried so far?

I recommend to:

  • do some LabVIEW basics training - as offered at the top of the LabVIEW board
  • play with the example VIs about event handling or keyboard inputs
  • play with the example VIs for playing sounds
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 6
(421 Views)