RealTimeMachinesEntity GitHub

πŸ“Š Overview: 1 Functions 6 Getters

Extends: Entity

πŸ• Last updated: 2026-01-13T16:04:13.102Z


πŸ“‘ Table of Contents


Functions

Regular Functions

checkTempZoneExists

Function checkTempZoneExists($Zone : Integer) -> Boolean

Returns true if the specified temperature zone is configured on this machine

Parameters:

Name Type Optional Description
$Zone Integer - -

Returns: Boolean


Computed Attributes (Getters/Setters/Query/OrderBy)

AssignedTemperatureSensorsPresent

[πŸ” get only]

Function get AssignedTemperatureSensorsPresent -> Boolean

Returns true if all assigned temperature sensors are present in the last cycle sensor data

Returns: Boolean


Changing

[πŸ” get only]

Function get Changing -> Boolean

Returns true if machine is idle/changing (no active works order)

Returns: Boolean


TemperatureSensorsInstalled

[πŸ” get only]

Function get TemperatureSensorsInstalled -> Boolean

Returns true if temperature sensors are configured and have zones defined

Returns: Boolean


UniChar

[πŸ” get only]

Function get UniChar -> Text

Returns the emoji character for the currently running product, or empty string if idle

Returns: Text


WorksOrder

[πŸ” get only]

Function get WorksOrder -> Integer

Returns the currently running works order number, or 0 if no active order

Returns: Integer


WorksOrderEntity

[πŸ” get only]

Function get WorksOrderEntity -> cs.WorksOrderEntity

Returns the currently running works order entity for this machine, or null if idle or multiple active

Returns: cs.WorksOrderEntity


πŸ—‚οΈ Tables

οΏ½ Forms


Generated from RealTimeMachinesEntity.4dm


This site uses Just the Docs, a documentation theme for Jekyll.