MATLAB: Link Laser Scanner to Matlab

automatic;control from matlabhokuyolaser scannerreal time link

Hi,
I just started work with mini laser scanner Hokuyo UTM-30LX-EW ( http://www.hokuyo-aut.jp/02sensor/07scanner/download/products/utm-30lx-ew/)and I want to control device with MATLAB. Do you have any recommendations or comments about that?
Thanks,
Ana

Best Answer

It appears that it would be possible to control the device, but probably not in "real time". The device uses TCP/IP port 10940 (poorly documented!). The communications protocol would be a nuisance to write, but it is feasible... but probably not something you could knock off in an afternoon.
Note: when you look at the documentation, you will find references to SCIP, and the programming utilities shown are all based around using SCIP. However, SCIP applies to the URG- series of devices with serial (USB) interfaces, and does not appear to apply to the UTM- series which use Ethernet.