ModularSensors > Classes > Variable > TurnerCyclops_Turbidity
ModularSensors > Modules > Turner Cyclops-7F > TurnerCyclops_Turbidity


TurnerCyclops_Turbidity class

The Variable sub-class used for the turbidity output from a Turner Cyclops-7F.

Turbidity is measured (and should be calibrated) in nephelometric turbidity units (NTU).

  • Miminum detection limit: 0.05 NTU
  • Linear range: 0-1,500 NTU
  • LED (CWL): 850 nm
  • Excitiation wavelength: 850 nm
  • Emission wavelength: 850 nm
  • Power required (mW @12V): 120

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

TurnerCyclops_Turbidity(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsTurbidity") explicit
Construct a new TurnerCyclops_Turbidity object.
TurnerCyclops_Turbidity()
Construct a new TurnerCyclops_Turbidity object.

Function documentation

TurnerCyclops_Turbidity(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsTurbidity") explicit

Construct a new TurnerCyclops_Turbidity object.

Parameters
parentSense The parent TurnerCyclops providing the result values.
uuid A universally unique identifier (UUID or GUID) for the variable; optional with the default value of an empty string.
varCode A short code to help identify the variable in files; optional with a default value of "CyclopsTurbidity".

TurnerCyclops_Turbidity()

Construct a new TurnerCyclops_Turbidity object.