Previous Topic

Next Topic

Book Contents

Book Index

Custom Probes

Users can setup Custom Probe Formula for the general purpose channels on SafeT, GP-HR and GP-MC loggers. This allows users to take the raw AtoD converter counts from the logger and translate them using custom formula.

There are eight custom probe types available in the system.

Lets define these terms

A ratiometric probe produces an output voltage that is proportional to the input voltage. The quantity being measured, is measured as a proportion of the total input voltage.

An absolute probe produces an exact voltage or current for any given measured quantity. The quantity being measured always produces the same voltage or current for any given reading.

Some probes produce an output that is inversely proportional to the quantity being measured. For example a temperature sensor might have a high output at low temperature and produce less voltage as the temperature increases. We refere to this as having a Negative Correlation. Most probes have a output that increases as the measured quanitity increases and are said to have a Positive Correlation.

If you are going to setup a Custom Probe Formula, first you have to determine if you probe is absolute or ratiometric and weather it has a positive or negitive correlation and then select the correct Costom Formula

The user enters the custom formula's into a text file. This text file is read by Omnilog when it starts up and the formulars are then available to the Omnilog system. The text file must be called custom.txt

The formulas can be entered in the text file in any order. The formula must start with the word CUSTOM and then the formula number, an equals sign and then the formula, so for example custom formula 5 would look like this:

CUSTOM5=((x/34.5)*(x/0.23)

where ((x/34.5)*(x/0.23) is the required formula

Any lines that do not start with CUSTOM will be ignored (so these can be used as comment lines if required.

The following Variables, Operators Constants and Functions can be used within the formulas:

Variables

Operators

Functions

Constants

Equation Examples

Raise the incomming AtoD value to the power of 3.141 then devide the result by 347
(x^3.141)/347

If the incomming AtoD is less than 850 return "No Data" otherwise return x devided by 655.35
iif(x<850,-999999999,x/655.35)

Multiply the incomming AtoD value by the calibration gain, subtract the calibration offset, convert to radians and return one minus the cosine of this value
1-cos(dtor((x*cg)-co))

See Also

Overviews

Data Environment Overview

Download procedure

Alarm System Overview

Channel and Probe Setup Overview

Channel setup during logging Overview

Start Logging Process Overview

Modem Link Overview

Omnilog Task Wizard Overview

PalmOS Omni Data Transporter