Direct Soft and PID controlling

Mr_B

Member
Join Date
May 2005
Posts
79
Hi Guys, I want to do PID controlling for a Hydraulic Cylinder. So basicly I have a 10v analog input from the temposonic for position and a 10v Output Signal for the Proportional valve.

In Allen Bradley I can use the PID-instruction which would be perfect but this machine has a Direct Soft 205 with DL260 CPU and the programming works a little different.

I went through it and found no PID-instruction. How do I get started on this?

If some one can just help me get started, I would appreciate it.

I think It would be something like to LOAD the Analog IP, SUB it form a REF and do some more MATH and then Give it to the Analog OUT. That is unless there is a much simpler way to do it.

Many Thanks
 
The Direct Logic line of PLCs all have roughly the same PID functions. Do as follows.

1. Click PLC --> Setup --> PID
2. It will ask you for a table starting address. Give it a V-memory location you are not using else where. If you use say V-4000 as your starting point, it will use V-4000 - V4037 for a single PID loop.
3. See http://web6.automationdirect.com/static/manuals/d2user/d2user.html

Look at chapter 8, it has a very in depth and good guide to using PID.

If you need more help, ping back after reading the manual.
 

Similar Topics

I have written one program with FDB. Thought I could therefor write code for an automation direct DL-06. Huge learning curve. I believe I have...
Replies
3
Views
1,752
Hey All, I got an older piece of equipment here, controls done with an Automation Direct 06 plc (OEM is long gone). I'm trying to piece together...
Replies
11
Views
2,363
Hello everyone, I have a customer that needs some help and I dont really understand the question so im posting it here, I think he is over...
Replies
16
Views
3,716
Hello all, I am trying to synchronize the speed of two motors so that once an operator sets them both where they want they can push a button that...
Replies
4
Views
2,699
I am working with a DL 205, DL250-1 CPU, D2-16ND3-2 Digital input module. I am writing a ladder that will send the value from the digital input...
Replies
0
Views
1,225
Back
Top Bottom