ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to send data to an intensity graph

I have a scanning xy stage controlled by two For loops: For loop 1 contains the x movement and For loop 2 contains the y movement and For loop 1, ie. the stage scans once the range of x, then moves one step in y and scans the range of x etc. A TTL pulse is collected according to its position in x and y. I want to graph the result with an intensity graph for the counts per position but I have data incoherence problems
0 Kudos
Message 1 of 3
(2,694 Views)
What data incoherence problems do you mean? Can you post up a VI demonstrating your problem?




Copyright © 2004-2024 Christopher G. Relf. Some Rights Reserved. This posting is licensed under a Creative Commons Attribution 4.0 License.
0 Kudos
Message 2 of 3
(2,694 Views)
All you have to do is pass a 2d array to the intensity graph. Try running your data to an 2d array of numerical indicator to see if your data is in the proper form.

Jeremy
0 Kudos
Message 3 of 3
(2,694 Views)