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


TurnerCyclops_CrudeOil class

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

Crude oil / petrolium concentration is measured (and should be calibrated) in parts per billion (ppb).

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

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

TurnerCyclops_CrudeOil(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsCrudeOil") explicit

Construct a new TurnerCyclops_CrudeOil 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 "CyclopsCrudeOil".

TurnerCyclops_CrudeOil()

Construct a new TurnerCyclops_CrudeOil object.