/*draven*/; You need to configure the function manually. Once you select the dll and select the function, select the button <b>Add a Parameter After</b>. You can change the name of the parameter to <i>sortie</i>, keep the <b>Data Type</b> as <i>long</i> and then change the <b>Pass</b> field to <i>Pointer to Value</i>. Click again the <b>Add a Parameter After</b> button and do the same for the your variable "tension".
For more information about calling external code in LabVIEW, refer to the following document (which should be also included with LabVIEW): <a href="http://digital.ni.com/manuals.nsf/websearch/4f1447f7cd83d6d88625690d00637ced">Using External Code in LabVIEW</a> Instructions on-line are here: <a href="http://zone.ni.com/devzone/conceptd.nsf/webmain/B26A875ACA51C567862567CA0055FF24?opendocument">An Overview of Accessing DLLs or Shared Libraries from LabVIEW</a> Check also examples here: <a href="http://zone.ni.com/devzone/devzone.nsf/webcategories/4161F118BF99CCE686256AB7006A68EB?opendocument&node=dz53001_us">Communicating with External Applications</a> Regards; Enrique Vargas www.visecurity.com
