[Ri...] Posted September 5, 2023 Share Posted September 5, 2023 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 More sharing options...
[Ri...] Posted September 5, 2023 Author Share Posted September 5, 2023 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 More sharing options...
[Ri...] Posted September 5, 2023 Author Share Posted September 5, 2023 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 More sharing options...
[Ri...] Posted September 5, 2023 Author Share Posted September 5, 2023 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.JPGFetching info... Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In