LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create a Driver with Labview

Hello, for a job that i will start the next month I have to create a driver for some Non-NI instruments using labview.

Could you provide me some files where I can read how to do it, what kind of commands I need to use to comunicate with the instruments and so on?

THank you in advace.

0 Kudos
Message 1 of 6
(3,009 Views)
0 Kudos
Message 2 of 6
(2,999 Views)

What instrument?  What communication bus are you using?  Does it have a programmer's guide?  Did you look in the IDNet to see if there is already a driver written?

 

You are talking very generically.  If you have more specifics, we can give better information.


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
0 Kudos
Message 3 of 6
(2,959 Views)

Hi actually i don't know with what kind of instrument i'll have to comunicate. the question is generical because i want to start to study and read as much as i can so that i can have a background knowledge on those subjects  🙂

0 Kudos
Message 4 of 6
(2,948 Views)

start here http://www.ni.com/white-paper/4803/en

There are a lot of good related articles.


"Should be" isn't "Is" -Jay
0 Kudos
Message 5 of 6
(2,940 Views)
Assuming a common problem and solution, it's serial communication, in which case you bundle command (e.g. Send "P" to a unit to get it to print its value) as vi's and read back and interpret the result. This result will be the output.
G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 6 of 6
(2,909 Views)