Flowmeters
Sensor Viewer Screenshots
asset "I have most of the Sensor Viewer screenshots"
The screenshots are located in docs/influx-flight/flight-begin/img/img-flowmeter/
but the pictures need to be:
- Cropped
- Annotated
- Implemented in this page's Markdown file
- Ideally, image sized reduced with tinypng
Sensor Viewer
Software
- Start
Sensor Viewer
by clicking the icon on the menu bar at the top of the screen- Once the program is runnning, additional instances of Sensor View can be opened by right clicking on the menu bar item to opening a new window.
- Using the dropdown menus, set the
Sensor Product
toLiquid Flow Sensor (SF04 Chip)
and theCOM Hardware
toRS485/USB Sensor Cable
. - After the
Sensor Product
andCOM Hardware
are set, a side menu will open up asking for the COM port to connect to. - There are two flow meters, referred to herein by the last 4 digits of their serial numbers.
- Flowmeter
1503
is on COM5 and is the outboard of the two meters.1503
is closer to the sample cradle. - Flowmeter
1411
is on COM6 and is closer to the nozzle assembly.
- Flowmeter
- For each flowmeter, select the COM port from the dropdown and click
Ok
at the bottom of the window. Leave the other options on the default values.`Sensor Viewer` COM Ports
- The COM port numbers are assigned to the USB ports on HP PC. The software will work regardless of which USB 3.0 (colored blue inside) port you use, but the COM number may change.
- You cannot change the
Type Of Measurement
or theData Logging
filename while Sensor View is running (ie gathering data from flowmeter). Set those options first.
- Choose the
Type of Measurement
from the dropdown menu in the upper left corner. We use two types of measurements:Flow [Linearized]
for sample flow rate and volume measurementsTemperature [Linearized C]
for instrument monitoring, curiosity, and posterity.
- Unless you have a specific need to measure the sample water temperature, set both flowmeters to
Flow [Linearized]
. - Optional Create a logfile to record the flowmeter data. This is not as good as it sounds (see section below).
The logfile will not record the totalizer volume.
Sensor View records momentary flow rate (or Temperature) at each time point in a csv file.
- Press
Run
in the upper left corner of theSensor Viewer
window (Measurement Control
box). - If logging Start recording the log file by pressing
Start Logging
on the right side of theSensor Viewer
window. - If the
Measurement Type
is set toFlow [Linearized]
(which, if you're reading this, it should be), thenStart
theTotalizer
on the right side of theSensor Viewer
window.
Sensor Viewer
Logfile
It's not all it's cracked up to be.
Creating the logfile
The logfile may not be abundantly useful, but it is easy to record.
- Use
Select File
on the left side of the window to create a logfile inC:\FCM\SensirionLog
(or a directory of your choosing) with a (suggested) filename of the formYYYYMMDD_<MeterNumber>_flow.csv
Suggested logfile filename convention
- The
YYYYMMDD
is the date. May 25, 1904 would be19040525
- The
<MeterNumber>
will be1411
or1503
(check for theSerial Number
in theProduct Settings
section in the upper center of the Sensor Viewer window). - If you are recording
Flow [linearized]
then the final part of the filename will beflow
. ForTemperatured [Linearized C]
, replaceflow
in the example withdegc
. Creating a filename with the wordtemp
as an isolated term seems like trouble. - If recording flow rate data on meter
1411
on May 25, 1904, the filename would be19040525_1411_flow.csv
. - Hypothetically, it wouldn't be complicated to process these log data to find the points where the flow direction changes, and then use that to integrate the volumes for each sample, based on the time the
.fcs
files are recorded.
- The
Logfile Cautions
Sensor Viewer will overwrite files
Sensor Viewer
does not like to append liness to logfiles. If you try to Start Logging
with a filename that already exists, Sensor Viewer
will ask if you want to overwrite that file.
Pause vs Stop when logging
- You can pause the logging with
Pause
on the right side of the filepath. - Stopping the logging with either
Data Logging
Stop
button (to the right ofPause
) or theMeassurement Control
Stop
(upper left corner, next toRun
) will halt the creation of the logfile. - You will need to begin a new logfile with a new file name to start recording data again.
- This happens even if you keep the
Measurement Type
and all other settings the same.
Sensor Viewer defaults to "Relative" time-stamps
The logs will be much easier to interpret if you set the Timing Information
to Absolute
.
Note
- The default value is
Relative
, which reports your time as a count from when the logging started. - Find
Timing Information
inMeasurement Control
, upper left corner ofSensor Viewer
window.