Offline
I have an NMEA feed as below feeding Expedition, which number boxes would show this data, heel, roll, etc
=========
$IIROT,-3.7,A*0F
$IIXDR,A,-4.4,D,AS08_ROLL,A,-1.3,D,AS08_PITCH,*3B
$IIHDM,191.3,M*28
$IIHDG,191.3,,,,W*14
$IIROT,0.0,A*26
$IIXDR,A,-4.5,D,AS08_ROLL,A,-1.3,D,AS08_PITCH,*3A
$IIHDM,190.5,M*2F
$IIHDG,190.5,,,,W*13
$IIROT,0.0,A*26
$IIXDR,A,-4.8,D,AS08_ROLL,A,-1.3,D,AS08_PITCH,*37
$IIHDM,191.6,M*2D
$IIHDG,191.6,,,,W*11
==============
Thanks
Offline
Exp won't read it at present. See the Exp help on NMEA 0183 XDR.
It expects ROLL, PITCH etc , not AS08_ROLL or AS08_PITCH.
Can you change it at the sender end? Else I could look at some way of supporting it.
Offline
Thanks, unfortunately there is no way to change the sentence at the sender, if you could look into supporting it that would be great.
Offline
Have added for the next update.
Offline
Fyi, I just posted an update that supports these.
No other major updates in it, but I want to work on something else for a while.