LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I can use a littl help with this...

yeah, your program helped me a lot, thanx for it, now im almost ready with the button part... altough there is one more problem, when the dispay of button one shows a 1 and the display from number 3 displays a 2, the 1 in display 1 doenst stand there anymore... can you explain me how to correct that, you may also explain it in text if you dont want to send a VI anymore because you think then it would be to easy for me...
 
Regards Jeff & Nico
0 Kudos
Message 11 of 20
(1,292 Views)

Hi,

In the VI, i am writing that value into the respective indicator's property node, if you do not want it so, just go to each event and remove the property node that is writing 0 into other indicators.

this will do

regards

 

0 Kudos
Message 12 of 20
(1,276 Views)
Did that but know there is an other problem, button 2 only displays numer 2 but if it is pressed first it has to display 1 eand display 3 had tot display a 2 if it is pressed second, en then when you pres button (in this order) 3 1 2 then on the displlay of three has to come 1 on the display 1 has to come 2 and on display 2 has to come a 3 and nowere has to be a 0 maybey a little hint for this, cuz' we havent seen sush a things in LabVIEW basic lessons and our teacher told us to search help @ internet so can u plaese help us out...
 
Many Regards Jeff & Nico
0 Kudos
Message 13 of 20
(1,259 Views)

Adding a shift register that keeps the button press count will probably need to be added.  When you press a button, read the value out, display it and increment the counter.  Reset it as appropriate.  I have not included an example as this is the point of your project. 

Good Luck,


Paul
Message 14 of 20
(1,254 Views)
sorry dude but we doesn't understand a thing, i think we have to ask for another project cuz' this par tis only a smaal piece of our project and we already doesn't understand it... it's just to hard to understand with only text if we have only got the 9 basic student lessons (we just ha to read em,and there was no further information about it)
 
Regards Jeff & Nico
0 Kudos
Message 15 of 20
(1,244 Views)
hi, its me again, we didnt get another project but we have been told to search our solution on internet, thats why im asking you this... im looking for a vi that does the following...  there are 3 buttons (true or fals "ok" buttons) and three displays(string indicators) when i press the three buttons in this order 1 3 2, display of button 1 has to display a 1 becuase it is pressed first, display of button 2 has to display a 3 bescause it is pressed last and display of button 3 has to display 2 because it has pressed 2nd, but also other combinations are availeble like 312... Can u please help us out with this bescause others we will have really bad degrees 😞 and when you help us with this, u didn't solve our hole project because it is only a small part of it..
 
A thousand regards Jeff and Nico
0 Kudos
Message 16 of 20
(1,228 Views)
Hi
 
I modified the vi devchander posted to match your needs.
Hope this helps you guys.
 
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 17 of 20
(1,217 Views)

Hey Jeff and Nico,

You say   "Can u please help us out with this bescause others we will have really bad degrees and when you help us with this, u didn't solve our hole project because it is only a small part of it.."

 You use some catch-22 phrase for thanking????  Smiley Mad Smiley Wink Smiley Very Happy

Anyhow, all the best for your project!

Discussion forums will always be there for your rescue!

regards

 

 

0 Kudos
Message 18 of 20
(1,213 Views)
This problem was tickling my brain all yesterday afternoon.  On the drive home I figured an alternate solution.  A little math and a case structure instead of the event structure. 

I leave enforcing the loop to exit before the forth button press as an exercise for the user. Robot Very Happy  Can't give y'all all the answers.
0 Kudos
Message 19 of 20
(1,201 Views)
thanx for all of you guys... you have really helped me out, now my project is almost finished... only a week to go:) Thanx a lot!!!
0 Kudos
Message 20 of 20
(1,190 Views)