cancel
Showing results for 
Search instead for 
Did you mean: 

How to set max fix rate of Teseo Liv3f to a floating point?

DLim.16
Associate II

Hi,

How does one set the max fix rate of the Teseo Liv3f GPS to a floating point number? The UM2229 documentation mentioned the parameter value must be expressed in hexadecimal format for any integer value and decimal for any not integer value. The allowable max fix rate value is "> 0.1".

Here is the definition of the set parameter function:

$PSTMSETPAR,<ConfigBlock><ID>,<param_value>[,<mode>]*<checksum><cr><lf>

Thanks.

2 REPLIES 2
Francesco Virlinzi
ST Employee

The following scripts will set Fix-Rate @ 10Hz:

 

$PSTMCFGCLKS,0,0,0
$PSTMSETPAR,1303,0.1,0
$PSTMSAVEPAR
$PSTMSRR

Regards

 Francesco

Not sure that was the question. I think the OP understood 0.1 was 100 ms / 10 Hz

Suspect the question related to broader numbers, with longer delays and sub-Hz

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..