warn: Unrecognized log identifier

Hi

We have MetaMotion S, Firmware 1.7.2 I used this command line to record and download the Accelerometer, Gyroscope and Magnetometer.

sudo npm start -- --device DA:4E:51:0A:B7:A4
--sensor Accelerometer='{"odr" : 100.0, "range": 4.0}'
--sensor Gyroscope='{"odr" : 100.0, "range": 1000.0}'
--sensor Magnetometer='{"odr" : 25.0}'
--command log

Then used the below command to download the data:

sudo npm start -- --device DA:4E:51:0A:B7:A4
--sensor Accelerometer='{"odr" : 100.0, "range": 4.0}'
--sensor Gyroscope='{"odr" : 100.0, "range": 1000.0}'
--sensor Magnetometer='{"odr" : 25.0}'
--command download

But at the end, we only have Accelerometer and Magnetometer data, no Gyroscope data.

This is the Log report:

info: Connecting to device mac=DA:4E:51:0A:B7:A4
info: Attempting to connect mac=da:4e:51:0a:b7:a4
info: Connected to and setup mac=da:4e:51:0a:b7:a4
info: Syncing log information mac=da:4e:51:0a:b7:a4
info: Resetting device mac=da:4e:51:0a:b7:a4
info: Attempting to reconnect mac=da:4e:51:0a:b7:a4
info: Attempting to connect mac=da:4e:51:0a:b7:a4
info: Connected to and setup mac=da:4e:51:0a:b7:a4
info: Reconnected to device mac=da:4e:51:0a:b7:a4
warn: Unrecognized log identifier:
info: Downloading log mac=da:4e:51:0a:b7:a4

Could you please let me know how can I fix it?

Sign In or Register to comment.