Skip to main content
Skip table of contents

Laser Scanning - LAS - 20

Description

Driver to decode laser data from 2G Robotics ULS-500 laser scanner, or any other laser scanner that outputs data using the LAS format in UDP.

Only use this driver for older scanners, outputting data packets with 1400 points per profile.

Do not use this driver when you are using the newer ULS-500 PRO, outputting packets with 2048 points per profile.

For this please refer to the related page Laser Scanning - 2G Robotics ULS-500 PRO



Driver Information

DriverLASInterface TypeUDPDriver Class TypeUdpClient
UTC Driver (question)YesInput / Output InputExecutableDrvLAS.exe
Related Systems

Related PagesLaser Scanning - 2G Robotics ULS-500 PRO


Decoding Notes

This driver supports the LAS specification up to version 1.4.

The table below depicts the general format definition for the LAS format.  

Header
Variable Length records
Point data records
Extended variable length records

The entire LAS format must be encapsulated into one UDP packet. Fragmentation over multiple UDP packets is not supported by the driver.

The data decoded by the driver is contained in the "Point data record" structure of the LAS definition.
Specification 1.4 describes 11 formats for the point record format.
All formats are supported, but some point record formats do not support GPS time.
The table below shows which data is decoded by the driver:

ValueDecoded fromAvailable in Point Data Record format
XPoint data record : X0 up to (and including) 10
YPoint data record : Y0 up to (and including) 10
ZPoint data record : -Z0 up to (and including) 10
IntensityPoint data record : Intensity0 up to (and including) 10
TimePoint data record : GPS time1,3,4,5,6,7,8,9,10
QualityPoint data record : User Data0 up to (and including) 10

Database Setup

First, internally the driver is treated as a multibeam system, creating multibeam 'xyz' observations, therefore you will find the laser system drivers under category type Multibeam Echosounders.

('multibeam' versus 'laser scanning'-terminology: ping = scan, footprint = pixel = pulse, swath = line)

Edit System Wizard

Add a Multibeam Echosounder system to your template setup and select from the list driver "Laser Scanning - LAS".

  • The Port number should be set to the port number the unit will send its messages to.





JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.