Bus Systems Flashcards
AUTOSAR
Automotive Open System Architecture: Is an open and standardized automotive software architecture, jointly developed by automobile manufacturers, suppliers and tool developers.
TDMA
Time Division Multiple Access: Is used to implement time-triggered control where communication is organised into cycles. The cycles are structured uniformally and laid out according to a schedule, then structured into a number of time slots, each assigned to a bus node - this ensures deterministic communication
CAN
Controller Area Network:
CAN is a serical communication technology used especially for reliable data exchange between electronic control units (ECU’s) in the automobileCSMA/CA forms the basis of a CAN network,
On a CAN bus, bus access is exclusively priority-driven.
29 bits make up the CAN identifier in extended format.
LIN
Local Interconnect Network:
An OEM-independent communication standard, which allows time-triggered bus access for simple and cost-effective data exchange in the automobile. Many automotive OEMs today rely on LIN to transmit non-critical signals in the convenience area using a single-wire line without shielding as its typical transmission medium.
Maximum data transmission rate: 20 KBit/s
MOST
Media Oriented Systems Transport:
TSN
Time Sensitive Networking:
PWM
Pulsweitenmodulation: Ist eine Modulationsart, bei der eine technische Größe (z.B. elektrische Spannung) zwischen zwei Werten wechselt. Dabei wird bei konstanter Frequenz der Tastgrad eines Rechteckpulses moduliert, also die Breite der ihn bildenden Impulse.
ARA
Autosar Runtime Environment for Adaptive Applications
ARA::com
see ARA: Service-oriented communication. It is the communication part of Adaptive Autosar
CiA
CAN in Automation
PlS
Physical Layer Signalling
ISO 11898
CAN (Controller Area Network)
CRC
Cyclic Redundancy Check: This protects the useful data in a CAN data transmission by appending a checksum to the useful data, which is evaluated by the receiver by applying the CRC algorithm.
CSMA/CA Method
Carrier Sense Multiple Access/Collision Avoidance:
A demand based bus access system that reacts quickly to events and ensures that CAN nodes wishing to send do not access the CAN bus until it is available. It also ensures that the CAN node with the highest priority data frame prevails and is therefore especially well suited for demand-based data communication.
Bit Stuffing (CAN)
Bit Stuffing is the insertion of non information bits into data. A bit of opposite polarity is inserted after five consecutive bits of the same polarity and is used to ensure the sychronisation of all nodes