LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i build my own varient data type?

I load dll from roper scientific ccd camera which need varient data type.The following is the example
region.s1=0;region.s2=511;region.p1=0;region.p2=511;region.sbin=1;region.pbin=1;
Please reply as soon as possible

Regards
0 Kudos
Message 1 of 2
(2,667 Views)
Mark,
With LabVIEW, you can convert your data to a variant. These functions are located in Functions»Advanced»Data Manipulation»Variant. This will convert LabVIEW's data types to Visual Basic's Variant type.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 2 of 2
(2,667 Views)