LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read Multiple binary files onto a single color plot

I am working on a piece of code that I will insert into a much larger program.  I want to be able to choose a start file and an end file, and then build an array of the files between the two, then send all of them to a graph to display simultaneously, I am stuck on how to build an array of the files.  Any help would be greatly appreciated

 

 

 

0 Kudos
Message 1 of 4
(2,022 Views)

Creating an array of paths is the same as creating an array of any other datatype. What is your specific problem? Your code is very messy (try hitting the code cleanup button at the top of the block diagram window). Also you are not initializing the shift register where you are accumulating your paths.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 4
(2,015 Views)

My specific problem is that I am trying to create an array of binary files from a start point to an end point and do not how to do so.  Right now the array is not being created properly and I dont know why. 

0 Kudos
Message 3 of 4
(2,013 Views)
What is wrong with it? I already pointed out one problem.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 4
(2,011 Views)