OUTQUAD, OUTOCT, OUTHEXD – Multi-output blocks
Block SymbolsLicensing group: STANDARD
Function Description
The REX control system allows not only writing of a single output signal but also
simultaneous writing of multiple signals through just one block (for example all signals of one
module or plug-in board). The blocks OUTQUAD, OUTOCT and OUTHEXD are designed for
these purposes. They differ only in the maximum number of signals (4, 8 and 16,
respectively). These blocks are not included in the RexLib function block library for
Matlab-Simulink.
The name of the block instance includes the symbol of the driver <DRV> and the name of the signal <signal> of the given driver:
- <DRV>__<signal>
It is created the same way as the GotoTag parameter of the INSTD and OUTSTD blocks.
The overhead necessary for setting the outputs through input/output drivers is minimized when using these blocks, which is important mainly for very fast control algorithms with sampling period of 1 ms and lower. Moreover, all the inputs are written simultaneously or as successively as possible. Detailed information about using these blocks for particular driver can be found in the user manual for the given driver.
Inputs
val | Signals to be sent to the process via the input/output driver. The type and location of individual signals is described in the user manual for the given driver. | unknown |
[Previous] [Back to top] [Up] [Next]