element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Altium CircuitStudio
  • Products
  • Manufacturers
  • Altium CircuitStudio
  • More
  • Cancel
Altium CircuitStudio
Altium CircuitStudio Forum Disable collision detection
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Altium CircuitStudio to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Locked Locked
  • Replies 6 replies
  • Subscribers 88 subscribers
  • Views 5011 views
  • Users 0 members are here
Related
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Disable collision detection

tyro01
tyro01 over 6 years ago

Hello,

A collision was detected when I added fiducial mark close to QFP footprint.

Can I disable collision detection in this part? Or I have to include these pads in the footprint?

 

image

Am I missing something more important?

 

tyro

  • Cancel
Parents
  • adamwebber
    0 adamwebber over 6 years ago

    You may have to specify the exact component in your rules and set the collision distance to -1 for that component.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • tyro01
    0 tyro01 over 6 years ago in reply to adamwebber

    James, Thank you for your response.

    image

    Hmm. I found this menu. Do you mean this?

     

    tyro

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • adamwebber
    0 adamwebber over 6 years ago in reply to tyro01

    Yes, in a way.  I am now looking at CS now and trying to figure out exactly how you can fix this.  I was hoping that you would be able to select components or footprints in the clearance section but I guess not.

     

    I have had success in editing the *.RUL file associated with the project in the past.  In the rules, duplicate your clearance rule.  Call it 'Clearance Fiducial' or something.  Place the copy as a higher priority in the rules.  Right-click the rule and export it.  Open it with a good text editor like Notepad++.  Now find where it says SCOPE1EXPRESSION in the new rule you've just created.  Should be the first one.  Change this to:

    SCOPE1EXPRESSION=HasFootprint('Fiducial') ...or whatever your footprint is named.

    SCOPE2EXPRESSION=HasFootprint('QFN64')  ...or whatever your footprint is named.

    Save the file and import it back into the Clearance category of your rules.

    Now this might or might not work.  You may be able to meddle with this and get it to work.  Like I said, I have had good luck performing this process in the past but that was older versions of CS.  It has since been updated to include a lot of the stuff that I used to have to edit manually.  You may need to change the values in the rule before you export it.  I'm not sure what will be saved by CS after you change the rules in notepad++.  In the past, I made my rules and set the values and then exported the file.  I edited them in notepad++ and imported them back in.  Then I never touched them again. 

     

    Lastly, it is always a good idea to save an original copy before you edit this.  Make a copy of your whole project just to be safe.

     

    I hope you get this to work.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • adamwebber
    0 adamwebber over 6 years ago in reply to tyro01

    Yes, in a way.  I am now looking at CS now and trying to figure out exactly how you can fix this.  I was hoping that you would be able to select components or footprints in the clearance section but I guess not.

     

    I have had success in editing the *.RUL file associated with the project in the past.  In the rules, duplicate your clearance rule.  Call it 'Clearance Fiducial' or something.  Place the copy as a higher priority in the rules.  Right-click the rule and export it.  Open it with a good text editor like Notepad++.  Now find where it says SCOPE1EXPRESSION in the new rule you've just created.  Should be the first one.  Change this to:

    SCOPE1EXPRESSION=HasFootprint('Fiducial') ...or whatever your footprint is named.

    SCOPE2EXPRESSION=HasFootprint('QFN64')  ...or whatever your footprint is named.

    Save the file and import it back into the Clearance category of your rules.

    Now this might or might not work.  You may be able to meddle with this and get it to work.  Like I said, I have had good luck performing this process in the past but that was older versions of CS.  It has since been updated to include a lot of the stuff that I used to have to edit manually.  You may need to change the values in the rule before you export it.  I'm not sure what will be saved by CS after you change the rules in notepad++.  In the past, I made my rules and set the values and then exported the file.  I edited them in notepad++ and imported them back in.  Then I never touched them again. 

     

    Lastly, it is always a good idea to save an original copy before you edit this.  Make a copy of your whole project just to be safe.

     

    I hope you get this to work.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • tyro01
    0 tyro01 over 6 years ago in reply to adamwebber

    Thank you for your great hack.

    I couldn't find .RUL file at CircuitStudio installed folder and my project folder. route.rul file is existing but I think it is not for this purpose. Is .RUL generate automatically based on user setting?

     

    My project file will deliver to customer, I have to keep version compatibility. So I'll create a blank project and try your method and report this result at this thread.

    I use QFP with fiducial mark frequently and am sure everybody uses same layout.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • adamwebber
    0 adamwebber over 6 years ago in reply to tyro01

    I had a problem exporting the RUL file.  I had to change folders, otherwise it would not save.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • tyro01
    0 tyro01 over 6 years ago in reply to adamwebber

    RUL file is generated by Gerber output, but... Anyway I understand your RUL editing method. I believe Altium Designer can solve smart on some kind of dialog. CircuitStudio is also complicated EDA tool, I have to learn through trial and error.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube