SCM Xilog Plus : parametric repetition


Results 1 to 5 of 5

Thread: SCM Xilog Plus : parametric repetition

  1. #1
    Member
    Join Date
    Apr 2018
    Location
    France
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default SCM Xilog Plus : parametric repetition

    Good morning all,

    I need to program a particular rebate which requires removing all the wood from the rebate to the edge according to the required width.I initiate a first simple rebate at the required X axis and since the bit is not big enough, I have to repeat the operation several times.I would like to set repeat according to a formula like "IF X <DX", then reproduce the "ABC" profile with a precise offset.

    Currently, I'm obliged to create a specific program depending of the with of the rebate to implement including one or many more lines desing to program the wood remove :-(
    But I think this can be optimized using parametric implementation.

    Can you guide me?


    Similar Threads:


  2. #2
    Member
    Join Date
    Apr 2018
    Location
    France
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default Re: SCM Xilog Plus : parametric repetition

    Nobody's got the answer ?



  3. #3
    Member coc9's Avatar
    Join Date
    Jul 2018
    Posts
    31
    Downloads
    0
    Uploads
    0

    Default Re: SCM Xilog Plus : parametric repetition

    Can you explain what you want graphically ? Rough sketches may do the job.



  4. #4
    Member
    Join Date
    Apr 2018
    Location
    France
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default Re: SCM Xilog Plus : parametric repetition

    For sure

    Let's say I have a piece of wood 400x300x19mm (just for the example, this is the pink part)), and a mill of 16 mm.
    I need to remove off 10mm of the height of this piece of wood from the last 100 mm to the end of the piece of wood. (yellow part) on the X axis.

    I could write into Xilog+ to go to X=300 mm, and to the first run to remove the 10 mm on the Z axis, but I still have to remove the last (100-16) mm (orange part)
    then , write again to do it at 300 + 16 mm,
    then , write again to do it at 300 + (16 x2) mm
    etc ..

    Is there any instruction to do it using a smart way like :
    to go x=300, do the job, and repeat it until the end of the piece wood ? (something like until X <> DX, then repeat)?

    SCM Xilog Plus : parametric repetition-test-jpg

    Attached Thumbnails Attached Thumbnails SCM Xilog Plus : parametric repetition-test-jpg  


  5. #5
    Member coc9's Avatar
    Join Date
    Jul 2018
    Posts
    31
    Downloads
    0
    Uploads
    0

    Default Re: SCM Xilog Plus : parametric repetition

    Im sorry i still could'nt understand what exactly you want to achieve. What i got from your info is first you want to remove 100x10 mm of material which is denoted by yellow part then again you want to remove material 100x16 mm which is denoted by orange color.
    If im correct then it can be done easily using the maestro software. Depends on your machine model and year whether it has got maestro or only panel mac. But even if you don not have maestro on your machine it may be possible to create what you want using maestro. I can try and create it in maestro if you want.
    Regards



  6. #6
    Member samiki's Avatar
    Join Date
    Apr 2021
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default Re: SCM Xilog Plus : parametric repetition

    Hello!

    here is one solution. Sure, you could do that another way, but this is the easiest.

    L L50 =100
    . A1
    G0 X=DX-L50 Y=0 Z=-10 V=3
    G1 Y=DY
    L L50 =L50-10
    IF L50>0 GOTO A1

    -Sami



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
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

SCM Xilog Plus : parametric repetition

SCM Xilog Plus : parametric repetition