LabVIEW for LEGO MINDSTORMS and LabVIEW for Education

cancel
Showing results for 
Search instead for 
Did you mean: 

LEGO MINDSTORM drivers for LabWindows CVI

I am a LabWindows CVI developer. Are there any LEGO MINDSTORM drivers available for LabWindows CVI.
0 Kudos
Message 1 of 2
(6,738 Views)
Hi Michael:

The LEGO MINDSTORMS NXT Driver (Fantom) has two main APIs: a C++ API and a G (LabVIEW) API. Using one of those would be ideal in most cases, but since CVI doesn't support C++, you're kind of stuck. Fortunately, creating a G API required us to create a C interface, and you should be able to use that for your development.

The Fantom SDK can be downloaded from LEGO's website
http://mindstorms.lego.com/Overview/NXTreme.aspx

Hope this helps!
------
James Blair
NI R&D
0 Kudos
Message 2 of 2
(6,727 Views)