01-25-2017 05:56 AM
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?
01-25-2017 07:30 AM
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.
01-25-2017 07:54 AM
but how can we covert it into desired value. Give me some idea.
01-25-2017 08:15 AM
y = m*x + b