10-09-2012 04:45 PM
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.
Solved! Go to Solution.
10-10-2012 07:01 PM
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
10-12-2012 12:20 PM
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.
10-14-2012 10:55 PM
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,
10-15-2012 05:36 AM
Ok
Thx for ur help