hexagon logo

Weird behavior of CMM. PCdmis runs ok, Inspect not

Hello all.

So I am having this issue where in one of my programs the DCC alignment fails but only when I execute the program from Inspect (version5.1.210.0) and not within PCdmis V2017 R2. The program starts correctly, probes a circle and then moves 10mm away in inspect trying to probe the plane. In PCdmis, the plane is probed as expected and the program continues.

The program is in a read only location for many many years and all this time using PCdmis we did not have any issue. Using inspect, the problem arises. I also tested in a second machine and same thing happens. I though Inspoect was a UI portal for the operator so what gives? 

Any help will be much appreciate it.

PS: The program cannot be revised that easily and any change takes ages in my enterprise and this issue is impacting production and also makes production and management think less of me as I opted for Inspect :S

Parents Reply Children
  • Since you say your program is validated and you are not allowed to modify it, you should definitely have Inspect set to make a local copy.  This guarantees that Inspect always takes the original, (validated) routine and copies it locally before executing.  Data would only ever be saved to that local copy which is discarded after execution.

    Running the master routine should behave exactly the same was as running a copy but the copy gives you extra protection.  It is very easy for an operator to accidentally add unwanted move points (by accidently pressing the teach button on the jogbox for example).  This would easily go unnoticed when running through Inspect because PC-DMIS is hidden.  Allowing Inspect to always run a local copy means that changes - accidental or otherwise - would never be saved to your validated maser routine.

  • Well the programs are stored in a read only network folder on a daily backup routine. Remotes are not really used by production and protected modes are enabled in PCDMIS. Also I doubt it is possible to modify anything and save the change while using Inspect. In any case, I need our IT support in order to change settings in Inspect to try with the local copy execution (at this point I highly doubt this will fix anything). 

    Brainstorming here... Is it possible that inspect sees the X axis in inches instead of mm and thus behaves weird in this case only? At this point I am totally lost and I stat to worry that other validated programs will follow the same behavior ultimately making it a huge risk for NCs.

  • If you want to resolve it, Get IT to implement the checkbox change.  Fill out a protocol deviation (or whatever bureaucratic crap you need to jump through) to justify the change.

    PCDMIS, going back to its origins, has ALWAYS had issues with file usage when it is not locally stored on the PC that is controlling the system.

  • Thanks, I will do the necessary and report back