For the first part of your system, synchronizing your data acquisition with motion position should be fairly easy to accomplish. Check out the following resources that may assist you in this task:
Developer Zone Example: Motion Synchronization with DAQ via RTSI (encoder - external scan clock)Developer Zone Tutorial: Integration with Motion Using RTSIAs for the second portion of your system, it sounds like you want to transform a 2D array of analog data into an image and display that image in a picture control. This
is possible, but you may need to format your analog data into a form that the picture VIs can accept. (Such as a 2D array of unsigned eight-bit integers for the Draw 8-bit Pixmap.vi). See the following example, which uses Draw 8-bit Pixmap.vi to display an image in a LabVIEW picture control:
Developer Zone Example: High-level Snap in Picture Control (LV). However, in your case, you would replace the image acquisition part of this VI with your analog input acquisition and then convert the voltage data into an appropriate format for the picture VI.
I hope this helps!
Best regards,
Dawna P.
Applications Engineer
National Instruments