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


  • 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?


    For results I'm not using report from pc-dmis but I'm writing it to txt file.
    I have on each machine a TXT file with machine name. I can read it in pc-dmis but then I can't write it back to a txt.
Reply


  • 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?


    For results I'm not using report from pc-dmis but I'm writing it to txt file.
    I have on each machine a TXT file with machine name. I can read it in pc-dmis but then I can't write it back to a txt.
Children
No Data