Implementierung des Befehls QTEMP ()

Aus ArcoWiki
Version vom 7. Juni 2018, 09:37 Uhr von Slia (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Implementation of a standard DMIS 5.2 command able to return the temperature of a specific sensor.<br /> The command is: QTEMP(tempSensNumber) Where: '…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Implementation of a standard DMIS 5.2 command able to return the temperature of a specific sensor.

The command is:

QTEMP(tempSensNumber)

Where:

tempSensNumber: is the number of sensor to be tested, a DMIS extension the type of sensor can be identified with its name (x,y,z,p1,p2).

It is typically to read the temperature value for each axis/part sensor and can be used to send to the report the value of the temperature used for the compensation.

Refer to Reading the Temperature for further Example and details on this function.