Configuring the Inputs and Outputs Associated to the Process Control Loops
(Original Document)
At a Glance
A process control loop must have inputs and outputs in order to operate. Inputs are used to obtain the process values, while outputs allow you to act upon the procedure to be regulated. Inputs are generally analog inputs, while outputs may be either analog or discrete (SERVO or PWM function). Inputs and outputs always belong to modules configured in the PLC.
NOTE: It is also possible to use internal words and bits which in turn are written into output words and bits, as well as internal words onto which an input value has previously been written.
Assigning Inputs and Outputs to a Process Control Loop
The following steps explain how to assign inputs and outputs to a process control loop.
Step
Action
1
Configure the required I/O modules.
2
From the configuration screen, enter addresses for the inputs and outputs into the process control loop diagram.
Result: The figure below shows a sample assignment.
Checks
The following checks are performed when inputs and outputs are assigned:
Valid Types of Interface
The following table lists the valid language objects accepted by each type of interface.
Type of Interface
Valid Language Objects
Object Type
Standard input process value
%IW, %MW
INT
External input process value
%MF
REAL
Setpoint input Remote 1
%MF
REAL
Setpoint input Remote 2
%MF
REAL
Feed forward input
%IW, %MW
INT
Analog output
%QW, %MW
INT
Servo, PWM output
%Q, %M
EBOOL