Temperature control with AD prod 2000

Join Date
Nov 2013
Location
Pa
Posts
264
I am tring to bring the temperature control of some electric heaters into a AD Prod 2000 PLC and need some help. The current temperature controlers use a PID loop to keep temperature constant. They have a discrete output firing a SSR.

Is there a instruction in the PLC to do this? Both the PID and Ramp instructions use a analog output, or will I have to build some back end logic off of the PID.
 
A common way is to use the 0-100% output signal to compare against a 100ms timer. Anytime the output signal is greater than then current timer count, turn on the output.

If the PID output is 60%, then the output would be on from 0-60ms and off from 61-100ms.
 
Thanks

A common way is to use the 0-100% output signal to compare against a 100ms timer. Anytime the output signal is greater than then current timer count, turn on the output.

If the PID output is 60%, then the output would be on from 0-60ms and off from 61-100ms.

Thats what I thought I would have to do, old school.
Thanks
 
In the software (Productivity Suite), if you look at the help file for the PID instruction, at the bottom there is an explanation and code example for doing "Time-Proportioning Control". This should do what you are looking for.
 
Thanks for example

In the software (Productivity Suite), if you look at the help file for the PID instruction, at the bottom there is an explanation and code example for doing "Time-Proportioning Control". This should do what you are looking for.

Thanks for the example I like the idea of error output as timer preset
 

Similar Topics

I have S7 1512C controler for controlling 48 PID temperature loop, the output is PWM. Please I need the best, most efficient way to write the...
Replies
13
Views
623
Hey everyone I'm trynna write a program to a WEST PRO16 temperature controller, but it just won't download the program i made using BlueControl...
Replies
0
Views
754
I am at a loss... I have a pasteurizing system that i need to control product temperature with the speed of the product pump. I currently have a...
Replies
11
Views
2,608
Hello PLC community, I'm looking for advice on a project that I'm going to do for the first time with a PLC (Siemens), the system is to do an...
Replies
7
Views
1,578
I have PID temperature control which will connect to Beckhoff EL4004(0v-10v). How I can program it to let EL4004 to control the temperature?
Replies
7
Views
2,637
Back
Top Bottom