08-04-2011 10:58 AM
Are there device drivers for the Ohaus Defender series balances? Specifically one that would support model T51P. I have tried turning off the ID query on the drivers that support other Ohaus models, but this does not seem to work.
Any help would be greatly appreciated!
08-05-2011 03:54 PM
Good afternoon,
All the 3rd party instrument drivers NI offers can be found at ni.com/idnet. Since I don't see your scale on it, we do not offer any drivers for it. You can, however, create your own instrument driver. NI offers a class on how to create instrument drivers, which uses VISA commands to communicate with the instruments.
Regards,
Lisa
03-07-2013 02:05 PM
12-09-2016 10:50 AM
Has anyone had any luck with this? I'm looking for a labview driver for the Defender 3000 T31P Model. Or has anyone got a vi that i could modify/use?
Any help would be appriciatted.
Cheers
Pete
12-09-2016 06:42 PM
Forgot to post - here's the plugin I wrote for a Ohaus T51P connected to a Defender 5000 scale.
12-12-2016 10:09 AM
Hi Brendan,
I couldn't find a driver online for your specific model balance (T31P Defender 3000). You can request a new 3rd Party Driver from NI at the link below.
Instrument Driver Request
http://sine.ni.com/apps/utf8/niid_web_display.request_driver
I also wanted to get you an article that might be useful in transitioning your Defender 5000 scake read to your Defender 3000 scale. I don't think there should be many changes to get this to work with your 3000 series scale.
Developing LabVIEW Plug and Play Instrument Drivers
http://www.ni.com/tutorial/3271/en/
Let me know if there are any other issues you're running into!
Best,
Chris D. | Applications Engineer | National Instruments
12-13-2016 09:59 AM
I found the below VI in the end that worked well. Just had to change the input string to "P\r\n" (being careful of the string input properties as backslash code property is enabled) and then do some post processing to remove unwanted string elements from the output.