Skip to main content
17-Peridot
March 5, 2015
Solved

Turn off Intelligent Fastener

  • March 5, 2015
  • 2 replies
  • 1793 views

All,

 

We would like to turn off the PTC Intelligent Fastener option for all of our users because we need them to use hardware from our specific library. I have seen some discussions, but the following config.pro option does not work.

 

intelligent_fastener_enabled no

 

Creo 3 M030

 

I know I can remove it from the toolbar, but smart users could possible turn it back on which would cause devastating affects to our national security.

 

Lance L.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by TomU

Lance,

I worked with Mahesh on this same issue. What is not immediately apparent is that the Advanced Framework Extension (afx) uses the same core library as the Intelligent Fastener Extension (ifx). You can't turn off IFX unless you also turn off AFX. If you want to prevent this from being overridden, add the config options to a config.sup file (in the loadpoint).

2 replies

Mahesh_Sharma
22-Sapphire I
March 5, 2015

set config options:

afx_enabled no

intelligent_fastener_enabled no

TomU23-Emerald IVAnswer
23-Emerald IV
March 5, 2015

Lance,

I worked with Mahesh on this same issue. What is not immediately apparent is that the Advanced Framework Extension (afx) uses the same core library as the Intelligent Fastener Extension (ifx). You can't turn off IFX unless you also turn off AFX. If you want to prevent this from being overridden, add the config options to a config.sup file (in the loadpoint).