Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Mill with an external axis

#8
You should make sure your kinematics is built properly with your BASE data. Here are some examples:
Code:
$BASE = EK (MACHINE_DEF[2].ROOT, MACHINE_DEF[2].MECH_TYPE, { X , Y , Z , A , B , C })
$BASE = EK(EX_AX_DATA[1].ROOT,EX_AX_DATA[1].EX_KIN, { X , Y , Z , A , B , C })
$BASE = EK(EX_AX_DATA[1].ROOT,EX_AX_DATA[1].EX_KIN,EX_AX_DATA[1].OFFSET)

If you configure your controller properly you can simply link the base to a base data in your table. This is the default behavior. For example, if the turntable reference is called "Frame 4", you should see this base definition:
Code:
$BASE = BASE_DATA[4]


Messages In This Thread
Mill with an external axis - byserg_kub- 06-01-2021, 07:07 AM
RE: Mill with an external axis - byJeremy- 06-01-2021, 11:48 AM
RE: Mill with an external axis - byserg_kub- 06-01-2021, 12:30 PM
RE: Mill with an external axis - byJeremy- 06-01-2021, 01:26 PM
RE: Mill with an external axis - byserg_kub- 06-01-2021, 01:31 PM
RE: Mill with an external axis - byJeremy- 06-01-2021, 04:00 PM
RE: Mill with an external axis - byserg_kub- 06-01-2021, 04:16 PM
RE: Mill with an external axis - byAlbert- 06-01-2021, 06:14 PM
RE: Mill with an external axis - byserg_kub- 06-02-2021, 05:04 AM



Users browsing this thread:
1 Guest(s)