LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Test unitaire sur un code C

Solved!
Go to solution

Bonsoir,

 

J'ai besoin de passer des tests unitaires sur un code C, est ce que je peux le faire avec LabVIEW ou Teststand ???

 

Merci pour votre réponse.

0 Kudos
Message 1 of 5
(2,767 Views)

Hi wadjabh,

 

The way in which LabVIEW can run code wrote in other programming languages like C/C++ or .net is to create a DLL or shared library. LabVIEW can pass all parameters required by the DLL and retrieve al data returned from the function using the Call Library Function Node.

 

Please take a look to the follow link for more information:

http://zone.ni.com/wv/app/doc/p/id/wv-3330/nextonly/y

 

If you need information, how to work with the Call Library Function Node please follow the next steps:

 

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

 

Regards,

 

MCOTO

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

Bonsoir,

j'ai commencé à utiliser le toolkit NI LabVIEW Unit Test Framework mais j'ai un problème de génération du rapport sous le format que je voulais avoir!!

En fait, d'après le tutorial après avoir cliquer sur propriétés du projet la "fenêtre1" s'affiche or dans mon cas la "fenêtre2" s'affiche.

Qu'est ce que je dois faire!!Quel est le problème?

Merci pour votre réponse.

Download All
0 Kudos
Message 3 of 5
(2,726 Views)
Solution
Accepted by topic author wadjabh

Hi Wadjabh,

 

Please verify that the version with which you are working is the same as the tutorial. The option that you are looking must be located in other window.

 

Regards,

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

Ok

Thx for ur help

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