|
|
|
|
|
TelemetryAddMeasure (Function) In french: TélémétrieAjouteMesure Adds a measure for a value or time sensor. This allows you to draw up statistics on the measurements of a value or time: total number, minimum, average, maximum, etc.
TelemetryAddMeasure(NombreProduit, TableauProduit.Occurrence)
Syntax
TelemetryAddMeasure(<Sensor> [, <Category value> [, <Value of measure>]])
<Sensor>: Character string Name of the value sensor or time sensor defined in the editor. <Category value>: Optional character string Value for the category defined in the editor. <Value of measure>: Type corresponding to the sensor, optional Value of measure. Remarks - The sensors must be defined in a custom telemetry.
- A WLanguage error occurs if the sensor is not a value sensor or a time sensor.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|