SampledData

A series of measurements taken by a device, with upper and lower limits. There may be more than one dimension in the data.

= Must Support, = Is Modifier, = QiCore defined extension

FieldCard.TypeDescription
origin1..1QuantityThe base quantity that a measured value of zero represents. In addition, this provides the units of the entire measurement series.
period1..1DecimalThe length of time between sampling times, measured in milliseconds.
factor0..1DecimalA correction factor that is applied to the sampled data points before they are added to the origin.
lowerLimit0..1DecimalThe lower limit of detection of the measured points. This is needed if any of the data points have the value "L" (lower than detection limit).
upperLimit0..1DecimalThe upper limit of detection of the measured points. This is needed if any of the data points have the value "U" (higher than detection limit).
dimensions1..1IntegerThe number of sample points at each time point. If this value is greater than one, then the dimensions will be interlaced - all the sample points for a point in time will be recorded at once.
data1..1StringA series of data points which are decimal values separated by a single space (character u20). The special values "E" (error), "L" (below detection limit) and "U" (above detection limit) can also be used in place of a decimal value.