Simple Rotation Sensing

franchois13

Member
Join Date
Nov 2008
Location
london
Posts
76
Hi Guys,

I have a simple project but i think i need some ideas from you guys to help me get started. i need to install a rotation sensing circuit to a packing machine tape reel despenser that would stop the machine if the tape runs out, snapped, etc... machine is plc controlled and a sensor to be installed on tape reel holder is to be activated by a series of notches. everything is prepared apart from the very important one, i need help on building the ladder logic for this purpose. i hope you guys can give me ideas how to write the ladder diagram.
Cheers!
 
For this type of problem, I typically have a timer that runs when the sensor should be moving. The timer is preset to a value longer than the worst case time between the sensor changing states. I reset the timer with a 1 shot on each false and each true transition of the sensor. If the timer gets done, then the sensor hasn't changed states which indicates a fault.

What kind of PLC are you using?
 
For this type of problem, I typically have a timer that runs when the sensor should be moving. The timer is preset to a value longer than the worst case time between the sensor changing states. I reset the timer with a 1 shot on each false and each true transition of the sensor. If the timer gets done, then the sensor hasn't changed states which indicates a fault.

What kind of PLC are you using?

thanks mate, i really appreciate it, its clear and very logical. i am using mitsubishi fx-on plc.
 
I use two timers one for N/O, one for N/C if the contact stays open or closed the appropriate timer will complete. Same as OkiePS's solution only different. We assume your pulse rates are low enough for the PLC to recognise.
Roy
 

Similar Topics

Hello again..trying something on an existing poorly written program and just wanted to double check something system is an A-B MicroLogix 1200 In...
Replies
5
Views
167
Hi all, Writng a FB in ST on Beckhoff TC for a pulser which turns on and off on a cycle, is paused by turning bControlInput to FALSE, but resumes...
Replies
6
Views
248
I'm trying to build my Classic Step 7 programming skills this weekend. I get stuck on little things that are not covered in YouTube tutorials. I'm...
Replies
7
Views
316
I have a program that does a 7 second "scan" sensor calibration routine whenever a setting (setting is called assistance level or "AL" and ranges...
Replies
3
Views
212
Hi all, I have a simple question that I have overcomplicated and gotten stuck on. I have a variable, we can call it "light" that I need to stay...
Replies
4
Views
310
Back
Top Bottom