Jig alignement and origins

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Jig alignement and origins

    Hello guys

    I'm having a brain storm trying to figure why after aligning a jig using utilities dialog box with specific origin for each axe the probe locates the auto vector when submitting a point coordinates , i mean its like that the machines knows where the part is while we have had only aligned the jig not the part , it is related to the origins yes but how does it work and one more important thing ,we always submit the specific origin in the negative way for ex (if X origin is 455 we must submit -455) why.

    thank you in advance

  • #2
    Translations are allowed but NOT required. Example:
    With Translations
    Code:
    READ_1     =FEAT/POINT,CARTESIAN
                THEO/<0,-11.915,9.64>,<0,0,1>
                ACTL/<27.5804,22.7525,-33.2671>,<0,0,1>
                READPOINT/
    
    CSY_1        =ALIGNMENT/START,RECALL:STARTUP,LIST=YES
                    ALIGNMENT/TRANS,XAXIS,READ_1
                    ALIGNMENT/TRANS,YAXIS,READ_1
                    ALIGNMENT/TRANS,ZAXIS,READ_1
                    ALIGNMENT/TRANS_OFFSET,YAXIS,11.915
                    ALIGNMENT/TRANS_OFFSET,ZAXIS,-9.74
                  ALIGNMENT/END
    
    CIR_1        =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,IN,LEAST_SQR
                  THEO/<0,0,9.55>,<0,0,1>,23.915
                  ACTL/<-0.0236,-0.0677,9.55>,<0,0,1>,23.9771
                  TARG/<0,0,9.55>,<0,0,1>
                  START ANG=-92,END ANG=268
                  ANGLE VEC=<1,0,0>
                  DIRECTION=CCW
                  SHOW FEATURE PARAMETERS=NO
                  SHOW CONTACT PARAMETERS=YES
                    NUMHITS=5,DEPTH=0,PITCH=0
                    SAMPLE METHOD=SAMPLE_HITS
                    SAMPLE HITS=0,SPACER=0
                    AVOIDANCE MOVE=NO,DISTANCE=2
                    FIND HOLE=DISABLED,ONERROR=NO,READ POS=NO
                  SHOW HITS=NO
    
    CSY_2        =ALIGNMENT/START,RECALL:CSY_1,LIST=YES
                    ALIGNMENT/TRANS,XAXIS,CIR_1
                    ALIGNMENT/TRANS,YAXIS,CIR_1
                  ALIGNMENT/END
    Without Translations
    Code:
    READ_1     =FEAT/POINT,CARTESIAN
                THEO/<0,-11.915,9.64>,<0,0,1>
                ACTL/<27.5804,22.7525,-33.2671>,<0,0,1>
                READPOINT/
    
    CSY_1        =ALIGNMENT/START,RECALL:STARTUP,LIST=YES
                    ALIGNMENT/TRANS,XAXIS,READ_1
                    ALIGNMENT/TRANS,YAXIS,READ_1
                    ALIGNMENT/TRANS,ZAXIS,READ_1
                  ALIGNMENT/END
    
    CIR_1        =FEAT/CONTACT/CIRCLE/DEFAULT,CARTESIAN,IN,LEAST_SQR
                  THEO/<0,11.915,-0.19>,<0,0,1>,23.915
                  ACTL/<-0.0236,11.8473,-0.19>,<0,0,1>,23.9771
                  TARG/<0,11.915,-0.19>,<0,0,1>
                  START ANG=-92,END ANG=268
                  ANGLE VEC=<1,0,0>
                  DIRECTION=CCW
                  SHOW FEATURE PARAMETERS=NO
                  SHOW CONTACT PARAMETERS=YES
                    NUMHITS=5,DEPTH=0,PITCH=0
                    SAMPLE METHOD=SAMPLE_HITS
                    SAMPLE HITS=0,SPACER=0
                    AVOIDANCE MOVE=NO,DISTANCE=2
                    FIND HOLE=DISABLED,ONERROR=NO,READ POS=NO
                  SHOW HITS=NO
    
    CSY_2        =ALIGNMENT/START,RECALL:CSY_1,LIST=YES
                    ALIGNMENT/TRANS,XAXIS,CIR_1
                    ALIGNMENT/TRANS,YAXIS,CIR_1
                  ALIGNMENT/END
    Using translations to put things back to 0 is for programmer ease, but not required as seen above. CSY_2 will still result at the same XY origin for CIR_1 measurement.

    Comment


    • Mranaskw
      Mranaskw commented
      Editing a comment
      excuse me but what do you mean by translations, I'm confused :/ and cant follow up cuz i didn't mention it , how is it related to my inquiry if i might ask

    • R2ah1ze1l
      R2ah1ze1l commented
      Editing a comment
      Initial comment had more to do with how I read the last line of your post. The 455 away reporting as -455, that is potentially a translation issue.

      The jig/part will be connected in a program based on your alignment recalls. If you programmed this 'offline' as the CMM collects the jigs data(not equal to offline position), it will shift your part to follow the offsets being found for your jig from home position on the CMM.

Related Topics

Collapse

  • Tomver
    Origin
    by Tomver
    Hi All,

    Our version is just updated to 3.7 (I know this is old ) but I'm having a problem with setting an origin after alignments were...
    02-11-2008, 10:28 AM
  • oriental_sun
    Setting up to datums
    by oriental_sun
    I am having a issue again with engineering, my problem is that they are trying to set up a datum scheme and set everything to A/B/C. This is fine but...
    12-01-2010, 02:23 PM
  • AuRules
    Origin Position
    by AuRules
    First thanks for the reply everyone on the first thread I sent out today.

    Now heres the second thread (question) instead of using a...
    01-10-2007, 04:12 PM
  • Mranaskw
    Origin offset submitting in reverse
    by Mranaskw
    hello

    when are doing jig alignment with custom offset to each origin we submit the origin in reverse so that machine reads it correctly for...
    01-12-2020, 01:33 AM
  • jhingle
    CAD Origin
    by jhingle
    Is there any way possible to change the CAD origin in v3.5? I read some posts from another thread that left me confused. Some people said you could only...
    04-29-2011, 02:13 PM
Working...
X