RealTimeTemperatureSensor
| ๐ Overview: 5 Properties | 1 Constructor | 2 Getters |
๐ Description
Creates temperature sensor object from sensor data, linking to tool temperature target if configured
๐ Last updated: 2025-12-10T11:45:24.244Z
๐ Table of Contents
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Index | Integer | - | Sensor index number |
Zone | Integer | - | Temperature zone ID this sensor monitors |
CelsiusValue | Real | - | Current temperature reading in Celsius |
_WorksOrderEntity | cs.WorksOrderEntity | - | Works order this sensor is monitoring |
ToolTemperatureTargetEntity | cs.ToolTemperatureTargetEntity | - | Target temperature range for this zone, can be Null if not configured |
Constructor
constructor
[๐๏ธ constructor]
Class constructor($WorksOrderEntity : cs.WorksOrderEntity; $TemperatureSensorObject : Object)
Creates temperature sensor object from sensor data, linking to tool temperature target if configured
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
$WorksOrderEntity | cs.WorksOrderEntity | - | - |
$TemperatureSensorObject | Object | - | - |
Functions
Computed Attributes (Getters/Setters/Query/OrderBy)
InRange
[๐ get only]
Function get InRange -> Boolean
Returns true if temperature is within target range, Null if no target configured
Returns: Boolean
ZoneName
[๐ get only]
Function get ZoneName -> Text
Returns the name of the temperature zone from ToolTemperatureZone table
Returns: Text
Generated from RealTimeTemperatureSensor.4dm