LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a speed sensor to my program.

Solved!
Go to solution

Hello,

 

I actually need to add a Bruel and Kjaer Laser Tacho Probe to my LabVIEW code.

It’s actually meant to function as speed sensor to measure the speed of a rotor shaft.

I would be extremely grateful for any help on how to proceed with this.

0 Kudos
Message 1 of 3
(856 Views)

Have you searched the Web?  There even seems to be some Posts on this topic in this Forum.  Are you asking for help to develop the code yourself, or are you trying to hire a LabVIEW expert?

 

Bob Schor

Message 2 of 3
(812 Views)
Solution
Accepted by topic author illusion147

It would have been nice to link to the datasheet of the sensor 😉

Assuming a 2981 the datasheet tells us

It is possible to use Type 2981 with a standard CCLD supply.
The low rpm limit of the system will be the high-pass frequency
of the CCLD power supply rather than zero. Bias voltage and
signal amplitude are almost completely unaffected by rpm and
distance to the object and are also independent of CCLD current
between 4 and 20 mA.

 

so a possible NI device would be anything with a IEPE (B&K wording CCLD) supply input. with the restriction of the lower RPM defined by the IEPE highpass....

(you can detect pulses within the analog input, to get RPM you need some signalprocessing ... )

What hardware do you already have?

You can build a IEPE(CCLD) supply, add a comparator and use a digital timer IO... if you know what you are doing 😉

 

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


Message 3 of 3
(794 Views)