ML1400 Event on PTO Output

lostcontrol

Lifetime Supporting Member
Join Date
May 2009
Location
NeverSayNever
Posts
1,069
Yep, I'm hammering this topic o_O
For this application, we want the operator to be able to adjust when something happens based on a certain position. We can know this position by the no. of Pulse's output, but I need the event to happen then!
If we had an encoder this would work, but we don't.

I can't see any option to achieve this without feeding the output pulse back into the HSC input & do it that way, but am concerned about what this might do to the drive axis..

Anyone have any suggestions?
 
We can know this position by the no. of Pulse's output, but I need the event to happen then!
I don't quite understand your problem. You can monitor the OPP register to see how far your axis has traveled at any given instant and use comparison instructions in the ladder logic to trigger actions from that position. But it's only as good as your PLC's scan time; are you concerned that the response time wouldn't be fast enough?

Your idea of paralleling the high speed output into a high speed counter does seem slightly unorthodox but I don't really see a problem with it. Electrically it should work fine. (I assume you plan to set the HSC PFN register to trigger an interrupt with the desired actions.)

Unless your scan time is unusually high, I doubt if there would be much functional difference between the two methods.
 
Yes, I am concerned about scan time. Previous machines of similar style we have done with input interrupts, event interrupts & earlier with motion controllers with 1ms scan time.
This machine has ~50ms to do its thing, so any overhead due to scantime etc will add to this, possibly causing limitations. I have no idea what the scan time is yet, as am still developing code.

Yep, the plan would be to use the HSC interrupt function to achieve the same thing. ON previous machines, the interrupt position has been adjustable, so am trying to maintain the same thing..

Once I have the code in & running, I can see what the scantime is & re-assess I guess.
 

Similar Topics

hello friends i am communicating my ML-1400 PLC(SERIES A) with some device (currently I am using a microcontroller based on ATmega 328 popularly...
Replies
11
Views
3,995
Hello, I am new here and have been working with PLCs for a few years now. I have been tasked with setting up a Micrologix 1400….. to a Cmore 10...
Replies
10
Views
487
Hi, We may of finally received out first v21 ML1400. IP address set, proceed to download standard file for our machines & at about the 80% mark...
Replies
10
Views
1,438
I have a Allen Bradely 1500 that has a cracked board. It still works but needs replaced (battery is no longer connected). To make migration easier...
Replies
10
Views
3,222
Hi, I've got a new project for a vacuum conveying system. We require to add another HMI to the existing system which will then feed 2 separate...
Replies
6
Views
1,825
Back
Top Bottom