LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use buffer with LabVIEW v5.0.

Hi all,
 
I'm using LabVIEW 5.0 (quite old version) . Now I want to do this task :
    1. Write 100 patterns (8 bits) to buffer.
    2. When the task writing finish, read the first 50 patterns in this buffer.
But I don't know, does LabVIEW 5.0 support to do this example ?
Could you give me an example for it ?
 
Regards,
Ha Le
0 Kudos
Message 1 of 2
(2,603 Views)
What kind of buffer are you talking about? It sounds like all you want to do is create a 100 element array. Use a for loop, the initialize array function and then Replace Array Subset inside a loop with a shift register, a build array and shift register inside a while loop, etc. After the array has been built, you use the Index Array function to read it. Maybe you could provide some more details on exactly what you want. 
0 Kudos
Message 2 of 2
(2,592 Views)