02-19-2011 03:06 PM
Hi,
As i am unable to find Meausrement Studio instrument driver conversion wizard for c#.net even after installing the latest evaluation version on VS2008 professional two time, can some please genrate the corresponding wrapper for me :).
All i see in the add new project template are NI windows application and NI class library. :S
Tektronix Oscilloscope. TDS 1012B
Here is the device specific driver.
http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=9074
I would be really thankfull.
Regards,
Solved! Go to Solution.
02-22-2011 11:40 AM
Please can someone help me with this. I really need this urgently.
02-28-2011 10:19 AM
Hi,
I checked out if it is possible to convert the driver to C# automatically, but I don´t think that it´s actually possible.
LabWindows CVI provides a LabWindows/CVI Conversion Wizard for C++, not for C#:
Use the LabWindows/CVI Conversion Wizard to create a Microsoft Visual C++ copy of an existing LabWindows/CVI project. This wizard is useful when you want to migrate a LabWindows/CVI project to Visual C++. If you want to create a new Visual C++ project that uses the LabWindows/CVI libraries, use the LabWindows/CVI Application Wizard.
Marco Brauner NIG
02-28-2011 10:26 AM
Hi, sorry, I was too fast with answering 🙂
Let me see what I can do...
Marco
02-28-2011 11:46 AM
Ok, I´ve generated the Wrapper class within a VS 2008 C#-Project.
Here you go...(rename to .cs from .zip)
Marco Brauner NIG
02-28-2011 05:52 PM
Thank you for your help really appreciate it. 🙂
I have tested some of the functionalities of the driver and it seems to be working.
So essentially a wrapper around CVI drivers also works.