LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

what are the green up down arrows on the border of the while loops in dmy_srvr.vi?

If I left click one of these arrows, they appear to be paired as both are highlighted. There's one up and one down on the while loop.
If I right click either, I'm presented w/ a menu w/ these options:
add element
remove all
create -> constant, control or indicator
What the heck are these little green up down arrows???(by the way they have no stem, really they're just triangles)

Jim
0 Kudos
Message 1 of 3
(3,660 Views)
Jim,

These are shift registers. Basically, they store data from one iteration of the loop so it can be used in the next iteration of the loop. You can read more about them in the help file.

Bruce
Bruce Ammons
Ammons Engineering
0 Kudos
Message 2 of 3
(3,660 Views)
Ahhhhh thank you so much!
0 Kudos
Message 3 of 3
(3,660 Views)