585,982 active members*
4,549 visitors online*
Register for free
Login
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2012
    Posts
    15

    MIRROR AXIS POSITION

    Mirror axis position

    Hello everybody I am trying to restore the axis machine position after switch off the mirror function on does not correct position.

    I am doing a macro to check the position of the machine after switch off the mirror function to check that everything has done correctly. to avoid switch off the machine for each time that the mirror function is not good turn off on the right position

    Now I know when the machine has a problem with the mirror position but always do I have to turn off the machine to restore the axis position?

    Is there any way to solve this problem by macro?

    Any idea would be very appreciate

    This is the macro that I am using to check the machine position but is not complete, lack the last part to restore the correct machine axis position.



    G91G30Z0
    G91G30X0Y0
    #110=#3007

    IF[#110EQ1.0]GOTO10
    IF[#110EQ2.0]GOTO10
    IF[#110EQ3.0]GOTO10
    IF[#110EQ8.0]GOTO10

    IF[#110EQ0.0]GOTO20

    N10
    G91G30Z0
    G28B0
    G28X0Y0M23

    N20

    G90G00B0
    G91G30Z0
    G91G30X0Y0

    #111=#5021
    #112=#5024

    #115=#5041
    #116=#5044

    #111=ROUND[#111*10]/10
    #112=ROUND[#112*10]/10
    #115=ROUND[#115*10]/10
    #116=ROUND[#116*10]/10


    IF[#111NE#115]GOTO30
    IF[#112NE#116]GOTO30

    M99

    N30

    #120=1.
    #3006=1(WARNING)
    IF[#120EQ1.]GOTO30

    M99


    Thanks

  2. #2
    Join Date
    Apr 2012
    Posts
    15

    Re: MIRROR AXIS POSITION

    Is there any possibility to do this with macros or any parameter to solve this problem?

Similar Threads

  1. Z axis height as a function of Y-axis position..
    By bo.gardmark in forum PCB milling
    Replies: 1
    Last Post: 06-07-2012, 07:55 AM
  2. 80W laser tube position from first mirror
    By BuckeyenNJ in forum Laser Engraving / Cutting Machine General Topics
    Replies: 7
    Last Post: 04-09-2012, 10:11 AM
  3. Way to take gcode for one axis and mirror it for another axis?
    By genestapp in forum Uncategorised CAM Discussion
    Replies: 2
    Last Post: 10-09-2010, 04:14 PM
  4. Replies: 0
    Last Post: 08-02-2009, 10:37 PM
  5. Mirror image C-axis.
    By M-man in forum Daewoo/Doosan
    Replies: 3
    Last Post: 02-06-2007, 06:35 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •