Kinetix 5500 digital input

jaygrim

Member
Join Date
Jul 2019
Location
Quebec
Posts
1
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 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
152
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
182
Hi all, Maybe silly question but want to make sure. I have not found anything in the manual about that.. On Kinetix 5500 you can use either 1Ph...
Replies
4
Views
173
Good evening all! I hope you folks are doing alright today, as I've got a situation that I believe I've come up with a solution to but I wanted to...
Replies
1
Views
425
Back
Top Bottom