LabVIEW for LEGO MINDSTORMS and LabVIEW for Education

cancel
Showing results for 
Search instead for 
Did you mean: 

rcx and labview

Hello! I want to program the Lego RCX brick via LabView! I've achieved that by using "robolab for labview". Could I avoid Robolab, because it seems to be adding 2 to 5 seconds of random delay before the RCX executes motor commands. Will it work if I run a vi that sends the RCX's opcodes through the serial port or is it much more complicated than that? I'm guessing it all comes down to driver programming,right?

 

Thank you in advance

 

0 Kudos
Message 1 of 2
(5,957 Views)

Crystalo,

 

Programs made in Robolab for LabVIEW are compiled and uploaded to the RCX brick.  The brick itself contains a microcontroller that executes these programs.  

 

It may be possible to send codes straight over LabVIEW, but you wouldn't be able to create a brick to run untethered if you don't compile the VI and deploy it.  If this is not an issue and you can find the codes to send to the RCX it is worth a try.

 

Drew T.

Drew T.
Camber Ridge, LLC.
0 Kudos
Message 2 of 2
(5,956 Views)