hexagon logo

Automate "export XYZ" file

Hi folks.
I have about 30 parts that need to be run which equates to about 80 measurement points per part. Design have said that they want the resultts in XYZ format so after each part had been run I manually export the data to a XYZ file.
Is there anyway to code this into the program?

Thanks,.
Virgil.
Parents
  • Open a .XYZ file where you write values. If you want to skip "<" and ">" you can use FORMAT("%3.3f,%3.3f,%3.3f",CIRC1.XYZ)
    You open the file at the start, you write lines along the prog and you close the file at the end. You can add the part number at the start, with a operator comment.



    Not sure I follow this jefman, can you post an example please?
Reply
  • Open a .XYZ file where you write values. If you want to skip "<" and ">" you can use FORMAT("%3.3f,%3.3f,%3.3f",CIRC1.XYZ)
    You open the file at the start, you write lines along the prog and you close the file at the end. You can add the part number at the start, with a operator comment.



    Not sure I follow this jefman, can you post an example please?
Children
No Data