LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Insturment Drive for Raytek Raynger MX

Does anyone have a LabView driver for the Raytek Raynger MX (MX4)? Thanks!

(remove ??? antispam to reply, or reply here)
0 Kudos
Message 1 of 6
(3,587 Views)
Instrument Driver for the Raytek Raynger MX

Does anyone have a LabView driver for the Raytek Raynger MX (MX4)? Thanks!
0 Kudos
Message 2 of 6
(3,587 Views)
Joe,
I was unable to find a LabVIEW driver for this instrument. This leaves you with a few options. You can submit an instrument driver request to NI at:
http://zone.ni.com/idnet97.nsf/instrumentdriverrequest/
Requests are reviewed and prioritized base on demand. You can also contact the vendor to see if they have any types of LabVIEW code or examples available. Beyond that, you are left to programming the instrument through direct I/O. You can use VISA Writes and Reads to send desired commands from the instrument's manual and receive responses. The Instrument I/O Assistant in LabVIEW 7.0 and 7.1 can assist in this process.

Regards,
Hobbs
0 Kudos
Message 3 of 6
(3,587 Views)
Jason, thanks for your reply! I took a first try at looking at the commands with a serial port monitor (a software RS-232 sniffer) and tried some of those strings as VISA Writes with limited success. Are there any good tutorials or examples out there for developing serial drivers? Regards, Joe
0 Kudos
Message 4 of 6
(3,587 Views)
Hello Joe,

I found a tutorial that should be quite helpful when trying to design an instrument driver. Take a look at this link and it should help you get started.

http://zone.ni.com/devzone/conceptd.nsf/webmain/6100BC4CA014910786256E4A006FE675

Hope this helps! Good luck with your application!

Regards,
Steven B.
Applications Engineering
National Instruments
0 Kudos
Message 5 of 6
(3,587 Views)
Rather than resorting to a serial port monitor, it should be easier to find these instrument commands in a users manual. The user manual should also document other details regarding serial settings, communication protocol, and even possibly provide an example using thier commands to get the instrument to do something. For additional information, you can take a look at the instrument driver templates at:
http://www.ni.com/devzone/idnet/development.htm
Just make sure that you have your VISA serial settings configured properly. The templates should give you an idea of how to do this.
0 Kudos
Message 6 of 6
(3,587 Views)