News:

  • June 10, 2026, 04:10:41 AM

Login with username, password and session length

Author Topic: PLC - CMore - Sure Servo  (Read 11301 times)

Sawyer

  • Newbie
  • *
  • Posts: 2
PLC - CMore - Sure Servo
« on: June 28, 2012, 01:43:12 PM »
Greetings everyone !  :)
I have no formal training in these areas but have picked up a bit on my own and have been muddling through.
Here is my basic plan.

A servo/ballscrew driven feeding mechanism.

The operator needs to be able to select one of many available pre-programmed cut lengths from the CMore as well as make a direct length entry using the numpad for custom lengths. I suppose this would update the pulse-out of the PLC ? or would there be separate program blocks for each length ?
I cannot find any example of how this would look/work.

Just the basics for now .... am I on the right track ?

Thanks for any guidance,
Sawyer
 :)



ATU

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 2126
  • YKPAIHA
    • ATU, Inc.
Re: PLC - CMore - Sure Servo
« Reply #1 on: June 28, 2012, 08:12:45 PM »
I would suggest downloading the sure servo manual first. It has some built in indexing functions, can communicate with AD PLC's , but limited I/O.

http://www.automationdirect.com/static/manuals/index.html

If you're not familiar with device communications, it may be easier for you to use a CTRIO module.

You may also want to post for suggestions on the AD website.
http://forum.automationdirect.com/forumdisplay.php?f=8

Sawyer

  • Newbie
  • *
  • Posts: 2
Re: PLC - CMore - Sure Servo
« Reply #2 on: June 29, 2012, 07:55:23 AM »
Hi, and thank you.

I viewed the Servo manual and see there are only 8 preset motion profiles. This is no where near enough as this app will require over 100.

Looking at the CTRIO there are 255 available profiles. This will be adequate.

So, what I am interested in is to have a PLC program to operate the machine (other I/O from various pneumatic components)by selecting the various CTRIO presets through the CMore.

I see a RECIPE function in the CMore but do not totally understand.

Thanks once more,
Sawyer

ATU

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 2126
  • YKPAIHA
    • ATU, Inc.
Re: PLC - CMore - Sure Servo
« Reply #3 on: June 29, 2012, 03:47:59 PM »
As with most projects the hard work is in the details.
What you want to do is quite achievable and you can do it several different ways.
Decide what your key processes are and work on those one at a time.
If you are unfamiliar with most of this, breaking it up into smaller tasks will help.