LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

analog to digital

Solved!
Go to solution
Solution
Accepted by CrisSTine01

Your FPGA code should look something like this.  I do not know what your conversion is (you have not supplied that information), so I left the gain as 1 and the offset as 0 (does not change the value at all).  You need to change those two parameters based on the conversion function of your sensor.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 11 of 17
(1,240 Views)

Ok, j'ai seulement la version LV 2013 d'installé sur mon ordi.  Tu essais de programmer un VI pour le FPGA.  Le noeud "Mod3/AI0" est de type point-fixe.  Il faut que tu utilises ce type dans tes fonctions mathématiques.  Voir le tutoriel suivant pour les points fixes.

 

https://decibel.ni.com/content/docs/DOC-3073

 

Sinon, tu peux remonter ton point "Mod3/AI0" au niveau de ton application RT.  Tu peux ensuite convertir tes valeurs de type point fixe en DBL et exécuter les fonctions mathématique de ton choix sans te soucier du type (point fixe).  Voici un tutoriel pour remonter tes données au niveau RT en utilisant des "interupt", voir dans les exemples de LabVIEW:

 

example.png

 

 

0 Kudos
Message 12 of 17
(1,232 Views)

I think that this is what i need but I didn't find the SGL function that you used 😕 

0 Kudos
Message 13 of 17
(1,224 Views)

Michel_Gauvin je vais essayé votre solution, je trouve que c'est un peut compliqué pour quelqu'un qui utilise labview pour la première fois :p, mais je vous mettrai au courant si ça marche 

merci pour votre aide 

0 Kudos
Message 14 of 17
(1,220 Views)

N'hésite pas si tu as des questions, ce que j'ai envoyé c'est pour que tu puisses te faire une architecture d'application robuste.

0 Kudos
Message 15 of 17
(1,210 Views)

merci 🙂

 

0 Kudos
Message 16 of 17
(1,208 Views)

crossrulz ça marche parfaitement 😄 merci beaucoup 

 

0 Kudos
Message 17 of 17
(1,206 Views)