hexagon logo

Script or instruction for ask temperature of single sensor

Hi everyone.
Is there the possibility by script, or the thermal compensation command of PcDMis, to obtain the temperature value of each individual sensor of the machine?
With the thermal compensation command I only get the average of the various sensors for each single axis, but I would like the value for each sensor to make statistics.
Thanks
Parents
  • Hello,

    If you have an "old" temperature compensation command in the program then you can read it out as shown in the link.

    Unfortunately, with a basic script you can only partially read out the temperature compensation command (on/off, warning limits and MATERIAL_COEFFICIENT).


    To get the temperature you have to insert another command called "PART_TEMPERATURE", where you can then read out the current workpiece temperature via "DIM_MEASURED".

    Even with this command, the X Y or Z axis temperatures cannot be read out via Basic Script

    Long story short: I haven't found a good way to read out the temperature with automation (Basic script).

    It would be really nice if you could do this without having to insert any commands/assignments into the rotine

Reply
  • Hello,

    If you have an "old" temperature compensation command in the program then you can read it out as shown in the link.

    Unfortunately, with a basic script you can only partially read out the temperature compensation command (on/off, warning limits and MATERIAL_COEFFICIENT).


    To get the temperature you have to insert another command called "PART_TEMPERATURE", where you can then read out the current workpiece temperature via "DIM_MEASURED".

    Even with this command, the X Y or Z axis temperatures cannot be read out via Basic Script

    Long story short: I haven't found a good way to read out the temperature with automation (Basic script).

    It would be really nice if you could do this without having to insert any commands/assignments into the rotine

Children
No Data