Configure Flexray Tp Connection
- Configures Flexray Tp Connection
This keyword is used to configure the flexray connection by specifying the connection parameters. Once the connection is established, this kw returns an object that will be used as an input for other flexray tp kw:
Clear Flexrayt Tp Connection Transmit flexray tp Message Get flexray tp Message Queue Reset Flexray Tp Message Queue
Arguments Description
channel_name (str): The name of the Flexray channel to be used.
rx_frame_id (str): The receiver identifier (ID) of the flexray channel.
target_address (int): The target address used by the Flexray TP.
tx_frame_id (int): The transmiter identifier (ID) of the flexray channel.
source_address (int): The source address used by the flexray TP.
pdu_length (int) optional : The length of the PDU in bytes.
flow_timeout (int) optional : the flow timeout in milliseconds
Returns
object (flexray_tp_config) if connection is set; otherwise, False .
Example
${config}= Configure Flexray Tp Connection ${sender_channel} ${rx_frame_id} ${target_address} ${tx_frame_id}${source_address} ${pdu_length} ${flow_timeout}