01-30-2014 02:25 PM - edited 01-30-2014 02:34 PM
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
01-30-2014 03:02 PM
01-30-2014 03:08 PM
01-30-2014 03:19 PM
have the driver but i have a problem so i decided to developping my own driver to ovoid this probleme and to much learn
thanks 🙂
01-30-2014 03:35 PM
01-30-2014 04:59 PM
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 .
01-30-2014 06:50 PM
01-30-2014 07:34 PM
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
01-31-2014 06:47 AM
@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?
02-02-2014 03:40 AM
yes,just i need to understand to call functions 🙂