signalk-polar-performance-plugin 0.0.8 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,15 +1,6 @@
1
1
  # Polar performance plugin
2
2
  Generate performance information based on a polar diagram.
3
3
 
4
-
5
- ## MFD configuration
6
-
7
- ### B&G
8
- To make use of the performance data and get e.g. lay lines you need to set:
9
- - Settings -> Chart -> Laylines -> Targets... -> True wind angle to 'Actual'
10
- - SailSteer screen -> Long press tile to add 'Performance -> Target TWA -> decollapse, choose SignalK'
11
- Now the Target TWA is coming from SignalK and the laylines will be drawn based on it's value.
12
-
13
4
  ## Data correctness
14
5
  It's assumed data is already corrected when it's read by this plugin. This can be sometimes be done by the sensor, sometimes upon entry into SignalK using the [calibration plugin](https://www.npmjs.com/package/@signalk/calibration).
15
6
 
@@ -56,3 +47,27 @@ In the plugin configuration you can toggle the following options:
56
47
  - Support multiple polar diagrams
57
48
  - Capture heel in polar diagram
58
49
  - Visualisation of the polar diagram
50
+
51
+ ## MFD configuration
52
+
53
+ ### B&G
54
+ To get the values calculated by this plugin from SignalK to your B&G MFD/Triton2, you need to install the [B&G performance plugin](https://www.npmjs.com/package/signalk-bandg-performance-plugin) and select at least the following values:
55
+ - Polar Speed (Polar Speed - POL SPD)
56
+ - Polar Speed Ratio (Polar Performance - POL PERF))
57
+ - Target TWA (TARG TWA)
58
+
59
+ To see lay lines you need to set:
60
+ - Settings -> Chart -> Laylines -> Targets... -> True wind angle to 'Actual'
61
+
62
+ ![](doc/BandG_Laylines_Target_TWA_to_Active.png)
63
+
64
+ - SailSteer screen -> Long press tile to add 'Performance -> Target TWA -> decollapse, choose SignalK'
65
+
66
+ ![](doc/BandG_Target_TWA_to_SignalK.png)
67
+
68
+ Now the Target TWA is coming from SignalK and the laylines will be drawn based on it's value.
69
+
70
+ ![](doc/BandG_Sailsteer_with_laylines.png)
71
+
72
+ ### Raymarine
73
+ If you have a Raymarine MFD and can tell more about this, please add to the README or tell me.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "signalk-polar-performance-plugin",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "description": "A plugin that calculates performance information based on a (CSV) polar diagram.",
5
5
  "main": "plugin/index.js",
6
6
  "scripts": {