LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

récuperer des données excel

Bonjour,
 
Actuellement stagiaire je dois réaliser un programme sous labVIEW 7.1.Cependant j'ai un problème au niveau de la récupération de données avec excel.En effets mon tableau est composé de 2 colonnes (fréquence et ROS) et de plusieurs lignes;le but de mon programme est de récupérer la valeur du ROS pour une fréquence demandé.Et là étant débutant je suis complétement bloqué,toutes les aides et forums ne débloquent pas mon probéme.S'il vous plait si vous avez une sugestion à mon problème n'hésitez pas.Merci d'avance et si je n'ai pas été assez claire dites le moi.Merci et à bientôt.
 
 
 
mon tableau:
 
80000000   
0 Kudos
Message 1 of 2
(2,461 Views)

Hi Pchito,

LabVIEW proposed several functions that can be very helpfull to solve your problem. Firstly, you can divide your 2D array in two parts using "Delete from array" to make one array of frequency data and one with ROS data. Secondly, you may use the function "Search 1D array" in the frequency array inputing the value you want and the function returns the index of this value. Thirdly, you can use the function "Index array" on the second (ROS) array using the previous index. This function returns the value a the index.

Hope this help.

I would like to add to this post that you posted your question in the english part of the forum. Could you then post here in English or post your question in the french part of the forum thank you. I have seen that you posted this question four times. To make the forum cleaner and prevent people who respond from working in parallel, may you avoid multiposting.

Regards, 



Message Edité par Jérémy Marliot le 04-03-2008 07:12 AM
Jérémy M. | LinkedIn - Contact
Don't forget to give Kudos to good answers.

0 Kudos
Message 2 of 2
(2,424 Views)