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


TurnerCyclops_BTEX class

The Variable sub-class used for the refined fuels (BTEX) output from a Turner Cyclops-7F.

BTEX concentration is measured (and should be calibrated) in parts per million (ppm).

  • Miminum detection limit: 0.4 ppm
  • Linear range: 0-20 ppm
  • LED (CWL): 255 nm
  • Excitiation wavelength: <=290 nm
  • Emission wavelength: 350/50 nm
  • Power required (mW @12V): 530

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

TurnerCyclops_BTEX(TurnerCyclops* parentSense, const char* uuid = "", const char* varCode = "CyclopsBTEX") explicit

Construct a new TurnerCyclops_BTEX 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 "CyclopsBTEX".

TurnerCyclops_BTEX()

Construct a new TurnerCyclops_BTEX object.