11-15-2025 04:55 PM
I am currently in LabVIEW attempting to build a dynamic array that shows a random element based on a multiplier times 10, and the Date string w/ the Time string.
I am using a while loop to constantly update the values with shift registers to keep track of the iterations. Also, a boolean toggle for my switch. But, I am very lost. I plan on finishing and then connecting this to excel. Any pointers, or discords where i could get some help.
11-15-2025 06:21 PM - edited 11-15-2025 06:26 PM
If you place your indicator inside the loop, it will update with every iteration. If it is after the loop, it will only update once the loop has completed. Dataflow principle!
@thejohnwithdoe wrote:
Also, a boolean toggle for my switch. But, I am very lost..
A switch is a poor choice for a loop condition. Use a latch action button.
@thejohnwithdoe wrote:
I plan on finishing and then connecting this to excel.
Define "connecting".
11-17-2025 07:52 AM
You need to learn some basics about LabVIEW. Here are some questions and suggestions:
This should help you to Learn LabVIEW.
Bob Schor