‎07-28-2008 08:43 AM
‎07-29-2008 10:42 AM
Hello,
I was unable to find any drivers for your instrument on our Instrument Driver network. You can try contacting the manufacturer and see if they have any drivers that you can use with LabVIEW. You can also develop your own drivers by using the following resources.
Using the Instrument I/O Assistant to Aid in Creating LabVIEW Instrument Drivers
Development Tools and Resources
Thank you,
‎07-29-2008 10:48 AM
Thanks for looking.
‎08-20-2008 10:01 AM
I took a look at the B&K device. Apparently you can write to excel data formats over RS232. You could potentially use LabVIEW to record an RS232 stream of excel type data, and then play with the data on the PC. However, being able to control the 2260 is a different story.
If the test that you want to perform is very simple, perhaps you could use one of the AC input outputs to trigger a particular type of test on the 2260, and then monitor the RS232 interface for data. I'm not familiar with the B&K software, but it sounds like you can set up some kind of triggering of acquisitions. If you could do acquisitions based on triggers, then you could use a DAQ type device (or maybe something even simpler) to source triggers whenever you want measurements. Those are just a few thoughts.
You also mentioned that you could program a 0-4V output corresponding to the noise measurement of your 2260. I suppose that if noise is the only measurement you are taking with the 2260, you could use a DAQ type device to record the DC voltage level coming out of the 2260. But that would require some extra hardware. Depending on the precision you need, you may be able to use something less expensive like a USB-6008 or 6009. Depending on your test setup and required precision, that might work for you.
If you haven't already moved past this problem, then I hope this is helpful.
Daniel
Hardware
Conditioned Measurements
‎08-20-2008 10:14 AM
Thanks for the reply, this is just my background project and never got around with so far but I'm sure your input will be a helpful.
Thanks again.
‎03-06-2013 09:02 AM
Did it ever worked?
I need to communicate with the investigator as well and I think you knowledge can be helpful for me.
I have the serial interface commands but I don't have the knowledge to write a LabVIEW program for it. It's fairly new to me.
Thanks
‎03-06-2013 12:42 PM
Hello Joris,
No, I found out from B&K that serial port is for printing purposes only. But according to them, higher model has ability to communicate via serial com. Do you have 2260 as well?
‎03-06-2013 03:49 PM
Yes, I have the 2260 as well.
B&K had send me the serial interface commands. This is possible after updating the software of the investigator.
Now I'm figuring out how I need to write a LabVIEW program for my master thesis.
This link can direct you to my question about the investigator. The serial interface commands are in an attachment there.
http://forums.ni.com/t5/LabVIEW/Bruel-amp-kjaer-investigator-2260/m-p/2337208#M731734
but I still need some help with writing the VI for the investigator. All the help is welcome!
Regards.
‎03-13-2013 06:29 AM
Hi,
It must be your lucky day, because I am from a NATA Accredited Testing Laboratory in Australia and am building an automated Calibration system. I am using labview to control instrumetns and equipment and I have sucuessfully completed a range of Sound Level Meters and am now up to the B&K range of equipment.
I was looking around for serial control codes, and found that you posted the link to the 2260 SLM codes, Thanks for that.
So what do you want the VI to do to your 2260?
Jason.
‎03-13-2013 08:54 AM
Hello Jason,
That's great news!
The 2260 needs to measure the sound pressure for a certain amount of minutes.
So the result will be a good average of the measurement.
This measurement will be needed at every frequency.
But the serial commands are depending on the installed software.
Also the fact that the 2260 echoes each character is a essential point for the VI.
Joris.