The leader in industrial automation and control solutions

Instruction Parameters

Supported PLC Series

PLC-AESPLC-FBPLC-ES

Supported Data Registers

MXYKLFTCSZRQD@DConstant
S

Supported Flags

FlagBitSupport
ErrorF11.0
ZeroF11.1
CarryF11.2

Number of Steps

Steps
2

Operands

OperandDescription
SThe only operand.
Entries are only WORD data registers.
This is the set value (SV) used in the PID operation.

Notice

Error Flag (F11.0) Notice

The error flag, F11.0, will be ON for one scan when the address of the data register assigned by @D exceeds the range of the data register, D. The range of the data register, D, is dependent on the CPU type.

Ladder Diagram Examples

PIDINIT

The PIDINIT instruction initializes the data registers and devices used for a PID operation. The set value (SV) is defined by the assigned WORD data r

The PIDINIT instruction initializes the data registers and devices used for a PID operation. The set value (SV) is defined by the assigned WORD data register, S.

The PID data registers are initialized on the first scan of the ladder diagram program only.

The PID data registers are initialized on the first scan of the ladder diagram program only.

Ladder Diagram Example for MapleLogic PIDINIT instruction.