LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simplifying Code

Solved!
Go to solution

This snippet gave you the same colorful graph as mine?

0 Kudos
Message 11 of 20
(1,542 Views)

@gbvbalint wrote:

This snippet gave you the same colorful graph as mine?


Not a chance!  There is nothing in that example to change the waveform generated between each iteration or to slow it down to human speeds.  So, it looks fairly boring while running.

 

If you want something pretty to watch try this mod (backsaved to 2012)

Pretty.png


"Should be" isn't "Is" -Jay
0 Kudos
Message 12 of 20
(1,532 Views)

@JÞB wrote:

@gbvbalint wrote:

This snippet gave you the same colorful graph as mine?


Not a chance!  There is nothing in that example to change the waveform generated between each iteration or to slow it down to human speeds.  So, it looks fairly boring while running.


Yeah, I ended up using the Tone Generation with Noise VI.  It looks prettier then.  But if you want white to always be your newest, then you need to try this modification I just did.  It uses Rotate 1D Array and Replace Array Subset is set to always replace the first element.  It is a more 1-to-1 of what you have, but I think it uses more memory.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 13 of 20
(1,528 Views)

Im sad about it 😕 Mine is working but how can i scale the number of used shift registers?

0 Kudos
Message 14 of 20
(1,525 Views)

Here is my project, i cant get it work 😕

0 Kudos
Message 15 of 20
(1,522 Views)

If u look at my project I want to ask that dont u know how to change teh color or delete the frame of the clusters?

0 Kudos
Message 16 of 20
(1,517 Views)

I got it work!

Message 17 of 20
(1,511 Views)

@gbvbalint wrote:

I got it work!


Great!

 

Post what you needed to change and a small write-up of what you learned along the way.  (trust me -You will come back to it often)


"Should be" isn't "Is" -Jay
0 Kudos
Message 18 of 20
(1,480 Views)

I used the snippet of crossrulz. The problem was that i took the code in a little individual loop first. Later i realized that, i just have to put it to the main loop, and woila it worked fine! I think your code would solve my problem too, but i didnt try it after the first worked. Thanks for your help!

Message 19 of 20
(1,476 Views)

My tweak to Tim's code just help visualize his method.  Glad to have helped!


"Should be" isn't "Is" -Jay
0 Kudos
Message 20 of 20
(1,474 Views)