LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

open 2 constant files on the same graph....

Hi Guys,
 
I have a litle problem, since i didnt get show the 2 files on the same graph, only show the lastest file loaded.
Any help?
I attached the files.
Regars, Fonsi.
0 Kudos
Message 1 of 6
(2,880 Views)
the capture
0 Kudos
Message 2 of 6
(2,875 Views)
Any help?
0 Kudos
Message 3 of 6
(2,860 Views)
It may be something with the way you initialize the shift register. I built a similar loop with a random number generator rather than file input. To initialize the shift register I created a constant and it is different from the one on your image.

See if this is what you want.

Lynn
Message 4 of 6
(2,851 Views)
You've done a few things wrong. Instead of reading the files with each iteration of the loop, read them once outside. You should just wire the array of paths to the for loop with autoindexing turned on. Then you eliminate the array size and wiring that to the iteration terminal. You don't have autoindexing turned on ofr the output of the for loop so all you get out is the result from the last read.
Message 5 of 6
(2,834 Views)

Thanks to both...

Just i needed like dennis adjusted!!.

Thank for the explication. I try to improve... 😉

 

0 Kudos
Message 6 of 6
(2,814 Views)