06-12-2012 07:42 AM
Hi,
In my attached VI you can see that my numerical values are converting to string of 1byte.I need some instructions one how to make LED ON on zeros and LED OFF on ones.
06-12-2012 08:07 AM
could look into number to boolean array (its in programming ->numeric -> conversion) then using a NOT gate to invert it. Hope it get you going in the right direction
06-12-2012 08:10 AM
A couple of points:
06-12-2012 11:29 PM
Thanks for promt reply.And sorry for posting such a simple question.
Here is the VI.
06-13-2012 07:24 AM
You still made a Greedy Loop.
Was there something else you needed with that VI? It appears to do what you want, based on your original question.
06-13-2012 07:39 AM
Greedy Loop?I removed the while loop.
OK?
06-13-2012 07:44 AM
So you do not need a loop?. A loop without delay is a Greedy loop simply you could have used a delay function.