Calibration |
Back |
Calibrating the instruments mainly means calibrating the values returned by the NMEA station. The four basic values we will need to go any further are:
| Note: | It is interesting to consider that this difference between port and starboad tack mainly exists upwind, as the difference of pressure and water speed is related to the heel of the boat, which is very different up and downwind. Idealy, the factor to apply to the data measured on port and starboard tack should also consider the wind angle (and maybe also the heel angle, but this data is not always available, unlike the wind angle, which is always there...). |
Here is the 3D representation of the data
logged during an upwind leg, superposed with the caluculated polars.
It's visible that data logged on port tack have higher values than starboard ones.
This is what we want to fix.
|
|
On a 2D representation, let's represent the data, the average starboard speed,
the average port speed, and the average speed.
|
6.78 / 6.49 = 1.04468then the new value becomes
3.78 * 1.04468 = 3.95
6.20 / 6.49 = 0.9553then the new value becomes
3.78 * 0.9553 = 3.61
Now, port and starboard tacks should indicate the same value for the boat speed.
|
The information read from the outside world are Boat Speed, Apparent Wind Angle, and Apparent Wind Speed. The way to calculate True Wind values is the following one:
TWS = [AWS2 + BSP2 - 2*BSP*AWS*cos(AWA)]1/2
TWA = arctg[AWS*sin(AWA) / (AWS*cos(AWA) - BSP)]
As we see, BSP is a parameter of both formula. An error in the BSP value will result in error in TWA and TWS
values.
|
|
| Before calibration, wind is shifting every time the boat heading is changing, and the true wind angle is not the same on both tacks. | After calibration, steady wind through the tacks, and identical true wind angle on both tacks. |