Closed sjeffreydong closed 3 weeks ago
Thank you for your feedback. We recommend to use SOPAS ET or SOPAS Air to change the device name and store it in the EEPROM of the lidar.
Alternatively you can use the SOPAS command sWN LocationName
to set a device name:
See the telegram listing for details.
Without ROS, SOPAS commands can be sent using the SickScanApiSendSOPAS
API function:
See the API description for details.
I used SOPAS TO change the name but have the error : “status_code:2, status_message Error unexpected Sopas answer for request
Thank you for your reply. Which lidar are you using?
The SOPAS command sWN EIHstCola 1
changes the SOPAS Cola dialect to Cola binary. This is the communication mode used by the sick_scan_xd driver for most lidars. If the lidar is initially in Cola-A mode (ASCII telegrams), the driver will switch to Cola-B (binary telegrams) and restart. This should happen automatically and the lidar initialisation should work after this restart.
Please post a complete logfile of the initialisation phase after startup.
Dear
How to change the device name by windows without ROS ? Please share the method.