LabVIEW Interface for Arduino Discussions

annulla
Visualizzazione dei risultati per 
Cerca invece 
Intendevi dire: 

Leonardo interfacing with labview?

Hello all

I am using the Arduino Leonardo in conbination with labview,

does anyone know this is possible?

Greetings Paul

Messaggio 1 di 10
9.920Visualizzazioni

Hi Paul,

"I am using the Arduino Leonardo in conbination with labview,"

Have you tried hooking it up? Any activity?

Dale

www.GorillaBuilderz.com

Messaggio 2 di 10
5.764Visualizzazioni

Hello Dale

Thanks for reacting.

I hooked it up and when I uploaded the labview base frimware

it says that the AFM motor component is not reconized, chip is not supported.

I also see opening the firmware I get six tabs with alle code blocks for arduino in it

this is not as I see in the examples.

Programming leonardo with arduino interface works fine.

Paul

Messaggio 3 di 10
5.764Visualizzazioni

Hello again Paul.

Please try and upload examples and screenshots of what you are referring to. It is very hard to visualise exactly what problems you are having otherwise

Dale

www.GorillaBuilderz.com

0 Kudos
Messaggio 4 di 10
5.764Visualizzazioni

Hello Dale

Underneath the responses(leonardo connected)

from the compiler selected Uno or Leonardo

Arduino uno selected:

avrdude: stk500_getsync(): not in sync: resp=0x00

Arduino Leonardo selected:

AFMotor.cpp:97:5: error: #error "This chip is not supported!"

AFMotor.cpp:114:5: error: #error "This chip is not supported!"

AFMotor.cpp:134:5: error: #error "This chip is not supported!"

AFMotor.cpp:152:5: error: #error "This chip is not supported!"

AFMotor.cpp:173:5: error: #error "This chip is not supported!"

AFMotor.cpp:190:5: error: #error "This chip is not supported!"

AFMotor.cpp:213:5: error: #error "This chip is not supported!"

AFMotor.cpp:230:5: error: #error "This chip is not supported!"

Paul

0 Kudos
Messaggio 5 di 10
5.764Visualizzazioni

Ok Paul, now we can see where the issue is. The LVIFA does not support the new ATmega32u4 chip. Basically you will either have to wait for the Labview crew to update the library, do it yourself or you can select UNO from the IDE dropdown list and see if 1)it compiles and 2)if you can run a simple say LED blink test?

So I guess in answer to your original query...

I am using the Arduino Leonardo in conbination with labview,

does anyone know this is possible?

I guess the answer is 'No', not easily.

Dale

www.GorillaBuilderz.com


0 Kudos
Messaggio 6 di 10
5.764Visualizzazioni

There is now an answer in this thread:

Labview for Arduino Leonardo??

0 Kudos
Messaggio 7 di 10
5.764Visualizzazioni

im not able to use it whit the instructions given in that link

0 Kudos
Messaggio 8 di 10
5.764Visualizzazioni
Messaggio 9 di 10
5.764Visualizzazioni

Now this is the error:

C:\Program Files (x86)\Arduino\libraries\RobotIRremote\IRremoteTools.cpp:5: error: 'TKD2' was not declared in this scope

For LIFA_Base

What's wrong?

0 Kudos
Messaggio 10 di 10
5.764Visualizzazioni