hexagon logo

Excel form report

Hello,
I'm new to PC-DMIS and I'm currently trying to devellop a python app that manages the measurement data out of PCDMIS in a specific format i want.

I'm using the excel format report files generated by PCDMIS as my database.

I just noticed that a PCDMIS Object Library exists and i'm wondering if it is possible to add to my python script something that gets PCDMIS to save the report of the current measurement prg running on in a path i want ?
Any help appreciated.
Parents
  • Hello,
    I'm new to PC-DMIS and I'm currently trying to devellop a python app that manages the measurement data out of PCDMIS in a specific format i want.

    I'm using the excel format report files generated by PCDMIS as my database.

    I just noticed that a PCDMIS Object Library exists and i'm wondering if it is possible to add to my python script something that gets PCDMIS to save the report of the current measurement prg running on in a path i want ?
    Any help appreciated.



    Yes - Like Excel or word Pc-Dmis is (almost) fully automateable (if that's even a word).

    You can access the part program object, then loop through the commands and grab dimension info and report it in any format you use (txt, csv, xml, or write it straight into a DB)

    There's a CSV export script I created available to download here in .bas (Pc-Dmis can run .bas scripts directly) which might give you a starting point which you could replicate in Python.

    https://www.automettech.com/pc-dmis-scripts

  • I have been looking to do something similar, and would love to get this script! However, The link is broken. Could you possibly post this again?
Reply Children
No Data