LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LINX

Hello,

We are 2 students in Instrumentation and Measurements and we are looking for help in programming an acelerometer through Labview 2013 and Arduino Uno.

We are working with a Tinkerkit 2/3 Axis Acelerometer T000020.

I already tried to use Labview's examples but it doesnt work, it said that I2C Channel doesn't exist for Arduino Uno.

If someone could help us with this we will be grateful.

Thank you.

 

 

0 Kudos
Message 1 of 12
(5,282 Views)

You forgot to post your code, we can't troubleshoot your setup without knowing how you configured everything.

Message 2 of 12
(5,252 Views)

 Actually we are begineers in LabView and we don't even know wich fonction we must use to make our program.

We don't know wich LINX fonction we must use to control our accelerometer.

0 Kudos
Message 3 of 12
(5,217 Views)

Oh well then you've come to the right place.  Here is some general free training in LabVIEW to get the basics, things like data flow, how to find help and examples, how to understand where to find debugging tools, etc.

 

NI Learning Center

NI Getting Started

-Hardware Basics

-MyRIO Project Essentials Guide (lots of good simple circuits with links to youtube demonstrations)

-LabVEW Basics

-DAQ Application Tutorials

-cRIO Developer's Guide

 

Learn NI Training Resource Videos

3 Hour LabVIEW Introduction

6 Hour LabVIEW Introduction
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training

 

After that install LINX.  Each function will be on the palette, and opening the context help (CTRL+H) and hovering over the function will describe what the function does, what inputs it needs, and what outputs it returns.

0 Kudos
Message 4 of 12
(5,202 Views)
Linx has its own page at https://www.labviewmakerhub.com

You should be checking the arduino boards to see about the sketch required to interface to your sensor and verify if Linx supports it.
0 Kudos
Message 5 of 12
(5,195 Views)
Thank you very much for your help.
We will try to fix our problem with all of your links.
Thank you !
0 Kudos
Message 6 of 12
(5,177 Views)

Sir, I am new in lab view and i want to use e-Health Sensor Platform V2.0 for Arduino in lab view. they give liberay for thery shield and sensor but i do not know how to use in labview. Any body give me help to convert these liberies for lab view. Thanks

0 Kudos
Message 7 of 12
(4,973 Views)

Sounds like you need some of that free LabVIEW training I linked to, and you need to make your own thread because you question has little to do with the original post.

 

LIFA and LINX are both open source so you can look at the Arduino source and see how they implementing a function like read analog in, and then make your own function that interfaces with this sensor.  It will involve writing the C++ code for the Arduino and the LabVIEW code on the host side.

0 Kudos
Message 8 of 12
(4,957 Views)

Hello I'm running into some trouble with the linx firmware I'm not sure where this firmware get installed because in my arduino sketch I'm using the EEPROM, could it be that the firmware get stored in the eeprom ?

0 Kudos
Message 9 of 12
(4,518 Views)

Once again I will say this thread has little (if anything) to do with your current question, and I'd suggest making a new thread.  I suggest posting a new thread possibly on the LINX forum.

 

https://www.labviewmakerhub.com/forums/viewforum.php?f=12

 

That being said the LINX firmware as far as I know is the sketch that is put on your hardware.  You can't put LINX on it, and then write Arduino code that goes on it, because then the LINX firmware is overwritten with your own program.  You can only run one firmware at a time.  Either write your own firmware and write the LabVIEW code to talk to it, or start with the LINX firmware (the source not the built code) and modify it for your needs, then build and deploy that.  Again the LINX forums will probably be able to help you more than a thread about and e-Health Sensor.

0 Kudos
Message 10 of 12
(4,506 Views)