Jump to content

Navigator


---
 Share

Recommended Posts

We have an offline seat that has Navigator, one CMM without Navigator and one CMM with Navigator. Until now, it wasn't a problem, but now I must have checked/unchecked something that has caused measurement plans to have the Navigator feature active. Is there anyway to deactivate it in the measurement plan?
Thank you for the help!!!!!!
Link to comment
Share on other sites

I'm not sure if it is possible to dectivate it on a Calypso seat without Navigator, but to prevent this in the future, deactivate the Navigator license of the offline seat (Extras , Settings, ...., Licenses, uncheck Navigator).
You can of course change the measurement plans back on the offline seat (with active Navigator license) by unchecking the Navigator checkmarks in the feature strategies and setting scanning speed etc. yourself.
Link to comment
Share on other sites

Not sure if is possible to deactivate automatically, but at least you can verify:
if not cmmCanUseNavigator() then
display("Navigator option not available")
endInspection()
endif
or
if (not cmmCanUseNavigator()) and (not getRunMode("simulation")) then
display("Navigator option not available")
endInspection()
endif
Link to comment
Share on other sites

 Share

×
×
  • Create New...