Hello together,
I try to set the Date with the reading GPS Date but it doesn't work.
$GPRMC,094924.000,A,4856.8229,N,00824.6182,E,0.47,331.35,150118,,,A69
2SERIAL("\e\m[$GPRMC],%f,%1s,%f,%1s,%f,%1s,%f,%*f,%2d[420CV]%2d[421CV]%2d[422CV]",W)
420CV("Day") 'Show Day
421CV("Month") 'Show Month
422CV(W)=422CV+2000
422CV("Year") 'Show Year
Alarm(414CV==1)"Date updated"{D=420CV/421CV/422CV}
ALARM(414CV!=1)" Set ATTN LED "{SATTN}
The GPS reading works but I couldn't write the CV's in this form as date in the logger.
Maybe someone have a idea.
Thanks a lot.
Ralf
Hello together,
I try to set the Date with the reading GPS Date but it doesn't work.
$GPRMC,094924.000,A,4856.8229,N,00824.6182,E,0.47,331.35,150118,,,A*69
2SERIAL("\e\m[$GPRMC],%*f,%*1s,%*f,%*1s,%*f,%*1s,%*f,%*f,%2d[420CV]%2d[421CV]%2d[422CV]",W)
420CV("Day") 'Show Day
421CV("Month") 'Show Month
422CV(W)=422CV+2000
422CV("Year") 'Show Year
Alarm(414CV==1)"Date updated"{D=420CV/421CV/422CV}
ALARM(414CV!=1)" Set ATTN LED "{SATTN}
The GPS reading works but I couldn't write the CV's in this form as date in the logger.
Maybe someone have a idea.
Thanks a lot.
Ralf