beautypg.com

Pid display configuration procedure, Display interface block configuration example, Tune list configuration example – Micromod MOD: 30ML Functions Data Base Reference User Manual

Page 124

background image

MOD 30ML Functions

CONFIGURATION EXAMPLES

3.3.4

PID Display Configuration Procedure

The starting point of this procedure is the loop level of your strategy. The BASICPID
compound can be added to an existing strategy which was saved previously or it can be used
in a new strategy which has been initiated as described in Section 3.3.

To use the PID&DSP compound, set the TAG name in the DISP block (default is TAG-100)
and insert this name in the Tag List of the DIF block (up one level). The required state table
definitions are included in the block and also exist in the file “STATE.TXT”. If this block is
loaded in a new strategy, it will compile as is.


Display Interface Block Configuration Example

"TAG-100"; /* Example Loop 1 Display Tag */



Tune List Configuration Example
A tune list block is included in the BASICPID compound. This control tune list includes the
seven parameters identified below.

Control Tune List

Input Name

Attribute

State Table Limits

Entry

1 PID

TYPE CATYPE PidTypT

None

2

ACTION ACTION PidActT

Required

3

GAIN

BGAIN

0.01 to 125

Required

4

RESET

BRESET

0 to 125 RPM Required

5

PREACT

BPREACT

0 to 32 MIN

Required

6

SP LOLIM

SPLL

0 to 100

Required

7

SP HILIM

SPHL

0 to 100

Required


3-30