LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

scanning line by line (intensity chart)

Dear Sir or Madam,

I am doing an application where I am using an intensity chart to display
data. Now I need first obtain all data (from two for loops) and then I
can displayed all of them on the intensity chart, I don't want this.

I would like to see the progress of the image line by line. Then I would
appreciate any comment, suggestion or address to an example.

Thanks in advance for your help.


sincerely,

Luis Diaz-Ballote
0 Kudos
Message 1 of 2
(2,235 Views)
Use shift registers to hold the data inside the loops and manually add the
new data using "build array" rather than using the auto-indexing feature. If
your outer loop is doing the lines and your inner loop moves along that
line, then wiring your data to the intensity chart in the outer loop will
give you a line by line update.

Luis Diaz wrote in message
news:39E1CD25.2FE289FD@hotmail.com...

> I would like to see the progress of the image line by line. Then I would
> appreciate any comment, suggestion or address to an example.
0 Kudos
Message 2 of 2
(2,234 Views)