LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sick lms 100 output front panel

Hi i am working on sick lms 100 laser scanner. I am able to communciate with all the stuffs and run the program in labview. My final output is shown below but the problem is as far as i know, the laser scanner gives the distance and angle. The distance should be in mm but i am obtaining the array of distance of huge unit which is not correct. Can anybody explain me, why i am obtaining this result?

0 Kudos
Message 1 of 4
(2,813 Views)

I would say "Read the Manual".

 

The numbers you show look like they are integer values well within the range of a U16/I16, or U32/I32.  They are probably being sent as integers and need to scaled to meaningful engineering units.

0 Kudos
Message 2 of 4
(2,785 Views)

but how can we covert it into desired value. Give me some idea.

0 Kudos
Message 3 of 4
(2,781 Views)

y = m*x + b

0 Kudos
Message 4 of 4
(2,778 Views)