Technical data
DOC-01-TELAS-CRG-4 ASTi ACE Studio Components Reference Guide Rev.M
144 Copyright © 2014 Advanced Simulation Technology inc.
11.2. ACE_RIU_SerialByteOut
Summary: This component allows the user to transmit up to 8 bytes of data from
an ACE_RIU ACENet device using the serial port interface.
Description: This device transmits a range of bytes (0-8) from the ACENet
device's serial port interface. The bytes are transmitted whenever the MsgSize
control is updated and as long as it is not 0. The bytes are also transmitted whenever
any of the Char numbers are updated and as long as the updated Char number is in
the range of bytes transmitted as specified by MsgSize.
Control Inputs
MsgSize
Type Default Value
uint32 0
Description: Specifies the number of bytes that are transmitted from
the CharsOut array. The range for this control is [0,8]. When this
control is changed the corresponding number of bytes are transmit-
ted in order.
Modifier: Plus
Modifier_default: 0
CharsOut
Type Default Value
uint8 0
Description: An array of 8 bytes (uint8). The resulting bytes in this
array are transmitted in order from Char1 to the number specified in
MsgSize. If MsgSize is 0 no bytes are transmitted. If MsgSize is not
0 and a byte is updated in the range [Char1, Char<MsgSize>] the
whole range is transmitted.
Modifier: Plus
Modifier_default: 0
Internal Parameters
Identifier
Type Default Value
device_id n/a
Description: The name of the ACE_RIU goes here.
Channel
Type Default Value
acenet_channel n/a
Description: Select the ACE_RIU channel to transmit serial data.
Serial Port A requires channel A, Serial Port B requires channel C.
BaudRate
Type Default Value
serial_baud_rate Baudrate_4800
Description: Select the baudrate of the serial data.










