This widget could not be displayed.
This widget could not be displayed.

LabVIEW

This widget could not be displayed.
cancel
Showing results for 
Search instead for 
Did you mean: 

variant to numeric array

Solved!
Go to solution

hi,

       i will try to converte variant to int array.but will get the following error.

This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
0 Kudos
Message 1 of 2
(4,689 Views)

Have you tried to use the "Database Variant To Data.vi" ? 

 

Have you probed the variant data comming from the database?

 

Are you sure it is a array of numbers?

It could be an array of variants, and each variant is an array of number.

It could also be an array of variant, and each variant is an array of variant that represent a number.

These options it NOT the same as an variant that is a double array of numbers, as you are doing right now.

This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
0 Kudos
Message 2 of 2
(4,666 Views)