Jump to content
  • 0

Best practice in interlocking the simple motion modules in any Mitsubishi PLC platforms?


Al Armin

Question

There are multiple conditions for a move to be processed, in the motion controllers (IQ-F, IQ-R, IQ, L):
 
1. Servo on
2. No errors
3. Home has been completed
4. The motion is not busy
5. The has servo homed in a jog circuit that is not necessary
6. The move position has no interlocks for servo ready and home competed (nothing in code proventing the signal)
 
The way we typically do this, is when the servo is on and no errors then we have a servo ready bit that we interlock with any move commands
- Also there are busy bits that we check before starting to make sure an axis is not busy
- Make sure that you are not doing more than one command at a time.
- Use below IO to see if there is any error and if the axis is busy. This is more of a start condition than a interlock being that when asking to move the busy bit will change state.

image (16).png

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...