LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Combiation of 4 goups of numbers and each group containing 2 numbers

Do you have an example using the lower code? I couldn't figure out where the i value came from?

0 Kudos
Message 11 of 15
(625 Views)

i is the iteration that you are interested in. 

 

Simply make the input list = [9,9,9,9,9,9,9,9,9] since you have 9 arrays of length 9.  Each iteration will return the 9 indices for the current iteration, i=0..387420488 (9^9 = 387420489).

0 Kudos
Message 12 of 15
(614 Views)

I figured out how that code works, and managed to make it work inside my Keyence XG-7000 vision controller. I'm looking for a way to summarize the filter combinations that read 2D matrix codes for poor images inside the vision controller. I added some code to count the random True results by cartesian indices.

0 Kudos
Message 13 of 15
(598 Views)

@unclebump wrote:

I figured out how that code works, and managed to make it work inside my Keyence XG-7000 vision controller. I'm looking for a way to summarize the filter combinations that read 2D matrix codes for poor images inside the vision controller. I added some code to count the random True results by cartesian indices.


I know this is from a long time ago, but your comment is the only thing that Google came up with when I searched "XG" and "LabVIEW".

 

unclebump, do you have any VIs that you could share that you used to control your XG-7000? I just inherited a project from another engineer and all of her source code has mysteriously disappeared.

Any help would be appreciated!

 

Thanks,

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 14 of 15
(534 Views)

No, I have never controlled the XG-7000 thru Labview

0 Kudos
Message 15 of 15
(508 Views)