Siemens PID self tuner

batyu

Member
Join Date
Mar 2003
Posts
5
How does "Siemens PID self tuner" work?
I have never use self tuneing application, and its manual is a bit difficult to me. How can I link to "Standard PID FC with its instance DB" to "autotune FC". (It is a countinous PID: TUNE_CON_C, TUNE_EC)
Normaly I write an FC what call "The standard PID" with an instance DB and I link to the SetPoint, ProcessVariable, and ManipulateValue:
FC:
L PIW 228
T #pv_per

L SetPoint
T #SP_Ext

CALL "PID_CP" , db92
COM_RST :=
I_SEL :=
D_SEL :=
MAN_ON :=
CAS_ON :=
SELECT :=
CYCLE :=
CYCLE_P :=
SP_INT :=
SP_EXT :=#SP_Ext
PV_IN :=
PV_PER :=#pv_per
GAIN :=
TI :=
TD :=
TM_LAG :=
DISV :=
CAS :=
SP_HLM :=
SP_LLM :=
LMN_HLM :=
LMN_LLM :=
DB_NBR :=
SPFC_NBR:=
PVFC_NBR:=
LMNFCNBR:=
LMN :=
LMN_PER :=#lmn_per
SP :=
PV :=
QCAS :=
QC_ACT :=
QPOS_P :=
QNEG_P :=
MAN :=

L #lmn_per
T PQW 300
T MW 36
 
I'm also trying to use the PID self tuning software but not making much sence of the manual. I normally use FB41 for my PID control and just start with a gain of 1 and integral of 10 sec and then play about with thease figures looking at the graph using the PID assignment software untill I get some type of control and never even think about trying to use D.



batyu said:
How does "Siemens PID self tuner" work?
I have never use self tuneing application, and its manual is a bit difficult to me. How can I link to "Standard PID FC with its instance DB" to "autotune FC". (It is a countinous PID: TUNE_CON_C, TUNE_EC)
Normaly I write an FC what call "The standard PID" with an instance DB and I link to the SetPoint, ProcessVariable, and ManipulateValue:
FC:
L PIW 228
T #pv_per

L SetPoint
T #SP_Ext

CALL "PID_CP" , db92
COM_RST :=
I_SEL :=
D_SEL :=
MAN_ON :=
CAS_ON :=
SELECT :=
CYCLE :=
CYCLE_P :=
SP_INT :=
SP_EXT :=#SP_Ext
PV_IN :=
PV_PER :=#pv_per
GAIN :=
TI :=
TD :=
TM_LAG :=
DISV :=
CAS :=
SP_HLM :=
SP_LLM :=
LMN_HLM :=
LMN_LLM :=
DB_NBR :=
SPFC_NBR:=
PVFC_NBR:=
LMNFCNBR:=
LMN :=
LMN_PER :=#lmn_per
SP :=
PV :=
QCAS :=
QC_ACT :=
QPOS_P :=
QNEG_P :=
MAN :=

L #lmn_per
T PQW 300
T MW 36
 

Similar Topics

Hello all, A group I am involved with is just completing converting a Siemens APACS control system over to an RSLogix PLC. The subject came up of...
Replies
1
Views
1,208
Hi, Have problem with getting PID to work. Have been using 4x different programmers on siemens, not one could make PID to work as I want. Problem...
Replies
6
Views
1,757
Urgent, Commissioning deadline. I am using CONT_C in a function block. I call the FB in a Cyclic Program (OB32). when the PID is in manual I...
Replies
10
Views
3,279
I'm trying to program the PID function of a G120 drive using Starter. The PID output looks good but the "limitation active" LED is always on...
Replies
0
Views
1,658
Can any one help me regarding how to give set point via field bus for control yasakawa a1000 drive while it is running on PID operation. Also i...
Replies
0
Views
1,482
Back
Top Bottom