LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

where can i solve this question?? about flexible stain sensor visualizatino by labview.

https://www.youtube.com/watch?v=6CLTv-CyMH4

 

 

 

i want to make a like this movie...  who can help me..?

0 Kudos
Message 1 of 5
(3,077 Views)

What's the question??

 

You can plot a 3D graph in LabVIEW like in the video. So take some wires, plug them in to your skin, acquire some data, and voila.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 2 of 5
(3,028 Views)

i can't use well labview.

my limit...

1.PNG

2.PNG

how do i change this vi? 

i am going to put in the voltage source  and check the resistance's voltage change.

 

1. using DAQ

2. my divice shape is square.

3. if i strain my divice, it's side resistance will change.

4. 3d graph show the divice's changed shape ... real time.

 

sorry i can't speak well english...

0 Kudos
Message 3 of 5
(3,003 Views)

1st advice:

do not try to program everything at once. First you should program the data acquisition part of your application in LabVIEW. Test it, and write some data to a text file or 2D indicator. If these values make sense, then you can try to use LabVIEW to plot the 3D surface.

 

What kind of hardware you use? How many channels, acquisition rate? How do you represent a surface matrix? N X N matrix with N^2 voltage values, so you need N^2 channels? Or you use a kind of multiplexer?

 

2nd advice:

Start to go through the LabVIEW learning material, see top right part of the forum website... (self-paced learning, Core1-2, etc...)

 

0 Kudos
Message 4 of 5
(2,970 Views)

A followup to Blokk's response (which I copied from another response by Sam Sharp):

 

Here are some useful links to some free training materials, taken from this page:

NI Learning Center

NI Getting Started

-Hardware Basics

-MyRIO Project Essentials Guide

-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

 

 

Doing a complex 3D plot from acquired data is not a good "first project" for LabVIEW (or any other programming environment).  You need to learn to walk before running a marathon.

 

Bob Schor

0 Kudos
Message 5 of 5
(2,949 Views)