05-22-2017 06:15 AM
Hello everyone,
I want to create some programme on c# that will help me to control Keithley Power Supply.
I have downloaded and installed the LabWindows/CVI 8.5 driver for Keithley 2306-VS Power Supply since I don't find nothing else except this one and one for LabVIEW.
Is there any way to adjust this driver to work on c#? I have Visual Studio 2010.
It's my first time trying to do this, I will appreciate your help.
Thanks a lot.
05-29-2017 11:18 AM
If there are no C# drivers, you either have to write a driver yourself using low level scpi stuff or call the C-DLL using platform invoke.
Hope this helps.
			
    
	
		
		
		05-30-2017
	
		
		09:38 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		01-03-2025
	
		
		10:26 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Hi Tatiana05,
As kkeller mentioned, if there are no C# drivers available, you may have to create your own. Otherwise, there is a chance you could use a wrapper for existing drivers and use them with C#. I have attached an article with some additional information on this below.
Using IVI Specific Drivers in Visual Basic .NET, Visual C# or Visual Basic 6 Applications
Thanks,
ShaneK
06-01-2017 02:14 AM
Thank you for help! Will use this information!
06-01-2017 02:14 AM
Thank you foe your help!!