You are not registered yet. Please click here to register!


 
 
plc storereviewsdownloads
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc.
 
Try our online PLC Simulator- FREE.  Click here now to try it.

---------->>>>>Get FREE PLC Programming Tips

New Here? Please read this important info!!!


Go Back   PLCS.net - Interactive Q & A > PLCS.net - Interactive Q & A > LIVE PLC Questions And Answers

PLC training tools sale

Reply
 
Thread Tools Display Modes
Old October 13th, 2011, 06:25 PM   #1
mike64b
Member
United States

mike64b is offline
 
Join Date: Oct 2011
Location: richland
Posts: 77
Beginner PLC and Application Questions

Hi, so I am just getting into PLC's for a project and am looking at using the Allen Bradley 2711C PanelView C600 in combination with a Micrologix 1200 PLC.

The plan is to have the panelview be the menu for the system which allows what specific tests will be run. This is communicated with the PLC via the serial connection and the PLC will then pulse a Motor Driver in order to set the correct motor directions/speed etc.

Basically, the motor driver is a 2 axis driver, it has a few different inputs (clock, direction, speed) etc that need to be pulsed with 5v signals.

I want to make sure the PLC, using relay outputs, can supply these pulses to the driver?

Also, is what I have detailed possible with this system? I am a little confused about how to go about all of this using only ladder logic but I'm assuming its possible. I appreciate any suggestions/comments

Thanks!
  Reply With Quote
Old October 13th, 2011, 07:54 PM   #2
DamianInRochester
Lifetime Supporting Member + Moderator
United States

DamianInRochester is offline
 
DamianInRochester's Avatar
 
Join Date: Jan 2011
Location: Rochester NY
Posts: 1,119
No, you need transistor outputs to drive a step signal. Preferably high speed outputs (aka PTO). There is no reason you can't get an expansion card for this on the ML1200.
  Reply With Quote
Old October 13th, 2011, 08:11 PM   #3
mike64b
Member
United States

mike64b is offline
 
Join Date: Oct 2011
Location: richland
Posts: 77
Wow.. well big mistake on my part. I really hope Allen Bradley will let me exchange PLC's :\

I was under the assumption relay outputs would work for both DC/AC signals so I could just supply a DC 5v and turn on/off the outputs to create a pulse generator.

I'm looking over the choices here, how do i determine if i want sink/source or fet?

Last edited by mike64b; October 13th, 2011 at 08:15 PM.
  Reply With Quote
Old October 13th, 2011, 08:17 PM   #4
sthompson
Lifetime Supporting Member + Moderator
Canada

sthompson is offline
 
sthompson's Avatar
 
Join Date: Jan 2007
Location: Vernon, BC
Posts: 1,710
Quote:
Originally Posted by mike64b View Post
Wow.. well big mistake on my part. I really hope Allen Bradley will let me exchange PLC's :\

I was under the assumption relay outputs would work for both DC/AC signals so I could just supply a DC 5v and turn on/off the outputs to create a pulse generator.
Relay Outputs take time to cycle On-Off-On. Say something like 300 ms, so you aren't going to be moving anything too fast. Mechanical Contacts can also have bounce. As Damian said, Solid State is the way to go. Several of the MicroLogix Line have dedicated Inputs for Encoders, and Outputs for PTO and PWM. That is what you should be looking at.

Quote:
Wow.. well big mistake on my part. I really hope Allen Bradley will let me exchange PLC's
If you haven't opened the box, they should exchange the PLC.
Quote:

I'm looking over the choices here, how do i determine if i want sink/source or fet?
That will depend on what you are driving with the Outputs. Check the documentation and see what it requires.

Stu....
__________________
There's never time to do it right, but there is always time to do it over!
No trees were killed in the creation of this message. However, many electrons were terribly inconvenienced.

Last edited by sthompson; October 13th, 2011 at 08:22 PM.
  Reply With Quote
Old October 13th, 2011, 08:24 PM   #5
mike64b
Member
United States

mike64b is offline
 
Join Date: Oct 2011
Location: richland
Posts: 77
So looking over things I would probably want Sourcing outputs then?

EDIT: Nevermind, saw your response thanks..


Also very unfortunate to say... the box was opened to inspect it but PLC never used. :[

Last edited by mike64b; October 13th, 2011 at 08:28 PM.
  Reply With Quote
Old October 13th, 2011, 08:26 PM   #6
sthompson
Lifetime Supporting Member + Moderator
Canada

sthompson is offline
 
sthompson's Avatar
 
Join Date: Jan 2007
Location: Vernon, BC
Posts: 1,710
Quote:
Originally Posted by mike64b View Post
So looking over things I would probably want Sourcing outputs then?
The most common in PLCs is Sourcing Outputs and Sinking Inputs. However, when interfacing with other Electronics, it could be anything. Without information on what you are driving there is no way to know.

Stu....
__________________
There's never time to do it right, but there is always time to do it over!
No trees were killed in the creation of this message. However, many electrons were terribly inconvenienced.
  Reply With Quote
Old October 13th, 2011, 08:31 PM   #7
mike64b
Member
United States

mike64b is offline
 
Join Date: Oct 2011
Location: richland
Posts: 77
So I looked at the different plc lines again, I require 15 of these sourcing outputs for a three axis motor driver which means in any case, I would've needed a 1200 PLC + expansion card anyways.. So I will have to get a 1762-OB16 module
  Reply With Quote
Old October 13th, 2011, 11:17 PM   #8
Plcwill
Member
United States

Plcwill is offline
 
Join Date: Sep 2011
Location: maryland
Posts: 53
Quote:
So I will have to get a 1762-OB16 module
I would check the AB Catalog to make sure that this will for you.

What you need to remember is when selecting a PLC and expandsion cards, that a Sinking card is whatever you connect to it (relay coil) to Ground of your power supply and a Sourcing card and provide posiive voltage to whatever you connect to it.
__________________
William Stefan
  Reply With Quote
Old October 14th, 2011, 06:14 AM   #9
DamianInRochester
Lifetime Supporting Member + Moderator
United States

DamianInRochester is offline
 
DamianInRochester's Avatar
 
Join Date: Jan 2011
Location: Rochester NY
Posts: 1,119
Mike, your distributor should be able to help you out with choosing the correct material. That is what they are for.
  Reply With Quote
Old October 14th, 2011, 11:10 AM   #10
mike64b
Member
United States

mike64b is offline
 
Join Date: Oct 2011
Location: richland
Posts: 77
Right, from what I've verified, I need a sourcing card with atleast 15 outputs and this is compatible with my MicroLogix 1200.

Now, my next issue is the interfacing of the Allen Bradley PanelView and Micrologix. I see the panelview is programmed with an inbrowser programmer while the AllenBradley uses RSLogix.. Are there any documents on how the two communicate with each other? None of this seems very straightforward..

Thanks
Mike
  Reply With Quote
Old October 14th, 2011, 11:35 AM   #11
Ken Roach
Lifetime Supporting Member + Moderator
United States

Ken Roach is offline
 
Ken Roach's Avatar
 
Join Date: Apr 2002
Location: Seattle, WA
Posts: 8,588
Your assumptions may be leading you astray a little.

Performing motion control with Step/Direction is not usually a general-purpose function of a general-purpose PLC. The pulses required to drive a Step/Direction motion controller are very fast (often several kHz) and need to be very precise, so they can't be generated by ordinary ladder logic routines.

This is why the MicroLogix and many other small controllers have dedicated high-speed output circuitry that is meant to run Pulse Train Output and Pulse Width Modulated functions. These are usually only a few outputs per controller, built into the base I/O. Expansion I/O doesn't have these kind of functions.

The MicroLogix 1200 has only one of these fast outputs; the MicroLogix 1100 has two, the MicroLogix 1400 has three.

In addition (and this is probably what led you to the relay idea) these outputs need to be available for general-purpose use as well, so they're 24V DC, not 5V DC. You could use a step-down circuit involving a Zener diode for this, but it's not ideal.

I don't know any of the details about your motion controllers or the motion functions that you might need to perform, so I can't give much more advice than that.

When multiple axes of simple motion control need to be connected to a MicroLogix family controller, the go-to company is AMCI. They have a 1762-series module that can connect to the MicroLogix 1200:

http://amci.com/plc-modules/plcmodul...controller.asp
__________________
"Intelligence is the capacity to know what we are doing and instinct is just instinct. The results are about the same."
  Reply With Quote
Reply
Jump to Live PLC Question and Answer Forum

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Topics
Thread Thread Starter Forum Replies Last Post
How to to connect RSLOGIX5000 PLC application with Vijeo Citect SCADA Application mail2jkv LIVE PLC Questions And Answers 4 April 24th, 2009 06:54 AM
MPI comunication Manuel Raposo LIVE PLC Questions And Answers 22 July 16th, 2007 06:24 AM
TEST your knowledge in PLC sqrz LIVE PLC Questions And Answers 11 June 1st, 2006 08:09 AM
VFD , motor , PLC (start /stop/position application) Gautham LIVE PLC Questions And Answers 28 May 25th, 2006 04:29 PM
Setting up CP 343-1 card (siemens) Johnny T LIVE PLC Questions And Answers 35 August 19th, 2005 06:58 AM


All times are GMT -5. The time now is 02:22 PM.


.