Jump to content
OMRON Forums

Homing procedure in Gantry Mode Power Brick


derusso

Recommended Posts

Hello,

 

We are trying to implement a Homing procedure in Gantry Mode Power Brick,

Motor Xa is the leader and Motor Xb is the follower,

Minus and Plus HW limits are connected only at one side of the rail at Flags 1-4 X13.

While preforming Home procedure, only Xa became at Home complete flag while Xb is waiting endless for home complete.

 

what could be the reason for that?

625.JPG.c5a2e7d114094560eb36032cfdcce14a.JPG

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

If you have two separate motors using the same physical flag for homing, you have to point Motor[x].pLimits of both motors to the same hardware channel (e.g. PowerBrick[0].Chan[0].Status.a for both if using channel 0) into which the home flag is wired. Otherwise by default, your Xb will probably be looking at a channel that has nothing wired into it.
Link to comment
Share on other sites

In our case Motor[1].pLimits = Motor[2].pLimits = PowerBrick[0].Chan[0].Status.a. But, anyway, only Motor[1].HomeComplete gets true.

For follower motor Motor[2].HomeInProgress is true and nothing happens.

Here is our sequence:

1) Set leader/follower mode:

Motor[1].ServoCtrl = 1;

Motor[2].ServoCtrl = 8

Motor[2].CmdMotor = 1

...

2)Set CS:

#1->X

#2->0

3)Home Procedure:

- jog X1 and X2 until limit

- home 1,2 from limit and stop

- set max and min positions

 

Please, advise.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

×
×
  • Create New...