Jump to content

Reporting Temperature from an RST-T Sensor (VAST)


---
 Share

Recommended Posts

I would like to have the temperature of a part reported in my PiWeb reports, I don't want Coefficient Compensation, just the temperature.
I have two features setup:
Temp Start
and
Temp End
How do I add a characteristic?
Link to comment
Share on other sites

I found this will report the temperature (Converted to F).
(readActualWPTemperature()* 1.8) + 32)
Now I need to pass this to a variable called "u_TempStart" and "u_TempEnd".

I am using a Result element for each.

Edit:
I believe this is only data of sensor "1" and "2" internal to the CMM and not the temperature probe.
There is a PCM string of "temperatureProbe", but I am uncertain of its use.
Link to comment
Share on other sites

I also found this code, but it doesn't seem to work.
getTemperatureCorrection().temperatureProbe
I would have thought it would report "20" like the other command reports instead of "9999".
Link to comment
Share on other sites

According to the "Mimir" program from this forum, the correct syntax may be:
getTemperatureCorrection().temperaturePart
This returns the value "20".
I can't confirm yet if it a direct reading from the temperature probe.

Capture.JPG

Link to comment
Share on other sites

 Share

×
×
  • Create New...