Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Create oscilloscope driver

Hello,

II have an osilloscope agilent that i should create his driver  with visa instrument controle ,have you any document that can help me, 

should i based  on c/c++ driver  ???

thanks 

0 Kudos
Message 1 of 21
(5,865 Views)
You've checked with agilent and they don't have a driver? For c, IVI-C drivers are common. There are also IVI-COM and IVI-.NET. Specs are at ivifoundation.org.
Message 2 of 21
(5,854 Views)

This one is probably found on instrument driver net

 

goto hel find instrument driver in LabVIEW and see what happens

greetings from the Netherlands
Message 3 of 21
(5,849 Views)

 have the driver but i have a problem so i decided to developping my own driver to ovoid this probleme and to much learn 

LabVIEW Instrument Driver Development

thanks 🙂

0 Kudos
Message 4 of 21
(5,848 Views)
If you are using LabVIEW, why ask about c/c++?

If you have a problem with a driver, you need to provide details on what the problem is. And in any case, it is far simpler to modify an existing driver than to create one from scratch.
Message 5 of 21
(5,841 Views)

you are right ,but to correct this problem i have to understand the driver ,

I'am sorry i thinked that write buffer is a command to  call function (in .DLL files)  🙂

so my probleme is, i'am don't understand  this command .Capture.JPG
 

0 Kudos
Message 6 of 21
(5,826 Views)
You probably need to take the LabVIEW fundamentals classes or at the very least, some of the free tutorials. You should also have context help open. Format Into String and Scan from String are pretty fundamental.

While it's nice for you to look at the block diagram, is there an actual problem where you are getting an error?
Message 7 of 21
(5,800 Views)

The commands you do not understand are instrument commands, not LabVIEW. They parts of a string being sent to the oscilloscope. Consult the manual for the instrument to understand what they do.

 

Lynn

Message 8 of 21
(5,792 Views)

@ENENT'COm wrote:

 have the driver but i have a problem so i decided to developping my own driver to ovoid this probleme and to much learn


What does the driver not do that you need it to?  Or do you just not understand what you need to call?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 9 of 21
(5,770 Views)

yes,just i need to understand to call functions 🙂

0 Kudos
Message 10 of 21
(5,739 Views)