[La...] Posted September 23, 2021 Share Posted September 23, 2021 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 More sharing options...
[No...] Posted September 24, 2021 Share Posted September 24, 2021 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 More sharing options...
[Is...] Posted September 27, 2021 Share Posted September 27, 2021 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 More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in