Process Control Instructions
Rockwell Automation Publication 1756-RM006K-EN-P - November 2018 223
Input Parameters Data
Type
Description Values
AtuneCV3PV2UseM
odel
BOOL Use Autotune model request for CV3 - PV2. Set
True to replace the current model parameters
with the calculated Autotune model parameters.
The function block resets the input parameter to
FALSE.
Default = FALSE
AtuneCV1Abort BOOL Abort Autotune request for CV1. Set True to abort
the auto tuning of CV1 output for both PV1 and
PV2. The function block resets input parameter to
FALSE.
Default = FALSE
AtuneCV2Abort BOOL Abort Autotune request for CV2. Set True to abort
the auto tuning of CV2 output or both PV1 and
PV2. The function block resets input parameter to
FALSE.
Default = FALSE
AtuneCV3Abort BOOL Abort Autotune request for CV3. Set True to abort
the auto tuning of CV3 output or both PV1 and
PV2. The function block resets input parameter to
FALSE.
Default = FALSE
The following table describes the output parameters in the MMC function block.
Output
Parameters
Data
Type
Description Values
EnableOut BOOL Indicates if instruction is enabled. Cleared to false if
any one of CV1EU, CV2EU or CV3EU overflows.
CV1EU REAL Scaled control variable output for CV1. Scaled by
using CV1EUMax and CV1EUMin, where CV1EUMax
corresponds to 100% and CV1EUMin corresponds to
0%. This output is typically used to control an
analog output module or a secondary loop.
CV1EU = (CV1 * CV1EUSpan / 100) + CV1EUMin
CV1EU span calculation: CV1EUSpan = (CV1EUMax
– CV1EUMin)
CV2EU REAL Scaled control variable output for CV2. Scaled by
using CV2EUMax and CV2EUMin, where CV2EUMax
corresponds to 100% and CV2EUMin corresponds to
0%. This output is typically used to control an
analog output module or a secondary loop.
CV2EU = (CV2 * CV2EUSpan / 100) + CV2EUMin
CV2EU span calculation: CV2EUSpan = (CV2EUMax
– CV2EUMin)
CV3EU REAL Scaled control variable output for CV3. Scaled by
using CV3EUMax and CV3EUMin, where CV3EUMax
corresponds to 100% and CV3EUMin corresponds to
0%. This output is typically used to control an
analog output module or a secondary loop.
CV3EU = (CV3 * CV3EUSpan / 100) + CV3EUMin
CV3EU span calculation: CV3EUSpan = (CV3EUMax
− CV3EUMin)