LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

blinking multiple series of led by labview

hello everybody...i am new in the labview world.........i am having a ptoblem with multiple blinking of led......say there are 3 rows each with 4leds......what cn b d possible solution for this? it will b of gr8 gr8 help if someone cn attach the front panel diagram with it....

 

 

thanx in advance 🙂

0 Kudos
Message 1 of 7
(5,064 Views)

Please explain better what your problem is, what can be possible solutions for what ? there is no question in your post 🙂

 

and it would be good to post your code (vi or jpg).

and please avoid things like "cn b d", a non-english native speaker like me don't get it Smiley Indifferent


J.D.
French Labview beginner
N'oubliez pas de complimenter les bonnes réponses - Don't forget Kudos for good answers
0 Kudos
Message 2 of 7
(5,055 Views)

You want something like this ?

 


J.D.
French Labview beginner
N'oubliez pas de complimenter les bonnes réponses - Don't forget Kudos for good answers
0 Kudos
Message 3 of 7
(5,041 Views)

Are you trying to make the LED's flash/ blink?

 

Right click LED icon in wire diagram select "Create Property Note"

Right click property node select "Properties" then "Blinking"

Right click property node select "Change to Write"

 

Wire a Boolean control to the property node, when this is set to logic 1 the LED will flash, feed the property node with logic zero and the flashing will stop, note the flashing can be enabled with the LED in both the on and off states.

 

Repeat the above for each of your LED's

 

And just to second JD's request please don't use SMS text in messages it makes them much more difficult to read, not everyone uses this shorthand version of English 😉 - Mike

0 Kudos
Message 4 of 7
(5,035 Views)

hiii J.D.......thanx for your reply...cant open your attachment as i think you have saved it in labview version9.0.....i am using version 7.1..........aneways, have just solved the problem by using clusters....sending you an attachment....

 

now i want to change the colour of led, say the led at position 1 will blink with red colour nd in position 2 with green colour.....in brief, i want to use different colours for different leds....i just know that it can be done by creating property mode through creating reference of clusters...but dont know the detailed methods....can you help?

0 Kudos
Message 5 of 7
(5,034 Views)

hiii mike...as i have used cluster mode so  there is no separate leds in the wire diagram or the block diagram as we say.....can you please send an attachment demonstrating the following steps which you have said....

0 Kudos
Message 6 of 7
(5,033 Views)

Hi,

 

I thought you wanted something like this :

 

17903i3E153625D35F997C17905i369A090CEF7F017D

 

(on state 0 cluster constant is full of true constant boolean, one state 1 it is full of false constant boolean)

Can you read labview 8.0 file with 7.1 ?

 

To answer your question about led color, just right-click each led, select properties, and choose On and Off colors.

 

 

 

 


J.D.
French Labview beginner
N'oubliez pas de complimenter les bonnes réponses - Don't forget Kudos for good answers
0 Kudos
Message 7 of 7
(5,022 Views)