LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

some explanation plz

Hi
 
why if I run the LV without subVI, it works differently than if I run the LV by putting some function as SubVI.
To understand what I mean please see attachment.
you will see, in the first LV the result are saved one after another and in the second one the result are saved 5 in one time.
is there any way to let it work like the first LV  with SubVI
Thanks
 Toni
Download All
0 Kudos
Message 1 of 4
(2,609 Views)
Please reattach the second VI because there was a problem during your first attempt (only 1K, not a valid VI).
0 Kudos
Message 2 of 4
(2,599 Views)
 
This is the second LV + SubVIs
Download All
0 Kudos
Message 3 of 4
(2,597 Views)
Hi dctoni,

for me both result in the same table... (More or less, it's quite messy to handle the buffering of the "express build table" vi.)

I changed your first vi to show a different way of building arrays without using any express vis (especially the "express delay" is horrible -you can't see the delay before double-clicking...).

You should also avoid sequence structures, especially the stacked ones. You don't need them for your smple examples!
Think styleguide: wires from left to right...
Don't rename vis before attaching here...



Message Edited by GerdW on 03-19-2008 01:36 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,580 Views)