讀取溫度

從 ArcoWiki
於 2018年6月15日 (五) 07:37 由 Slia (對話 | 貢獻) 所做的修訂 (创建页面,内容为“This is used to read the temperature value for each axis/part sensor.<br/> Typically can be used to send to the report the value of the temperature used for the comp…”)
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
跳到: 導覽搜尋

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

$$Begin Example

DECL/DOUBLE,pezzo1,pezzo2,assex,assey,assez

$$Part Sensor 1

pezzo1=ASSIGN/QTEMP('P1')

$$Part Sensor 2

pezzo2=ASSIGN/QTEMP('P2')

$$X Axis sensor

assex=ASSIGN/QTEMP('x')

$$y Axis sensor

assey=ASSIGN/QTEMP('y')

$$Z Axis sensor

assez=ASSIGN/QTEMP('z')