PID controller/plc??????

niklad13

Member
Join Date
Feb 2008
Location
baton rouge
Posts
2
hi all
i am facing really a strange problem due to my plc and/or PID controller applicatin.

i am working as a mechanical engineer and i want to automate a testing process of pressure reagulator. the input will be different presssure values. based on this pressure value over certain time period, regulator will pass/fail the test procedure. i had very few idea of using PLC so i bought the book available online here and went through. but i couldnt figured out that how plc will understand various singal produced by analouge/digital pressure tuansducer in the form of ladder logic?

or is that something thats called PID controller i am looking for?

can anyone suggest anything really helpful???
 
Depends on the outputs created by the pressure valve, and the accuracy required. You will need analog inputs to read the valves. The are input modules or PLCs that can understand 0-10VDC inputs, 4-20mA, -10 to +10 VDC, etc. You get the idea. You need to pick your parts to match what the valves output. The outputs will create a range of numbers inside the PLC. In certain Mitsubishi parts, for instance, 0VDC creates a value of 0 in a data register, while 10VDC creates a value of 4096. 5VDC (half full value) creates 2048 in a data regsiter.

Mitsubishi has a product called the Alpha that is cheap and includes analog inputs - I don't recall if it's 0-10 or what. But most companies make basic level products that do what you want
 
SteinCollector said:
Depends on the outputs created by the pressure valve, and the accuracy required. You will need analog inputs to read the valves. The are input modules or PLCs that can understand 0-10VDC inputs, 4-20mA, -10 to +10 VDC, etc. You get the idea. You need to pick your parts to match what the valves output. The outputs will create a range of numbers inside the PLC. In certain Mitsubishi parts, for instance, 0VDC creates a value of 0 in a data register, while 10VDC creates a value of 4096. 5VDC (half full value) creates 2048 in a data regsiter.

Mitsubishi has a product called the Alpha that is cheap and includes analog inputs - I don't recall if it's 0-10 or what. But most companies make basic level products that do what you want
thanks for your suggestion.
so please tell me how small value of VDC or mA a PLC will recognise?
for example in the range of 0-10VDC, how many different value it can read like 1,2,3,4,....or 0.1,0.2,03,0.4,.......likewiese.
i havent figured out how much accuracy i need but my applicaiton is very sensitive. the worst case is controlling 3500PSI to 10PSI. means input to regulator will be 35oo PSI and output(set point) will be 10 PSI.


and finally how can i create logic for the rules that regulator must follow in order to pass.(i have physical rules but how can i cast those rules in ladder logic?)

output of PLC is just pass/fail(red or green LED)

thanks again for your help
 
Depend on your field device and PLC analog input card. I would read the manual on both.

You need to have much better (detailed) description of your process for us to be of any help to you.

is this an existing process/machine or are you creating something from scratch?
 
Unless you have some time to learn the concepts and equipment, you may want to talk to a system integrator in your area.
 

Similar Topics

Hi - I have an application where there is an option to use a PID loop embedded in the Transmitter to directly control (via 4-20mA output from the...
Replies
4
Views
1,081
Hello, I'm student from Malaysian and currently doing a final year project about PID controller design for servo motor by using PLC. If you dont...
Replies
19
Views
7,942
I am looking at replacing an old Eurotherm EM2 temperature control system. The EM2 controls 38 temperature loops a pressure control loop and a...
Replies
10
Views
8,741
What are the pro's and con's of doing a psi or temp control pid loop in the processor vs a single loop controller? Which method is best?
Replies
4
Views
3,773
Hello everybody; I have a project entitled "design and implementation of a programmable logic controller based digital...
Replies
8
Views
3,696
Back
Top Bottom