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


TurnerCyclops_Brighteners class

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

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

  • Miminum detection limit: 0.6 ppb PTSA (1,3,6,8-Pyrenetetrasulfonic Acid Tetrasodium Salt)
  • Linear range: 0-2,500 ppb PTSA (1,3,6,8-Pyrenetetrasulfonic Acid Tetrasodium Salt)
  • LED (CWL): 365 nm
  • Excitiation wavelength: 325/120 nm
  • Emission wavelength: 445/15 nm
  • Power required (mW @12V): 200

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

TurnerCyclops_Brighteners(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsOpticalBrighteners") explicit

Construct a new TurnerCyclops_Brighteners 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 "CyclopsOpticalBrighteners".

TurnerCyclops_Brighteners()

Construct a new TurnerCyclops_Brighteners object.