Difference between revisions of "Implementation of QTEMP() command"

From ArcoWiki
Jump to: navigation, search
(Created page with "Implementation of a standard DMIS 5.2 command able to return the temperature of a specific sensor.<br /> The command is: QTEMP(tempSensNumber) Where: ''tempSensNumber'...")
 
 
(2 intermediate revisions by one other user not shown)
Line 11: Line 11:
 
Refer to [[Reading the Temperature]] for further Example and details on this function.
 
Refer to [[Reading the Temperature]] for further Example and details on this function.
  
 +
[[it:Implementazione del comando QTEMP ()]]
 +
[[zh-cn:执行QTEMP()命令]]
 +
[[pt:Implementação do comando QTEMP ()]]
 +
[[de:Implementierung des Befehls QTEMP ()]]
 +
[[es:Implementación del comando QTEMP ()]]
 +
[[en:Implementation of QTEMP() command]]
 +
 +
[[Category:Dmis_Tutorial]]
 
[[Category:ReadMe3.4.155]]
 
[[Category:ReadMe3.4.155]]

Latest revision as of 09:36, 7 June 2018

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.