Previous in Forum: Building a Load Cell + Software System to Analyse Dynamic Forces   Next in Forum: W.C. Fields Claimed to Be an Expert
Close
Close
Close
4 comments
Rate Comments: Nested
Participant

Join Date: Mar 2010
Location: NIGERIA
Posts: 4

Modification of Pull Rope Switches in a Cement Plant

07/18/2013 7:33 AM

We are experiencing a serious challenge in our plant that the pull rope trips belts and we do not know how to identify that particular pull rope switch from our DCS AND CGS.

We are planning to use light indicating switches to track the location of these switches whenever they trip. Please, I need advice.

Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.

Good Answers:

These comments received enough positive votes to make them "good answers".
Guru
United Kingdom - Member - Indeterminate Engineering Fields - Control Engineering - New Member

Join Date: Jan 2007
Location: In the bothy, 7 chains down the line from Dodman's Lane level crossing, in the nation formerly known as Great Britain. Kettle's on.
Posts: 32175
Good Answers: 839
#1

Re: modification of pull rope switches in a cement plant

07/18/2013 7:39 AM

The simplest way to do this would be to break-out the auxiliary contacts on each of the safety relays onto individual inputs to the control system. Once that has been done, the rest is configuration programming.

No downtime, with a bit of care.

__________________
"Did you get my e-mail?" - "The biggest problem in communication is the illusion that it has taken place" - George Bernard Shaw, 1856
Register to Reply
2
Guru

Join Date: Jun 2009
Location: South of Minot North Dakota
Posts: 8376
Good Answers: 775
#2

Re: Modification of Pull Rope Switches in a Cement Plant

07/18/2013 10:12 AM

It may be possible to set up each switch with a small resistor with a specific resistance across each switch in itself.

Say 1000 ohms on the first switch 2000 on the second and so on.

By reading the circuit resistance you would have a good idea of which switch to go and look for.

Register to Reply Good Answer (Score 2)
Guru
Popular Science - Cosmology - New Member Technical Fields - Technical Writing - New Member Engineering Fields - Energy Engineering - New Member Engineering Fields - Electrical Engineering - New Member Engineering Fields - Control Engineering - New Member Engineering Fields - Electromechanical Engineering - Old Member, New Association

Join Date: Apr 2008
Location: Lexington, KY
Posts: 1639
Good Answers: 73
#3

Re: Modification of Pull Rope Switches in a Cement Plant

07/18/2013 11:50 AM

We had similar issues. We even used the spare contacts to turn on little light on top or near the base of the pull cord. It was very unsatisfactory. The problem was that each set of contacts are independent. That frequently resulted in the safety circuit being tripped but the indicator set of contacts needed a little more travel to work.

Now, we always know exactly which one is tripped. Each safety device has its own input channel. There no "shared" conductors, and the system meets all the new safety standards.

If the parallel sets of contacts don't cause you problems, then the light bulbs will burn out without letting you know about it. You will still be in that sinking boat.

__________________
A great troubleshooting tip...."When you eliminate the impossible, whatever remains, however improbable, must be the truth." Sir Arthur Conan Doyle
Register to Reply
Guru

Join Date: Nov 2007
Location: Eastern Arizona mountains on Route 666 about a mile from God's country
Posts: 1676
Good Answers: 122
#4

Re: Modification of Pull Rope Switches in a Cement Plant

07/19/2013 10:36 AM

Not sure which DCS or CGS system you are using however most of the newer programming software packages have "first out sequencing" function blocks for this very reason.

Because the processor program is scanned in sequence on a set timing interval the logic is fast enough to detect the time difference in cascaded input events.

If you are working with ladder logic and there is not a "first out sequencing" function block available you can simple create a ladder with the first switch in the physical first position electrically in the first executable rung, then the second switch in the physical second position electrically in the second executable rung, and so on. Once this routine is created and proved, simply assign it as a subroutine that executes continously with a "call" instruction and label with appropriate name.

The logic feedback circuit to accomplish this requires an input for each and every switch being monitored installed at/on the downstream side of the contact and returning to the I/O as a digital input.

Be sure to assign the switch identification tags in the program to match the physical location in the electrical circuit.

Once you set up the "first out sequencing" table, you can create the HMI graphics on screen with the switch identity and location for ease of troubleshooting.

If you need help feel free to contact me via email at: james_morris@fmi.com

__________________
They said; "Brain size?" I heard; "Train size?" so I said: "I'll take a small one, thank you."
Register to Reply
Register to Reply 4 comments

Good Answers:

These comments received enough positive votes to make them "good answers".
Copy to Clipboard

Users who posted comments:

NotUrOrdinaryJoe (1); PWSlack (1); SHOCKHISCAN (1); tcmtech (1)

Previous in Forum: Building a Load Cell + Software System to Analyse Dynamic Forces   Next in Forum: W.C. Fields Claimed to Be an Expert

Advertisement