Kinetix 5500 digital input

jaygrim

Member
Join Date
Jul 2019
Location
Quebec
Posts
2
Hi,
My question is about the digital input on the Kinetix 5500.

Is there a way to trigger a repetitive precise movement by using a proximity sensor.

In my context, I'm using a servo that moves 350 increments per minute and I don't want to lose time because of the latency of the ethernet communication and the proccessing.

I know that I can wire my sensor through an input of my PLC, process it and output it to my drive after that. But is there a way to do it witout passing in the PLC

The servo does the same incremental movement again and again. (no complex positionning)

I consider myself as beginner in PLC programming.
Thanks in advance

JG
 
A couple options....
You can wire a prox to the digital input and use the inputStatus bit the same way you would use a PLC input. You will have similar delays to using a standard PLC input because the drive needs to see it and then report the status back to the PLC via Ethernet.

I think the answer that ou are looking for is....You can use that servo input as a high speed registration input. You will need to use an MAR (Motion Arm) instruction to arm the registration input. When the servo sees the input trigger (MAR instruction .PC bit true), it will record the exact time and servo position. You can use those values (typically the RegistrationPosition) to calculate required moves etc.

From a pure time perspective, you can also wire your prox to a Controllogix High Speed Input card. It will give you the exact time that the prox changed state.
 

Similar Topics

Hi all, I am upgrading a couple of 2094-BC01-M01 servos with 2198-H015-ERS. The original code uses MSG instructions to control (release, engage...
Replies
2
Views
85
Hello everybody, I have Kinetix 5500 (2198-H040-ERS). I'm having issue with this drive. (I believe it's the drive/Kinetix and need confirmation)...
Replies
0
Views
62
Good day: I am wondering if anyone has experience with the Kinetix 5500 S33 Fault. I have 3 drives in a group set as follows: 2198-H025-ERS2...
Replies
5
Views
189
Hi guys! I have 3 servos for X,Y,Z axis controlled by Kinetix 5500. In Studio 5000 there is one Predefined tag in AXIS_CIP_DRIVE called...
Replies
4
Views
205
Hi all, New here and new all round to PLC`s. We have a servo drive that runs a cross travel beam backwards and forwards. I am having trouble with...
Replies
3
Views
255
Back
Top Bottom