2025-03-26 2:05 AM
I am working with the Teseo-LIV3F GNSS module, I would need to know whether the velocity field it produces, which is a module, is calculated over the x and y dimensions only or x,y and z
Thanks for your help
Solved! Go to Solution.
2025-04-09 10:31 AM - edited 2025-04-09 2:34 PM
Hi,
Could you please let me know which velocity field you are referring to?
If it is GGA it is a compound value of velocity in x,y and z.
However, you can enable either $PSTMPV or $PSTMPVRAW to see individual values of velocity in x,y and z dimensions.
This snipped of instruction below enables both PSTMPV and PSTMPVRAW. You can just select one of them.
$PSTMSETPAR,1228,0x1,1
$PSTMSETPAR,1228,0x4000,1
$PSTMSAVEPAR
$PSTMSRR
2025-04-09 10:31 AM - edited 2025-04-09 2:34 PM
Hi,
Could you please let me know which velocity field you are referring to?
If it is GGA it is a compound value of velocity in x,y and z.
However, you can enable either $PSTMPV or $PSTMPVRAW to see individual values of velocity in x,y and z dimensions.
This snipped of instruction below enables both PSTMPV and PSTMPVRAW. You can just select one of them.
$PSTMSETPAR,1228,0x1,1
$PSTMSETPAR,1228,0x4000,1
$PSTMSAVEPAR
$PSTMSRR
2025-05-14 4:39 AM - edited 2025-05-14 4:43 AM
My excuses for this delay, in the meantime we managed to find that message, we needed the PSTMPV one, which indeed delivers the velocity on 3 axes
2025-05-14 10:18 AM
Great ! Good to know that the problem has been resolved.