User Tools

Site Tools


mp:drilling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mp:drilling [2021/07/21 19:07] allanmp:drilling [2021/07/21 19:21] (current) allan
Line 1: Line 1:
 +====== Grouping Drill Ops ======
 +
 Setting a check for drill ops can be a long line and apparently may not always catch all instances if you don't set it right, so I got this solution from Don Boire in the post team to set up a global variable called "drilling" and use that instead.  He also suggested using this method in other places like defining 5 axis motion, etc. Setting a check for drill ops can be a long line and apparently may not always catch all instances if you don't set it right, so I got this solution from Don Boire in the post team to set up a global variable called "drilling" and use that instead.  He also suggested using this method in other places like defining 5 axis motion, etc.
  
Line 23: Line 25:
  
 >Then just use ''drilling'' as your condition: >Then just use ''drilling'' as your condition:
-<code>+<code python>
 if not(drilling) & cycle832_active = no$, pcycle832  # Output CYCLE832 if not(drilling) & cycle832_active = no$, pcycle832  # Output CYCLE832
 </code> </code>
mp/drilling.1626894446.txt.gz · Last modified: 2021/07/21 19:07 by allan