Quote:
Originally Posted by nathanww
I'm not a labview programmer, but as I understand the built-in ultrasonics routines are for digital ultrasonic sensors(the system sends out a ping and then waits to hear the returning ping). The maxbotics has a coprocessor that does this, so instead of using digital pulses, it just sends you back an analog value, which you can read the same way you'd read a potentiometer.
|
The maxbotics will send PWM values or analog values. Take your pick.
If you use the analog values, you can simply read the analog channel and divide by a constant to get number of inches.
No idea about the ultrasonics sensor VI - it was easier for me to do it the way I stated since we used them last year.