LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to import VRML- or STL-images in Labview

I need a tool to import VRML- or STL-vector images in labview.
Also I want to use this images in I-Maq Vision.

Can everybody help me?
0 Kudos
Message 1 of 4
(3,202 Views)
Martin,

I suggest using an AxtiveX viewing control. I searched Google.com for some and found many. Download and install a viewer. Then use the ActiveX Container in LabVIEW.
As for using the image in IMAQ, I would play with the ActiveX control first and see how everything is working, then move on to that step.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
0 Kudos
Message 2 of 4
(3,202 Views)
Ok Randy,
that's right. The ActiveX-Container with the viewer works. But I can't
find any methods or properties with image datas. And what kind of
types would get the output.
I need 2D arrays like an bitmap-type.

thx for answering.
0 Kudos
Message 3 of 4
(3,202 Views)
Hi,

Right click the terminal itself, select create>invoke node. There should be
an option 'Get Image'. Convert it into a 2d array using the picture tools.

This doesn't work with all ActiveX components, but it's worth a try.

Regards,

Wiebe.


"Martin" wrote in message
news:ff6ad3c0.0204101610.79c609f2@posting.google.com...
> Ok Randy,
> that's right. The ActiveX-Container with the viewer works. But I can't
> find any methods or properties with image datas. And what kind of
> types would get the output.
> I need 2D arrays like an bitmap-type.
>
> thx for answering.
0 Kudos
Message 4 of 4
(3,202 Views)