Hi,
We are in the middle of working on our power supply programming examples and wanted to get some feedback. We are wondering:
1. What programming languages/IO Libraries you use? We are thinking of concentrating on VB.NET, C#, C/C++, Labview, Matlab, Excel (VBA), and Python. Are we missing anything?
2. Any specific programming examples that would help you more effectively program your power supplies. I cannot guarantee that we will do them but anything posted will be considered.
Thanks!
-Matt
We are in the middle of working on our power supply programming examples and wanted to get some feedback. We are wondering:
1. What programming languages/IO Libraries you use? We are thinking of concentrating on VB.NET, C#, C/C++, Labview, Matlab, Excel (VBA), and Python. Are we missing anything?
2. Any specific programming examples that would help you more effectively program your power supplies. I cannot guarantee that we will do them but anything posted will be considered.
Thanks!
-Matt
AgN67xx ivi driver functions have items not completed.
I need to configure N6705B (20/80W) DC modules to configure voltage level use Matlab. Here is one part of the code.
%
channel = 1;
level = 5; % 5V
invoke(get(ictobj,'Configuration'),'configurevoltagelevel',channel,level);
above invoke returns error " The instrument returned an error while executing the function.
The repeated capability selector is badly-formed. "
Parameters used in above directly came from matlab midedit('AgN67xx') library function.
ictobj opened fine. I have some function working as below.
%
configfile = get(ictobj,'Instrumentspecificfiles');
filename = 'External:\dlog1.csv';
invoke(configfile,'exportdlog',filename);
Is this ivi driver still in development? I don't understand why some of the function works and other does not.
thanks,
-Brian
Edited by: bzhang on Oct 21, 2015 3:21 PM
Hello,
Where can I find these programming examples?
Best regards, Johanna
Hi Johannan,
Did you get an answer on the programming examples?
Keysight, you must have a location where we can find hundreds of examples, where is it?
I am using the 66001 modular supply. Where is the application code examples for this (and do not point me to a pdf file, they are wrong) where is the code repository?
Randy
Hi Randy!
Nope, no answer. I contacted the author of this thread directly to get some info. But I agree, there must be more examples and tutorials on how to do this?