Temperature control and Datalogin

http://literature.rockwellautomation.com/idc/groups/literature/documents/pm/1756-pm007_-en-p.pdf

Just fix the syntax so it is structured text instead of c++ and add some alarms. Google "structered text rockwell" for more info.

Pretty sure you can handle it.

Only used Siemens myself but Im assuming its the same, you will also need to scale the input of the pt100, it will come in as an integer between 0 and 27648 I think if the input is set to 4-20mA. You will want to scale it to for example a real(float) of 0-100 Celcius depening onwhat the full scale is.

If your pt100 gives a 4-20mA signal but your analog input's hardware is 0-20ma then you will have to scale it from 5529-27648.

Then decide if you need a HMI (touchscreen) or not or use scada(pc) to control the process and display variables and stuff. You cant use printf since you dont have a screen built in I assume.

Im assuming in rockwell you can also monitor variables online in a watch table, not sure what they call it in rockwell.

Cheapest if you have a pc available would probably be advancedhmi running on a pc, because a decent hmi can cost over a thousand us dollars.
 
Last edited:
you need Lardder program or C program ?
I need the Ladder program. I can't understand it.:sick:o_O🔨

http://literature.rockwellautomation.com/idc/groups/literature/documents/pm/1756-pm007_-en-p.pdf

Just fix the syntax so it is structured text instead of c++ and add some alarms. Google "structered text rockwell" for more info.

Pretty sure you can handle it.

Only used Siemens myself but Im assuming its the same, you will also need to scale the input of the pt100, it will come in as an integer between 0 and 27648 I think if the input is set to 4-20mA. You will want to scale it to for example a real(float) of 0-100 Celcius depening onwhat the full scale is.

If your pt100 gives a 4-20mA signal but your analog input's hardware is 0-20ma then you will have to scale it from 5529-27648.

Then decide if you need a HMI (touchscreen) or not or use scada(pc) to control the process and display variables and stuff. You cant use printf since you dont have a screen built in I assume.

Im assuming in rockwell you can also monitor variables online in a watch table, not sure what they call it in rockwell.

Cheapest if you have a pc available would probably be advancedhmi running on a pc, because a decent hmi can cost over a thousand us dollars.

thanks, I'll give it a try:book: this is MUCH easier!:D But I think micrologix 1100 (our PLC) does not suport this kind of programming.🔨🔨
 

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
625
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,638
Back
Top Bottom