LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Range

Hi,

I wrote a VI that will take some input and give it to a pattern
generator. Right now, it's set up so that you tell the VI the row and
column where a particular pattern should go (the VI then takes these
values and changes a shift register, but that's not really important
here). My problem is that I can only enter rows and columns 1 at a
time, but when I want a pattern for say Column 1, Rows 5 to 68, I have
to enter them one by one. Does anyone know of a way that I can simply
enter Column 1 and then a range like 5-68, to do this instead?

Thanks.

0 Kudos
Message 1 of 2
(2,318 Views)
try replace array subset, here you can replace part of your table with a new pattern.  you can use two cases, case 1 where you specify just a start index, here you just replace that index and case 2 where there is a range specified (5-30) that you can replace the entire subset.
 
Paul
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 2
(2,307 Views)