LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Starting a Program

I would seriously consider creating a subVI for your processing. Every one of your rowsis being processed the same way. You could simplify your block diagram by using a subVI for your processing tasks and simply pass in the necessary parameters that are different. Also, as a general rule you want to keep your block diagram's size to be equal to or less than one screen size. You want to avoid scrolling your diagram in order to see everything. If it is too big for a single screen it generally means you need to look at the code and find pieces that can be made into subVIs.


Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 11 of 15
(754 Views)
Make a Subvi of all the information to be writen into strings. You really need to condence your program.
CLD Certified 2014
0 Kudos
Message 12 of 15
(742 Views)
Should the Subvi have a while loop inside of it?
CLD Certified 2014
0 Kudos
Message 13 of 15
(724 Views)
I think the program will not run correctly without the while loop inside the subvi.
0 Kudos
Message 14 of 15
(722 Views)
Here is an example on how to find the time at max. I hope this helps.:smileyhappy:
CLD Certified 2014
0 Kudos
Message 15 of 15
(709 Views)