a module defined tag indicating servo motor not turning

unsaint32

Member
Join Date
Oct 2012
Location
minneapolis
Posts
365
We have a servo motor that moves a chute horizontally. The chute drops the parts when the chute door opens. However, sometimes the door closes too soon, clamping the part that had not quite finished falling out.

I want to add a HMI button for the operator to manually open the door to free the stuck part, but the door must not open while the chute is moving. So the manual button must be enabled only when the chute is not traveling.

Our set up uses RSLogix 5000 (v. 19.01) and Kinetix 6500 with a servo motor.

Is there any servo axis tag from the Kinetix that I can use in order to indicate a status of the motor shaft NOT turning?

Thanks.
 
Last edited:
Run a trend on the .ActualVelocity value of the Axis tag and see if it's stable enough to use in a "LES" instruction while the axis is at a standstill.

What instructions run the chute axis ?

If the axis is not being homed, or jogging, or gearing, or under the command of a motion instruction like MAM, then the .JogStatus, .GearingStatus, .HomingStatus and .MoveStatus bits will all be false.
 
Run a trend on the .ActualVelocity value of the Axis tag and see if it's stable enough to use in a "LES" instruction while the axis is at a standstill.

What instructions run the chute axis ?

If the axis is not being homed, or jogging, or gearing, or under the command of a motion instruction like MAM, then the .JogStatus, .GearingStatus, .HomingStatus and .MoveStatus bits will all be false.

Would the .MoveStatus be true when jogging or homing?
 
Last edited:

Similar Topics

Hi PLCs.net! I'm using Studio5k V32, and I have an EDS file for the Fanuc 30r-ib plus controllers. I have an excel spreadsheet with bitwise...
Replies
1
Views
1,442
Dear all, I am new to Allen Bradley PLCs and I have the following question. I want to know where to find a clear explanation of the register...
Replies
0
Views
1,074
Answered my own question. Didn't realize it was already under the controller Tags section. Sorry couldn't figure out a way to delete the topic.
Replies
0
Views
1,433
Hello, This is not a question that's causing me problems, but I'm uncomfortable not understanding it: In RSLogix 5000, I have a module-defined...
Replies
8
Views
7,938
Hello Forum, I'm new to the AB family of controllers and software. Most of my experience has been with Mitsubishi FX series controllers. I've...
Replies
5
Views
5,882
Back
Top Bottom