LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview communicate with other programming language

Hi,
 
I'm working on the Brainstem GP 1.0 module. It use C language as program platform. So, I was wondering is there anyway for me to used it in Labview?
 
Thanks.
0 Kudos
Message 1 of 4
(2,765 Views)
Compile your C code to a dll, call it in LabVIEW.
 
 
George Zou
 
George Zou
0 Kudos
Message 2 of 4
(2,756 Views)

Hi Zou,

Can u direct me to the source?

So, compiling will be done in PC right? How about Pocket PC? can it be done as well?

Do i need any hardware to communicate with Brainstem GP 1.0?

Sorry for all the question.

Thanks.

0 Kudos
Message 3 of 4
(2,749 Views)
The Brainstem is not capable of running LabVIEW (obviously).

LabVIEW code (VI's) cannot be run on the Brainstem, since the runtime engine
won't run on it.

You could buy the LabVIEW Microprocessor SDK and try to compile it's C code
to the Brainstem. But it will be expensive (license fee and long development
time).

Or, you can try to make VI's that add small parts of C or assembler code to
a string, and compile that. Much like how mindstorms does it...

You can also work with the compiled C code running on the Brainstem, for
instance through a serial port.

For hardware needed to communicate with it, I'd suggest a serial cable. It
is used to program it, so it should be able to communicate over it. This is
not really LV related though.

Regards,

Wiebe.


0 Kudos
Message 4 of 4
(2,725 Views)