10-26-2011 03:34 PM
I am currently using LabView 7.1 to control an instrument using a .NET 2.0 compatible API. A dispense command requires that I set the dispense timeout. The command is expecting a standard .Net class but when I create a constant I just get a dog eared piece of paper that says .NET. I cannot see a way to set this value. How can I send the proper value to this command?
Solved! Go to Solution.
10-27-2011 11:10 AM
Hello Jason
The timestan is inside the mscorlib.dll, in order to use it you have to create a contructor node and select the mscorlib as show in the image this will create the reference you need:
to locate the timestan open +system and search for it, then you just have to create a .net property or invoke node to access the properties or the methods of the timestan object:
Regards,
Martin Garcia
Applications Engineer
National Instruments Corp.
10-28-2011 04:49 PM
Thank you very much. Once I finally found the correct version of the file everything seems to work great!