12-08-2009 06:35 PM
Solved! Go to Solution.
12-08-2009 07:15 PM - edited 12-08-2009 07:19 PM
12-09-2009 03:32 AM
12-09-2009 11:31 AM
Darin: I have labview 8.2 and can't open the vi you posted. You think you can re-compile and post again pls?
tst: Can you explain a little further how I can use that snipet tool for my application? I watched the video and read the thread on your link but it's still not 100% clear.
Thanks for the help
12-09-2009 12:04 PM
12-09-2009 12:10 PM
12-09-2009 12:26 PM
TST,
Ok now I understand what you meant. I opened up the source for the CCT vi and it seems like it's pretty high level programming. I'm going to study it further to see if I can find a way to make it work for my application. Do you think you can re-compile the vi posted earlier for labview 8.2 and re-post it so I can also use that for reference.
Thanks
12-09-2009 01:45 PM
12-09-2009 05:39 PM
12-10-2009 02:57 AM
The picture control VIs are pretty basic and only support a few image types, so it wouldn't support stuff like that.
LabVIEW has another type of control called the 3D picture control which probably supports some of the common formats, but I have no experience with it. Presumably the documentation has the details.
Another option is seeing if you can get an ActiveX or .NET control made by a third party (like Autodesk, in the case of AutoCAD) which allows displaying those files and then embedding that control in your VI.