hexagon logo

Different machines same program TXT

Hello,

I have a problem with exporting to txt file.

At our company we just get a new machine so now we have three of them. On all of them we measure with same programs.
So the problem is now we would like to include in txt file on which machine was it measured without typing it in a comment or something like that.
It would have to work AUTOMATICALLY no matter where would I measure.

Thanks for help.

Best regards.
Parents
  • Hello,

    I have a problem with exporting to txt file.

    At our company we just get a new machine so now we have three of them. On all of them we measure with same programs.
    So the problem is now we would like to include in txt file on which machine was it measured without typing it in a comment or something like that.
    It would have to work AUTOMATICALLY no matter where would I measure.

    Thanks for help.

    Best regards.


    How would you get the information regarding the machine type that is running it? Normally, one would need what machine produced which report.

    Pseudocode:
    Get machine info
    Write to textfile
    


    How do you get the machine info?
Reply
  • Hello,

    I have a problem with exporting to txt file.

    At our company we just get a new machine so now we have three of them. On all of them we measure with same programs.
    So the problem is now we would like to include in txt file on which machine was it measured without typing it in a comment or something like that.
    It would have to work AUTOMATICALLY no matter where would I measure.

    Thanks for help.

    Best regards.


    How would you get the information regarding the machine type that is running it? Normally, one would need what machine produced which report.

    Pseudocode:
    Get machine info
    Write to textfile
    


    How do you get the machine info?
Children
No Data