News:

  • September 23, 2026, 10:04:08 AM

Login with username, password and session length

Author Topic: AXCAM  (Read 11608 times)

MBAutomation

  • Sr. Member
  • ****
  • Posts: 60
AXCAM
« on: July 25, 2023, 03:57:55 PM »
Hello,

I need some clarification on the sample project in the Do-more manual.  It?s the AXCAM instruction. Sample starts on page  I?m the example it is using N0 for both X and Y and it?s also using N0 for the index loop.  Is this correct or was it a typo?


My second question.  Do I need to fill out 61 plot points with data, is is the Sin/Cos function doing that for me?

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3847
    • Host Engineering
Re: AXCAM
« Reply #1 on: July 25, 2023, 04:26:01 PM »
Which manual has examples of AXCAM?  What is the title of the manual?  Do you have a link to the .pdf?

MBAutomation

  • Sr. Member
  • ****
  • Posts: 60
Re: AXCAM
« Reply #2 on: July 25, 2023, 06:25:30 PM »
Sorry about that I thought I attached  the manual.     It?s a BRX PPC https://cdn.automationdirect.com/static/manuals/brxuserm/ch11.pdf

Page 11-74
« Last Edit: July 25, 2023, 06:27:20 PM by MBAutomation »

rlp122

  • Sr. Member
  • ****
  • Posts: 92
Re: AXCAM
« Reply #3 on: July 25, 2023, 11:40:58 PM »
For drawing a coarse circle the example is correct.  N0 is 0 to 60 * 6 = 0-360 degrees.  COS for X, SIN for Y.  N0 is used as the index for the data for 60 points worth of plotting.

MBAutomation

  • Sr. Member
  • ****
  • Posts: 60
Re: AXCAM
« Reply #4 on: July 26, 2023, 06:44:47 AM »
You don?t happen to have this program file you can share do you?

MBAutomation

  • Sr. Member
  • ****
  • Posts: 60
Re: AXCAM
« Reply #5 on: July 26, 2023, 11:16:54 PM »
I have it working, it was an axis setting. 

My next question.  In the example it?s utilizing two servos with the same type of drive. I?m assuming since the set points are the same.

In my system (Y) is on a lead screw and my (X) is on a timing belt.

In the Sin and Cos formula, mainly D10 (50000) ,  do I need to make the numbers reflect the different axis, or will they be the same numbers.

rlp122

  • Sr. Member
  • ****
  • Posts: 92
Re: AXCAM
« Reply #6 on: July 27, 2023, 10:59:05 PM »
The two axis need to be identical to form a circle.  This can be done by using similar hardware or in your case the math may need adjusting to account for the mechanical differences.  Without empirical testing of how the axis interact it would be difficult to give good guidance on this aspect.

MBAutomation

  • Sr. Member
  • ****
  • Posts: 60
Re: AXCAM
« Reply #7 on: July 30, 2023, 10:18:08 PM »
Sounds good.  Thank you!