LabVIEW for LEGO MINDSTORMS and LabVIEW for Education

cancel
Showing results for 
Search instead for 
Did you mean: 

Can LabVIEW integrate other languages?

Hi, I was wondering if it would be possible to write some code in another language (say RobotC) and integrate it into LabVIEW.

I know it's possible with MATLAB using math box code, but I would like to utilize the high speed port using LabVIEW which currently doesn't support it.

RobotC on the other hand, does.

So can I somehow use LabVIEW to utilize the RobotC code so I can access the high speed port?

Alternatively, can a NXT support multiple languages simultaneously?

Cheers,
Rob
0 Kudos
Message 1 of 2
(5,928 Views)
LV on most platforms lets you reuse DLLs and libraries built from C. The NXT platform is different, and RobotC and LV cannot interract. Only one can be running on a given brick at a time, and neither language supports libraries for the NXT. In fact, No library format has been defined.
Joel Sumner
NI-Shanghai
0 Kudos
Message 2 of 2
(5,887 Views)