Panasonic FP Series Programming Manual page 950

Hide thumbs Also See for FP Series:
Table of Contents

Advertisement

F356_Parameters_Hold_DUT
This data type is predefined in the FP Library and is used by the function F356_PID_PWM (see page 945).
This DUT specifies the control parameter (4 words). We recommend allocating the area used by this data type
to the hold-type operation memory.
Variable
Comment
SP
Set point value
Kp
Stores the proportional gain Kp. After auto-tuning
has been completed, it is automatically set.
Ti
Stores the integral time Ti. This value is
automatically set after auto-tuning has been
completed.
Td
Stores the derivative time Td. This value is
automatically set after auto-tuning has been
completed.
If the parameters Kp, Ti, and Td are all 0 when PID operation has started, they are initialized at 1, 1, and 0,
respectively, and operation continues.
If any of the parameters Kp, Ti, or Td is out of range when auto-tuning has started, they are initialized at 1, 1,
and 0, respectively, and auto-tuning continues.
F356_Parameters_NonHold_DUT
This data type is predefined in the FP Library and is used by the function F356_PID_PWM (see page 945).
This DUT specifies the manipulated value (MV) and the control parameters (4 words).
Variable
MV
LowerLimit
UpperLimit
PV_Band_WithFullOutput
Comment
Stores the manipulated value (output
value)
Sets the lower limit of the manipulated
value MV
Sets the upper limit of the manipulated
value MV
No PID control is performed and the
output is at 100% until the defined level
(0–80%) of the set point value has
been reached.
Setting range
-30000–30000
1–9999 (0.1–999.9)
0–30000 (0-3000s)
0–10000 (0–1000s)
Default
Setting range
value
0
-10000–10000
0
min. -10000
10000
max. 10000
0
0–80%
Process control instructions
949

Advertisement

Table of Contents
loading

Table of Contents