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


TurnerCyclops_Fluorescein class

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

Fluorescein concentration is measured (and should be calibrated) in parts per billion (ppb).

  • Miminum detection limit: 0.01 ppb
  • Linear range: 0-500 ppb
  • LED (CWL): 460 nm
  • Excitiation wavelength: 400/150 nm
  • Emission wavelength: 545/28 nm
  • Power required (mW @12V): 145

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

TurnerCyclops_Fluorescein(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsFluorescein") explicit

Construct a new TurnerCyclops_Fluorescein 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 "CyclopsFluorescein".

TurnerCyclops_Fluorescein()

Construct a new TurnerCyclops_Fluorescein object.