Remote cascades, Bypassing cascade initialization – National Instruments NI-FBUS User Manual

Page 130

Advertising
background image

Appendix C

Cascade and Remote Cascade Setups

© National Instruments Corporation

C-3

NI-FBUS Configurator User Manual

process, it reports a status of

Bad

to the upstream block. This breaks the

cascade until automatic control can be resumed, in which case cascade
initialization takes place again.

Remote Cascades

If a host application (rather than another block) provides the setpoint of
a block, Foundation Fieldbus provides the Remote Cascade mode.
The remote cascade mode is equivalent to Cascade mode, except that the
cascade input parameter is

RCAS_IN

instead of

CAS_IN

, and the back

calculation output is

RCAS_OUT

instead of

BKCAL_OUT

. Unlike

CAS_IN

and

BKCAL_OUT

, which are input/output parameters,

RCAS_IN

and

RCAS_OUT

are contained parameters and can only be written by a host application.
To allow the controlled block to enter Remote Cascade mode, the host
application must act as the upstream block in the cascade initialization and
implement the status handling described above.

There is a second remote mode in which a cascade must be initialized:
Remote Output (

ROut

). Unlike

RCas

mode, where the block setpoint is set

remotely, in

ROut

mode the block output is set by the host application. The

back calculation output for

ROut

mode is

ROUT_OUT

, and the cascade input

is

ROUT_IN

. Otherwise, cascade initialization proceeds normally.

Bypassing Cascade Initialization

If cascade initialization is unnecessary, you can bypass it by leaving the
back calculation input of the upstream block unwired. By manually writing
a status of

Good, Non-cascade

to the back calculation input, the block

bypasses cascade initialization and immediately transitions to automatic
control. The upstream block signals to the downstream block that cascade
initialization has been bypassed by setting its output to a status of

Good,

Non-cascade

.

Downstream

RCAS_IN

RCAS_OUT

Host Application

Advertising