Hi Ryan,
If I am understanding your previous posts correctly, you have the software developed to return values to LabVIEW. Now you just need a method for plotting these values on some type of graph to make a picture (pixel by pixel). I have attached a VI written in LV 7.1 to this post that will hopefully get you started in your development.
This VI (PictureRandom.vi) has two segments of code. The first segment of code simulates the pixel values (one at a time) and uses two For Loops to automatically generate a 2D array that will then be plotted to a picture control at the very end.
The second segment of code basically does the same thing, but continuously re-plots the 2D-array each time a new value (pixel) is generated. This method will take considerably more time to execute due to the nature of having to re-plot the array each time. I also added a delay so you can see that it actually does re-plot for each pixel.
You can use this code to get you started in your application. You will need to replace the code used to simulate pixels (Random Number generator multiplied by 255) with code to bring in your real world values.
I hope this helps!
Travis H.
National Instruments
Travis H.
LabVIEW R&D
National Instruments