Going to the Server/Status-Page in the PluginHandler Section you will find the SailInstrument plugin in the PluginHandler-Section with the following configuration options for the server part:
period
- computation interval (s)smoothing_factor
- factor within (0,1] for exponential smoothing (filtering) of wind and tide, 1 = no smoothing, filtered data as suffixF
minmax_samples
- number of samples used for calculating min/max TWDallow_fallback
- allow fallback to use HDT=COG and/or STW=SOG if former are not availablecalc_vmc
- perform calculation of optimal TWA for maximum VMC (see below)laylines_polar
- calculate laylines from speed matrix, not from beat/run angle in polar data`laylines_current
- correct laylines in chart overlay for current (if SET/DFT and polar data are available)laylines_leeway
- correct laylines in chart overlay for this leeway (upwind,downwind)show_polar
- compute and display normalized polar diagram in the widgettack_angle
- tack angle [0,180) used for laylines, if >0 this fixed angle is used instead the one from the polar datagybe_angle
- gybe angle [0,180) used for laylines, if >0 this fixed angle is used instead the one from the polar dataground_wind
- manually entered ground wind asdirection,speed
, used to calculate true and apparent wind if no other wind data is present (for simulation)lee_factor
- leeway factor, if >0 leeway angle is estimated, see belowpolar_factor
- correction factor multiplied to polar speedwmm_file
- file with WMM-coefficents for magnetic deviationwmm_period
- period (s) to recompute magnetic variationdepth_transducer
- depth of transducer (m) (negative=disabled)draught
- draught (m) (negative=disabled)nmea_write
- write NMEA sentences (sent to outputs and parsed by AvNav)nmea_filter
- filter for NMEA sentences to be sentnmea_priority
- NMEA source prioritynmea_id
- NMEA talker ID for emitted sentencesnmea_decode
- decode own NMEA sentences
If you are only interested in the calculations (or use the plugin as a replacement for the more_nmea plugin ) you can finish the configuration here.
You can explicitly declare which records to be sent by using the nmea_filter-Parameter (i.e. $HDT,$MWV
to transmit only these two).
If the "nmea_filter" is empty, all records are transmitted.
You can avoid to transmit a specific record by adding its name as inverse (i.e. ^$HDT
) to the "nmea_filter".
These widgets are installed and configured with the Layout-Editor
The widget shows apparent (A) and true (T) wind directions as triangles on the outer ring. Current HDT is displayed in the box on the top, COG is shown by the orange hour glass shaped marker. The BRG to the waypoint is shown by the yellow circle. If there is current, it is displayed as teal coloured triangle inside the inner ring. Laylines with range of the wind shifts are displayed as red/green dashed lines, a blue line shows the course for optimal VMC. The wind speed polar for current TWS is displayed around the center.
In the four corners are values of
- AWS current apparent wind speed
- TWS average true wind speed
- VMC/VMG current velocity made good on course/to windward
- STW/SOG current water/ground speed
The wind plot show the history of TWD of the last couple of minutes, newest data is on top. One graph shows the history of raw values, coloured red/green to indicate port/starboard tack. The dashed line is the history of the smoothed data.
The tack plot shows the history of TWA, Here the colour code indicates TWA.
- blue - beating <70°
- cyan - beam reach <130°
- yellow - broad reach/run >130°
The history (height) and range (width) can be configured, as well as the displayed value (TWS can be displayed as well).
There are two types of laylines.
- Laylines (dotted) in the instrument widget are symmetric around and relative to true wind.
- Laylines (dashed) in the chart overlay are corrected for leeway and current (depending on the plugin config options
laylines_current
andlaylines_leeway
).
The laylines in the chart overlay show the predicted ground track (if laylines_current
is enabled), whereas the laylines in the instrument widget show the optimal TWA. The intersection points of the overlaid laylines indicate the recommended point where to tack including the effect of current.
You configure the overlaid laylines to be shown on the waypoint and/or the boat, limit their length, and allow overlap on the intersections points.
The time/distance to WP widget allows to display the distance to the next waypoint DTW and estimated time TTW. If the WP is in the upwind or downwind sector between the laylines, time and distance are computed along the (dashed) laylines using current speed for the current tack and the estimated polar speed for the opposite tack. Otherwise, direct distance and VMC are used to estimate the time.
You can configure the widget to show time
or distance
for the current
or opposite
tack or the total
of both.