An instance of the
OUT_MATRIX function block type provides a tabular user
interface element for output of MATRIX
variables.
The format of the IVAL
input is as prescribed for literals of the
MATRIX data
type. If the format of this data is incorrect upon the occurrence of
an INIT event, or if the given initial values are
inconsistent with the matrix size given by the ROWS and COLS
inputs, the QO value is set to FALSE and the
STATUS value is set to 10(FUNCTION_FAILURE)
before issuing the INITO event.Upon the occurrence of a
REQ
event, the size of the displayed table is automatically adjusted if
necessary to accommodate the new value of the IN matrix.See the CODEC_TEST2 and TEST_MATRIX system
configurations for examples of the use of instances of this class.
|