執行QTEMP()命令

從 ArcoWiki
於 2018年6月7日 (四) 09:36 由 Slia (對話 | 貢獻) 所做的修訂 (创建页面,内容为“Implementation of a standard DMIS 5.2 command able to return the temperature of a specific sensor.<br /> The command is: QTEMP(tempSensNumber) Where: ''tempS…”)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
跳到: 導覽搜尋

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.