Jump to content

How to show temperature comp on print out


---
 Share

Recommended Posts

Without PCM I believe you can use a result element but, I'm not sure how you string the verbiage together to get it for each specific feature or characteristic. You may have to have an actual temperature probe to report each specific feature? 164_6670bf06dcedceac2c6c4d312f8aa08b.jpg
If you just want the part temperature, you can put the part temperature in the custom printout header if you know how to modify it.
Link to comment
Share on other sites

I don't have Calypso at home (thank god), but the value used for compensation I think is this:
getTemperatureCorrection().temperaturePart1 + getTemperatureCorrection().temperaturePart2/2
You can access other instanced as well, as an related example:
.factorPart //Correction factor of part
.coefficientPart //Coefficient of part
How to get the correction values of the machine depends on what sensors you have. But I'll leave that as you only asked for part.
Link to comment
Share on other sites

 Share

×
×
  • Create New...