User`s manual
Table Of Contents
- SEASAVE
- Limited Liability Statement
- Table of Contents
- Section 1: Introduction
- Section 2: Installation & Use
- Section 3: Configure Inputs, Part I - Instrument Configuration (.con file)
- Introduction
- Instrument Configuration
- Viewing, Modifying, or Creating .con File
- SBE 9plus Configuration
- SBE 16 SEACAT C-T Recorder Configuration
- SBE 16plus SEACAT C-T Recorder Configuration
- SBE 19 SEACAT Profiler Configuration
- SBE 19plus SEACAT Profiler Configuration
- SBE 21 Thermosalinograph Configuration
- SBE 25 SEALOGGER Configuration
- SBE 45 MicroTSG Configuration
- SBE 49 FastCAT Configuration
- Section 4: Configure Inputs, Part II - Calibration Coefficients
- Accessing Calibration Coefficients Dialog Boxes
- Calibration Coefficients for Frequency Sensors
- Calibration Coefficients for A/D Count Sensors
- Calibration Coefficients for Voltage Sensors
- Pressure (Strain Gauge) Calibration Coefficients
- Altimeter Calibration Coefficients
- Fluorometer Calibration Coefficients
- Methane Sensor Calibration Coefficients
- OBS/Nephelometer Calibration Coefficients
- Oxidation Reduction Potential (ORP) Calibration Coefficients
- Oxygen Calibration Coefficients
- PAR/Irradiance Calibration Coefficients
- pH Calibration Coefficients
- Pressure/FGP (voltage output) Calibration Coefficients
- Suspended Sediment Calibration Coefficients
- Transmissometer Calibration Coefficients
- User Polynomial (for user-defined sensor) Calibration Coefficients
- Zaps Calibration Coefficients
- Section 5: Configure Inputs, Part III – Serial Ports, Water Sampler, TCP/IP Ports, Miscellaneous, & Pump Control
- Section 6: Configure Outputs
- Section 7: Display - Setting Up SEASAVE Displays
- Section 8: Real-Time Data & Real-Time Control - Real-Time Data Acquisition
- Section 9: Archived Data Displaying Archived Data
- Section 10: Processing Data
- Appendix I: Command Line Operation
- Appendix II: Configure (.con) File Format
- Appendix III: Software Problems
- Appendix IV: Derived Parameter Formulas
- Index

Section 4: Configure Inputs, Part II - Calibration Coefficients
49
User Polynomial (for user-defined sensor) Calibration
Coefficients
The user polynomial allows you to define an equation to relate the sensor
output voltage to calculated engineering units, if your sensor is not pre-defined
in Sea-Bird software.
Enter a0, a1, a2, and a3.
Value = a0 + (a1 * V) + (a2 * V
2
) + (a3 * V
3
)
where:
V = voltage from sensor
a0, a1, a2, and a3 = user-defined sensor polynomial coefficients
If desired, enter the sensor name. This name will appear in the data file header.
Note: SEASAVE can process data for an instrument interfacing with up to
three sensors defined with user polynomials.
Wet Labs ECO-FL-NTU Example
For the turbidity channel, NTU = (Vsample – Vblank) * scale factor
Set this equal to user polynomial equation and calculate a0, a1, a2, and a3.
(Vsample – Vblank) * scale factor = a0 + (a1 * V) + (a2 * V
2
) + (a3 * V
3
)
Expanding left side of equation and using consistent notation (Vsample = V):
scale factor * V – scale factor * Vblank = a0 + (a1 * V) + (a2 * V
2
) + (a3 * V
3
)
Left side of equation has no V
2
or V
3
terms, so a2 and a3 are 0; rearranging:
(– scale factor * Vblank) + (scale factor * V) = a0 + (a1 * V)
a0 = – scale factor * Vblank a1 = scale factor a2 = a3 = 0
Zaps Calibration Coefficients
Enter M and B from calibration sheet.
z = (M * volts) + B [nmoles]