MovementHandler FX 30

Hi there,

I develop with the Legato Framework 16.10.4 and I try to get work the le_pos_AddMovementHandler with the FX 30 Module. The Legato Version on FX 30 is 16.10.1.
If I set le_pos_AddMovementHandler(0,0,myHandler,NULL) then I get position information every second, as expected. But if I set le_pos_AddMovementHandler(10,0,myHandler,NULL) then I get no position at all.
The FX 30 is build in a car, so the car ist really moving.

Why I can’t get movement position if 1, 5 or 10 meters is set.

Thx

Hi @rkrupka,
Yes, It is a known issue. Even we see that position information is not notified when we set horizontal magnitude to 1 or more than 1 meter like le_pos_AddMovementHandler(50,0,myHandler,NULL). It is an issue with Fx30 Release13.1(legato-16.10.1) and also with WP85 Release 14(legato-16.10.3) and WP85 Release 15(legato-16.10.4).

When we verified with legato-18.06.1, This issue has been solved and position information is notified when we set horizontal magnitude 5, 10, 50, 100… meters.

The next FX30 3G release will be based on the WP8548 “R17” release, that will use Legato 18.06.1 or later versions. We will update you on the availability of the FX30 R17 release.

Regards,
Muralidhara N.

Regards,
Muralidhara N.

That’s sad.
Thank you for your response.