hexagon logo

Odd Question

I have a new guy that just started and is telling me that, as of PC Dmis 2018, the software doesn't calculate round slot lengths, widths and locations correctly. So he measures all slots as square slots. 

I've been checking round slots for years with no issues and very good correlation between the CMM and hard gages. I would think, if there was an issue like this going back to 2018, it would have been addressed or something. 

Does any of this make sense to anyone or do I have a new guy making things up?

Parents Reply Children
  • ok i'll bite, what do you you use it for? 

    EDIT: OH for your wire machine? 

  • Nope, I have several DOS batch files on the main CMM PC (XP) for setting up new jobs, archiving old jobs, daily backups, etc.

    c:\batch\deltree.exe /y e:\backups\1-mon
    c:\batch\deltree.exe /y n:\validator\1-mon
    mkdir e:\backups\1-mon\pcdmis
    mkdir e:\backups\1-mon\datapage
    mkdir e:\backups\1-mon\pcdmis-global
    mkdir n:\validator\1-mon
    mkdir e:\backups\1-mon\docs
    xcopy c:\pcdmis\jobs e:\backups\1-mon\pcdmis\ /y /e
    xcopy n:\datapage\part e:\backups\1-mon\datapage\ /y /e
    xcopy n:\jobs e:\backups\1-mon\pcdmis-global\ /y /e
    xcopy c:\pcdmis\jobs n:\validator\1-mon /y /e
    xcopy c:\my-docs\excel\plot-files\9-plot-files\z-masters\*.xls e:\backups\1-mon\docs /y

    sample of a daily backup batch file.  Notice all those lovely DOS commands!!!!!!

    Deltree is one of my favorites, especially with the /y added to the command, completely deletes the entire target address without prompting for approval.

  • fascinating. what prompted the need for these commands Matt? 

  • been running those for decades, when XP was NEW, needed to do my own backups, and the cheap IT only bought tiny HD's, so, I had to delete (deltree) the previous week's backups before doing the new one due to jobs being archived off and no longer needed.  if no deltree the backup folder just kept getting bigger and bigger and bigger....