02-07-2006 02:27 AM
02-07-2006 10:34 AM
Hello,
If you're using LabVIEW 7.0 or later, you can wire any control reference into this VI:
vi.lib\Utility\GetType.llb\Get Type of Control.vi
And it will return an enum describing the datatype. This should suit your purposes. If you're using an older version of LabVIEW, you may be able to find some other type descriptor parsing VIs out there somewhere, perhaps on these forums somewhere.
Good luck,
-D
02-08-2006 02:11 AM
Hello Darren !
Thanks a lot for your quick answer, that's exactly what i was looking for ! It works perfectly !
Bye !