This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] navigation.headingMagnetic issues
#1
Hi everyone,

I have installed an MPU-9255 sensor.
i am working on a red node dasboard to read the values with an internet browser.

I am able to pipe and read navigation.attitude.roll and navigation.attitude.pitch.
but impossible to do the same with navigation.headingMagnetic. When i check the values with openplotter diagnostic SignalK input windows, the sensor is sending values.

So it seems the issue is between signal K and red node.
Any idea ?

below is my code for the red node fonction :

Code:
var signalk_key="navigation.headingmagnetic";

if(msg.payload.hasOwnProperty(signalk_key)){
    msg.payload=msg.payload[signalk_key];
    return msg;
}


then i use a UI_text
with {{value}} in the value format filed

thanks !
Reply


Messages In This Thread
[SOLVED] navigation.headingMagnetic issues - by topodom - 2018-01-22, 10:00 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)