Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 15-04-2023, 19:03   #1
Registered User

Join Date: Dec 2011
Boat: Blue Buoy Del Rey 50
Posts: 206
OpenCPN - Pitch/Roll N2K?

I have pitch/roll on nmea0183 going into signalK and I am using signalk connection in Opencpn but it does not show up.



Is this available or does anyone know the path opencpn is looking at for this info?


Yes it does work if I use a TCP connection but just trying out the signalk one for now.



Thanks
deepthought is offline   Reply With Quote
Old 16-04-2023, 00:40   #2
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,150
Re: OpenCPN - Pitch/Roll N2K?

Dashboard is looking for delta:
[navigation.attitude] with values for [roll] and [pitch]
If you look in your Signalk Data Browser, do you see these?


If think I recall some SK mismatch when trying to get XDR to translate to deltas. How do you transfer pitch/roll to SK by N0183?
Hakan is offline   Reply With Quote
Old 16-04-2023, 05:30   #3
Registered User

Join Date: Dec 2011
Boat: Blue Buoy Del Rey 50
Posts: 206
Re: OpenCPN - Pitch/Roll N2K?

Thanks got it working.

I am using the xdrParser-plugin in SK then node-red function to change it into the correct format:

msg.topic = 'navigation.attitude';
msg.payload = {
"pitch": Pitch,
"roll": Roll
};


maybe can do it directly the plugin but dont know how.

deepthought is offline   Reply With Quote
Old 16-04-2023, 06:27   #4
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,150
Re: OpenCPN - Pitch/Roll N2K?

Very good.
Thanks for the node-red patch.


Håkan
Hakan is offline   Reply With Quote
Old 16-04-2023, 06:33   #5
Registered User

Join Date: Dec 2011
Boat: Blue Buoy Del Rey 50
Posts: 206
Re: OpenCPN - Pitch/Roll N2K?

sorry here is the complete function I am using:


let app = global.get('app')
let cPitch = app.getSelfPath('navigation.attitude.pitch.value')
let cRoll = app.getSelfPath('navigation.attitude.roll.value')


msg.topic = 'navigation.attitude';
msg.payload = {
"pitch": cPitch,
"roll": cRoll
};
return msg;





or the flow:


[{"id":"86794d7058441010","type":"tab","label":"Tes t","disabled":false,"info":"","env":[]},{"id":"bb6cd9cee5ff186e","type":"function","z":" 86794d7058441010","name":"function 6","func":"let app = global.get('app')\nlet cPitch = app.getSelfPath('navigation.attitude.pitch.value') \nlet cRoll = app.getSelfPath('navigation.attitude.roll.value')\ n\n\nmsg.topic = 'navigation.attitude';\nmsg.payload = {\n \"pitch\": cPitch,\n \"roll\": cRoll\n};\nreturn msg;","outputs":1,"noerr":0,"initialize":"","final ize":"","libs":[],"x":580,"y":300,"wires":[["a5b6228bed4aa28e"]]},{"id":"4db80c610a032207","type":"inject","z":"86 794d7058441010","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"1","crontab":"","once":true,"onceDelay" :0.1,"topic":"","payload":"","payloadType":"date", "x":330,"y":300,"wires":[["bb6cd9cee5ff186e"]]},{"id":"a5b6228bed4aa28e","type":"signalk-send-pathvalue","z":"86794d7058441010","name":"","sourc e":"","meta":"","x":850,"y":300,"wires":[]}]

deepthought is offline   Reply With Quote
Reply

Tags
enc, opencpn, pitch


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Maretron N2K System w/N2K Analyzer Software Gumshoe Marine Electronics 13 21-01-2023 13:01
For Sale: 99% NEW Heading Sensor Quark Elec QK-AS-N2K for sale. OpenCPN compatible. Franziska General Classifieds (no boats) 0 15-08-2022 06:52
For Sale: Airmar/Garmin Heading, pitch, roll sensor sailnow2011 Classifieds Archive 5 18-10-2015 07:58
N2k Data And OpenCPN RocketScience OpenCPN 3 14-05-2012 06:51
March 5th - Rock and Roll, The Beat Generation, Perfect Pitch and swearing skipgundlach General Sailing Forum 6 07-04-2008 14:16

Advertise Here


All times are GMT -7. The time now is 23:28.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.