GM189

MrPLC Member
  • Content count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

About GM189

  • Rank
    Hi, I am New!

Profile Information

  • Country Brazil
  1. I'm assuming that with coordinated motion you mean group related MC instructions, such as interpolation. I think you're correct, that's probably the best solution for my application, considering the acceleration ramps. My only concern is about the count modes: of them is linear and the other is rotary, with modulo from 0° to 360°. Is it possible to execute MoveLinear with my rotary axis moving beyond 360° (let's say, 3600°)? The Omron Motion Manual is a bit obscure about Linear movement with rotary axis.  
  2. It's definitely an option, yes. I just wonder if that ensures better synchronization between the axes in the ACC and DCC phase, as opposed to gearing one axis directly to the other.
  3. Hello everyone, new to this forum! I'm asking for advice on the synchronization between a rotary and a linear servo. Let's say, if the linear motor moves 20 mm the rotary one should turn 10 times (3600 degrees). It's a very similar situation to this thread. So there's 2 points to consider:   1. Can I perform linear interpolation if the rotary motor is working with modulo (from 0° to 360°)? How should I write the MC_MoveLinear parameters in order to achieve that with more than one turn, that is, target position beyond the modulo range? 2. I've also considered using electronic gearing, which would make my life easier with calculations, but if there's any type of delay between the servos (aka catching phase of the MC_GearIn) it could result in tool breakage. Is there a way to use electronic gearing while guaranteeing both acceleration and deceleration stay in sync?   The CPU I'm working with is the NX1P2-1040. Any advice is appreciated, thanks in advance!