LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem converting a 2D array into a map

Hi

Im doing some tries to convert a 2D array into a grayscale map in real time, but i dont understand why the direction creating the array is like i want but not the same in the map. I would like to know how can i do for do that the direction be the same in both, i mean in the array the diraction is first from right to left and then from down to up but in the map the direccion is first  from down to up and then from right to left.

Thanks

Download All
0 Kudos
Message 1 of 2
(1,012 Views)

Are you talking about the fact that column 0, row 0 is the top left corner of an array indicator, while the origin (0,0) is the bottom left corner of a graph?

 

That is standard for arrays and graphs.  If you want your array to appear the same on the front panel as it does on a graph, then you'll need to manipulate the array before you send it to the array indicator.

 

 

Message 2 of 2
(965 Views)