SlideShare a Scribd company logo
1 of 68
Download to read offline
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
1
Design Examples and Case Studies of
Program Modeling and Programming with
RTOS:
Lesson-5
Case Study of an Embedded System For
An Adaptive Cruise Control (ACC)
System in a Car
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
2
Embedded Systems in a car
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
3
1. Adaptive Cruise Control (ACC)
System
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
4
Cruise control
• Cruise control  a system that takes
charge of controlling the throttle from
the driver and cruising the vehicle at
preset and constant speed.
•  may also maintain string stability in
case of multiple cars streaming through
highway and in case of VIP convoy
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
5
Adaptive Cruise Control (ACC)
• Using an adaptive algorithm, ACC
system maintains constant speed and can
be added string stability feature in case
of multiple cars streaming on highway.
• String stability─ maintaining inter-car
distances constant
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
6
ACC …
• Cruise control relieves the driver from
that duty and the driver hands over the
charge to the ACC
• When (1) road conditions are suitable
(not wet or icy, or (2) there are no strong
winds or fog), or (3) car is cruising at
high speed and when there is no heavy
traffic.
• The driver resumes the charge in adverse
conditions
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
7
Block diagram of the ACC system units
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
8
Control front-end panel
• Switch cum Display for 'ON', for 'OFF',
'COAST', RESUME',
SET/ACCELERATE.
• The driver activates or deactivates, the
ACC system by pressing ON or OFF,
respectively.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
9
Adaptive Control
• An adaptive control─ algorithm used to
adapt to the current status of control
inputs
• Parameters adapt dynamically
• In place of a constant set of
mathematical parameters in the
algorithm equations, the parameter are
continuously adapted to the status at an
instance
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
10
Model for an adaptive control algorithm
adapts and function
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
11
2. ACC System Requirements
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
12
Purpose
 Controlled cruising of car using
adaptive control algorithm for
continuous maintaining the car speed
and inter-car distances
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
13
Inputs
 Present alignment of radar (or laser) beam
emitter.
 Delay interval in reflected pulse with
respect to transmitted pulse from emitter
 Throttle position from a stepper motor
position sensor.
 Speed from a speedometer
 Brake status for brake activities from brake
switch and pedal
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
14
ACC System Ports and tasks
 Port_Align─ for a motor control for
steps up clockwise or anticlockwise on
a signal from task_Align, aligns radar
or UVHF transmitting device in the
lane of the front-end car
 Port_ReadRange─ for measuring front
end-car range. Time difference deltaT
is read on a signal from task_Signal to
port device.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
15
ACC System Ports and tasks
 task_ReadRange to read using the Port
device_ReadRange circuit for the
computations of deltaT between the
transmission and reception instances. deltaT
1.5 × 105 measures the range rangeNow (=
present range or front-car distance d) of the
front-end car.
 task_ReadRange to send message for
speedNow (= velocity v) to task_RangeRate
and transmits same to all other streaming
behind cars
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
16
ACC System Ports and tasks
 Port_Speed ─ to send speed to port
control function routine on receiving a
signal from task_Speed
 Port_Brake─ to apply the brakes or
emergency brakes on an interrupt
signal, which runs service routine
ISR_BrakeControl
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
17
Signals, Events and Notifications
 User commands given as signals from
switches/buttons. User control inputs
for ACC ON, OFF, Coast, resume,
set/accelerate buttons
 Brake event (Brake taping to disable
the ACC system, as alternative to
"cancel" button at front panel)
 Safe/Unsafe distance notification
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
18
Outputs
 Transmitted pulses at regular intervals
 Alarms
 Flashed Messages
 Range and speed messages for other cars (in
case of string stability mode)
 Throttle-valve and Brake control
 Output to pedal system for applying
emergency brakes and driver non-
intervention for taking charge of cruising
from the ACC system
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
19
Control front-end panel
 Switch with display─ 'ON', for 'OFF',
'COAST', RESUME', and
SET/ACCELERATE.
 COAST or RESUME switch to enable
driver handover or resumes the ACC
system charge
 SET/ACCELERATE switch to set
cruise speed upwards or downwards
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
20
Control front-end panel
 Switch with display glows to show
green or red as per the status when the
ACC activation
 Alarms and message flashing unit
issues appropriate alarms and message
flashing pictograms
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
21
Functions of the system
 Cruise control system takes charge of controlling
the throttle position from the driver and enables
the cruising of the vehicle at the preset constant
speed. A radar system helps in maintaining inter-
car distance and warns of emergency situations.
 An alignment circuit aligns the radar emitter.
When driving in a hilly area, the emitter alignment
is must. A stepper motor aligns the attachment so
that transmitter beam of radar emits with the
required beam alignment for the given driving
lane and divergence so maintain the in-lane line of
sight of the front-end car. task_Align does this
function.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
22
Functions of the system…
 Transmit modulated pulses emit at periodic
intervals and the delay period in receiving
its reflection from front-end vehicle
 The measured delay deltaT at periodic
intervals
 deltaT multiplied by 1.5 × 108 m/s (half of
light velocity) gives the computed distance
d (= RangeNow) of front end car at that
instance.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
23
Functions of the system…
 The differences of d with respect to
safe dsafe and preset distances dset (in
case of maintaining string stability) are
cyclically estimated.
 The speedometer measures the speed
and task_Speed compute error in preset
speed and measured speed
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
24
Functions of the system…
 All estimated differences are cyclically sent as
input to an adaptive algorithm, which adapts the
control parameters and sends computed output to
vacuum actuator of the throttle valve in car.
 task_Algorithm for computations
 task_Throttle initiates the control output functions
for this action.
 Interrupt service routine ISR_ThrottleControl does
the critical functions of throttle control.
 The car decelerates and accelerates as per setting
of throttle valve orifice at an instance.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
25
Functions of the system…
 The brake control when the safe distance is
not maintained and warning message is
flashed on the screen.
 task_Brake initiates the critical functions of
brake control.
 Interrupt service routine ISR_BrakeControl
for the brake critical functions
 When battery power becomes low, the ACC
system deactivates after issuing alarm and
flashing messages (notifications).
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
26
Design metrics
 Power Source and Dissipation: Car
Battery operation.
 Resolution: 2 m inter-car distance.
 Performance: Safe distance setting
75 m to 200 m. No overshooting of
controlled output for the throttle
 Process Deadlines: Less than 1 s
response on observation of unsafe
distance of front-end car.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
27
Design metrics…
 User Interfaces: Graphic at LCD or
touch screen display
 Extendibility: The system is
extendable to maintain string
stability of multiple cars in a row.
 Engineering Cost: US$ 50000
(assumed)
 Manufacturing Cost: US$ 600
(assumed
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
28
Test and validation conditions
 Tested in dense as well light traffic
conditions
 Tested on plains, hills and valley roads
 All user commands must function
correctly
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
29
3. Detailed functioning in Adaptive
Cruise Control (ACC) System
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
30
Functioning of ACC System
• Retrieve the front end-car distance
information from a radar or UVHF
attachment at the front string wheel.
• A stepper motor aligns the attachment so
that transmitter of radar maintains the
line of sight to front-end car. The radar
system maintains string stability and
warns of emergency situations.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
31
Functioning of ACC System …
• Get road speed from Speedo-metric
section of DAS unit.
• Get acceleration from engine section
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
32
Functioning of ACC System…
• Run adaptive algorithm– to calculate and
send control signals to stepper motor
actuator at vacuum-valve
• – Orifice opening of vacuum valve
controls electro-pneumatic throttle valve.
• Receive new throttle position by stepper
motor position sensor.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
33
Functioning of ACC System…
• Get inputs of brake switch status for
monitoring brake activities.
• Send output to pedal system when
applying emergency brakes
• Driver intervenes on taking charge of
cruising from ACC.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
34
Functioning of system by
synchronization of tasks in ACC
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
35
4. Classes and class diagram
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
36
Class diagram for ACVM Part-1
Reset
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
37
5. Hardware Architecture
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
38
Hardware
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
39
ACC hardware
 A hardware system in automotive
electronics has to provide functional
safety.
 Important hardware standards and
guidance─ at present are following:
 (a) TTP (Time Triggered Protocol), (b)
CAN (Controller Area Network) (c)
MOST (Media Oriented System
Transport), (d) IEE (Institute of Electrical
Engineers) guidance standard exists for
EMC (Electromagnetic Magnetic Control)
and functional safety guidance
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
40
ACC hardware…
 A microcontroller runs the tasks and ISRs
except task_Algorithm.
 Internal RAM/ROM, ROM/Flash for
RTOS codes for scheduling the tasks.
 CAN port interfaces with the CAN bus at
the car.
 A separate processor with RAM and
ROM for the task_Algorithm executes the
adaptive control algorithm
 Speedometer
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
41
ACC hardware…
 Stepper motor based alignment unit
 Stepper motor based throttle control unit
 Transceiver for transmitting pulses
through an antenna hidden under the
plastic plates.
 LCD dot matrix display controller,
display panel with buttons
 Port devices─ Port_Align, Port_Speed,
Port_ReadRange, Port_Throttle and
Port_Brake
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
42
6. Software Architecture
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
43
RTOS VxWorks used as alternative to
OSEK-OS
• OSEK OS standard is reliable
compared to VxWorks or MUCOS.
• To demonstrate RTOS use in the ACC
application, let us adapt VxWorks
alternative for coding instead of
OSEK-OS by adhering to the OSEK
guidelines
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
44
RTOS …
• Use BCC 1 type of tasks, as done in
VxWorks application in Example
11.2.
• Define each task of different priority
and activate it only once in the codes.
• Use no message queues, mutex or
counting semaphore.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
45
RTOS …
• No in-between creation and deletion of
tasks.
• Semaphores as event flags only with no
run-time deletion or creation of these.
• Task can consist of three types of
objects, event (semaphore), resource
(statements and functions) and devices
including port devices.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
46
RTOS …
• Use MISRA C rules in coding.
 Use disable interrupts when a task or
function enters critical section and
enable interrupts when leaving
critical section
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
47
7. Tasks and their class, priority, action
and IPCs
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
48
Class BCC1 task_Align
 Priority ─ 101
 Action─ Waits for the Reset cycle to
start and send signal to Port_Align
 IPC pending: Event signal (s) Reset
 IPC posted: Align
 Input: deltaStep, Step
 Output: Step to Port_Align
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
49
Class BCC1 task_Read-Range
 Priority ─ 103
 Action─ Disable interrupts, get signal from
Port, activate a radar flashing, records
activation time, gets time of sensing the
reflected radar signal and finds time
difference, timeDiff. and Enable interrupts
 IPC pending: Align
 IPC posted: Range
 Output: deltaT
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
50
Class BCC1 task_Speed
 Priority ─ 105
 Action─ Event Port_Speed starts a
timer, counter start message and wait
for the 10 counts for the number of
wheel rotations.
 IPC pending:
 IPC posted: Speed
 Output: speedNow
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
51
Class BCC1task_Range-Rate
 Priority ─ 107
 Action─ calculates rangeNow, get
preset front car range and stringRange
from memory and compare. Get vset set
cruising speed and compare it with
current speed speedNow.
 IPC pending: Speed
 IPC posted: ACC
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
52
Class BCC1task_Range-Rate…
 Input: avgTireCircum, time-Diff,
deltaT, stringRange, CruiseSpeed, and
N_rotation
 Output: range-Error, speed-Error,
range-Now, speed-Now
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
53
Class BCC1task_Algorithm
 Priority ─ 109
 Action─ (i) Get errors of speed and
range and execute adaptive control
algorithm. (ii) Get errors of other
vehicles through Port_RangeRate. (iii)
Get other vehicles Port_Brake status.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
54
Class BCC1task_Algorithm…
 (iv) Get present throttle position. (v) Send
output, throttleAdjust to Port_Throttle. (vi)
Send signal to Port_Brake in case of
emergency braking action needed. (vii)
Port_Brake transmits the action needed to
other vehicles also.
 IPC pending: ACC
 IPC posted: Reset
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
55
Class BCC1task_Algorithm…
 Inputs: range-Error, speed-Error, All
Port_RangeRate values and
Port_Brake statuses and VehicleID
 Outputs: throttle- adjust and
emergency for brake and throttle
respectively
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
56
8. Multiple tasks and their
synchronization model
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
57
Synchronization model of ACC system tasks
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
58
• Task_Alignment takes SemReset at
cycle start and gives SemAlign
• Task_Read Range takes SemAlign at
start and gives SemRange
• Task_Speed gives SemSpeed
•
Semaphores taken and given in cyclic order...
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
59
• Task_RangeRate takes SemSpeed
taken at start and gives SemACC
• Task_Algorithm takes SemACC
taken at start by and gives SemReset
Semaphores taken and given in cyclic order...
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
60
9. Coding using C and VxWorks RTOS
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
61
ACC software for use in automobile
 First be certified from organization
authorized to issue that certification. We
have seen that OSEK OS standard is
required.
 Only those VxWorks or MUCOS functions
which are adhering to OSEK must be used.
 Software coding IEC 61508 part 3 and
MISRA C version 2 (2004) specifications of
safety standards and coding language must
be used.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
62
MISRA C
 MISRA stands for Motor Industry
Reliability Association.
 MISRA C specifies a collection of
rules to be used while coding in C
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
63
Important rules and coding standard MISRA C
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
64
MISRA-C…
 is a standard for C language software
and defines the guidelines for
automotive systems for using C.
 MISRA-C version 2 (2004) specified
141 rules for coding and gave a new
structure for C.
 Details at http://www.misra.org.uk.
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
65
•Refer Example 12.2 in Section 12.3.6
Note: At each step, explanation for the
set of statements given there.
Coding using VxWorks Adapted to
OSEK-OS Features
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
66
Summary
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
67
We learnt
 Case study for ACC
 Functioning and requirements
 task_Align, task_Read-Range, task_Speed,
task_Range-Rate and task_Algorithm
 ISRs
 Class diagrams
 Hardware and software
 Tasks synchronization model
2015
Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design",
Raj Kamal, Publs.: McGraw-Hill Education
68
End of Lesson-5 of Chapter 13 on
Case Study Of An Embedded System for an
Adaptive Cruise Control (ACC) System in a Car

More Related Content

Similar to Adaptive Cruise Control.pdf

Left Turn Display Mechanism for Facilitating Left Hand Turns
Left Turn Display Mechanism for Facilitating Left Hand TurnsLeft Turn Display Mechanism for Facilitating Left Hand Turns
Left Turn Display Mechanism for Facilitating Left Hand Turns
Ali Vira
 
PLC TRAINING IN NOIDA
PLC TRAINING IN NOIDAPLC TRAINING IN NOIDA
PLC TRAINING IN NOIDA
Anupam Srivastava
 
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
ijsrd.com
 

Similar to Adaptive Cruise Control.pdf (20)

Adaptive cruise control
Adaptive   cruise  control Adaptive   cruise  control
Adaptive cruise control
 
Functional size measurement for processor load estimation hassan soubra
Functional size measurement for processor load estimation   hassan soubraFunctional size measurement for processor load estimation   hassan soubra
Functional size measurement for processor load estimation hassan soubra
 
IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...
IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...
IRJET-A Study of Programmable Logic Controllers (PLC) and Graphical User Inte...
 
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
 
energies-13-02795.pdf
energies-13-02795.pdfenergies-13-02795.pdf
energies-13-02795.pdf
 
Photovoltaic Hybrid Vehicles Lab Development.
Photovoltaic Hybrid Vehicles Lab Development. Photovoltaic Hybrid Vehicles Lab Development.
Photovoltaic Hybrid Vehicles Lab Development.
 
IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...
IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...
IRJET- A Study of Programmable Logic Controllers (PLC) and Graphical User Int...
 
EEP301: Ca06 sample
EEP301: Ca06 sampleEEP301: Ca06 sample
EEP301: Ca06 sample
 
IRJET- Advanced Vehicle Parking using PLC
IRJET- Advanced Vehicle Parking using PLCIRJET- Advanced Vehicle Parking using PLC
IRJET- Advanced Vehicle Parking using PLC
 
Can Protocol based Vehicle Brake Control System at Slope
Can Protocol based Vehicle Brake Control System at SlopeCan Protocol based Vehicle Brake Control System at Slope
Can Protocol based Vehicle Brake Control System at Slope
 
Left Turn Display Mechanism for Facilitating Left Hand Turns
Left Turn Display Mechanism for Facilitating Left Hand TurnsLeft Turn Display Mechanism for Facilitating Left Hand Turns
Left Turn Display Mechanism for Facilitating Left Hand Turns
 
Alfred Mayer Hella Gotmann talks Autonomous driving roadmap
Alfred Mayer Hella Gotmann talks Autonomous driving roadmapAlfred Mayer Hella Gotmann talks Autonomous driving roadmap
Alfred Mayer Hella Gotmann talks Autonomous driving roadmap
 
Passenger Vehicle Speed Control using PID on Simulink Platform and Body Contr...
Passenger Vehicle Speed Control using PID on Simulink Platform and Body Contr...Passenger Vehicle Speed Control using PID on Simulink Platform and Body Contr...
Passenger Vehicle Speed Control using PID on Simulink Platform and Body Contr...
 
Automatic Control Electronic Throttle Control System (ETCS) By Google Maps Pl...
Automatic Control Electronic Throttle Control System (ETCS) By Google Maps Pl...Automatic Control Electronic Throttle Control System (ETCS) By Google Maps Pl...
Automatic Control Electronic Throttle Control System (ETCS) By Google Maps Pl...
 
virtual-system-integration-and-early-functional-validation-in-the-whole-vehic...
virtual-system-integration-and-early-functional-validation-in-the-whole-vehic...virtual-system-integration-and-early-functional-validation-in-the-whole-vehic...
virtual-system-integration-and-early-functional-validation-in-the-whole-vehic...
 
PLC TRAINING IN NOIDA
PLC TRAINING IN NOIDAPLC TRAINING IN NOIDA
PLC TRAINING IN NOIDA
 
A Longitudinal Control Algorithm for Smart Cruise Control with Virtual Parame...
A Longitudinal Control Algorithm for Smart Cruise Control with Virtual Parame...A Longitudinal Control Algorithm for Smart Cruise Control with Virtual Parame...
A Longitudinal Control Algorithm for Smart Cruise Control with Virtual Parame...
 
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
To Perform SIL And PIL Testing on Fast Dynamic System using Economical AVR Co...
 
Mechatronics engineer
Mechatronics engineerMechatronics engineer
Mechatronics engineer
 
Fuzzy System Model for Management of Driver Distractions in Motor Vehicles
Fuzzy System Model for Management of Driver Distractions in Motor VehiclesFuzzy System Model for Management of Driver Distractions in Motor Vehicles
Fuzzy System Model for Management of Driver Distractions in Motor Vehicles
 

More from MrRRThirrunavukkaras (8)

VLSI DESIGN BASICS TRANSISTOR THEORY AND MOS TRANSISTOR.pptx
VLSI DESIGN BASICS TRANSISTOR THEORY AND MOS TRANSISTOR.pptxVLSI DESIGN BASICS TRANSISTOR THEORY AND MOS TRANSISTOR.pptx
VLSI DESIGN BASICS TRANSISTOR THEORY AND MOS TRANSISTOR.pptx
 
Combinational Circuits Design in Digital System Design.pptx
Combinational Circuits Design in Digital System Design.pptxCombinational Circuits Design in Digital System Design.pptx
Combinational Circuits Design in Digital System Design.pptx
 
Electronics for basic engineers and .ppt
Electronics for basic engineers and .pptElectronics for basic engineers and .ppt
Electronics for basic engineers and .ppt
 
Verilog Hardware Description Language.ppt
Verilog Hardware Description Language.pptVerilog Hardware Description Language.ppt
Verilog Hardware Description Language.ppt
 
Search-Beyond-Classical-no-exercise-answers.pdf
Search-Beyond-Classical-no-exercise-answers.pdfSearch-Beyond-Classical-no-exercise-answers.pdf
Search-Beyond-Classical-no-exercise-answers.pdf
 
certificate wordings.docx
certificate wordings.docxcertificate wordings.docx
certificate wordings.docx
 
wearable_HAPTIC_TECHNOLOGY_pptx.pptx
wearable_HAPTIC_TECHNOLOGY_pptx.pptxwearable_HAPTIC_TECHNOLOGY_pptx.pptx
wearable_HAPTIC_TECHNOLOGY_pptx.pptx
 
8051instructionset-120412233627-phpapp01.pdf
8051instructionset-120412233627-phpapp01.pdf8051instructionset-120412233627-phpapp01.pdf
8051instructionset-120412233627-phpapp01.pdf
 

Recently uploaded

@OBAT ABORSI 3 BULAN@ OBAT PENGGUGUR KANDUNGAN 3 BULAN (087776558899)
@OBAT ABORSI 3 BULAN@ OBAT PENGGUGUR KANDUNGAN 3 BULAN (087776558899)@OBAT ABORSI 3 BULAN@ OBAT PENGGUGUR KANDUNGAN 3 BULAN (087776558899)
@OBAT ABORSI 3 BULAN@ OBAT PENGGUGUR KANDUNGAN 3 BULAN (087776558899)
Obat Cytotec
 
一比一原版(UWE毕业证书)西英格兰大学毕业证原件一模一样
一比一原版(UWE毕业证书)西英格兰大学毕业证原件一模一样一比一原版(UWE毕业证书)西英格兰大学毕业证原件一模一样
一比一原版(UWE毕业证书)西英格兰大学毕业证原件一模一样
Fi
 
一比一原版英国格林多大学毕业证如何办理
一比一原版英国格林多大学毕业证如何办理一比一原版英国格林多大学毕业证如何办理
一比一原版英国格林多大学毕业证如何办理
AS
 
一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理
一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理
一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理
apekaom
 
一比一定制美国罗格斯大学毕业证学位证书
一比一定制美国罗格斯大学毕业证学位证书一比一定制美国罗格斯大学毕业证学位证书
一比一定制美国罗格斯大学毕业证学位证书
A
 
一比一定制波士顿学院毕业证学位证书
一比一定制波士顿学院毕业证学位证书一比一定制波士顿学院毕业证学位证书
一比一定制波士顿学院毕业证学位证书
A
 
一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理
F
 
一比一原版罗切斯特大学毕业证如何办理
一比一原版罗切斯特大学毕业证如何办理一比一原版罗切斯特大学毕业证如何办理
一比一原版罗切斯特大学毕业证如何办理
F
 
一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理
F
 
一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理
一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理
一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理
AS
 
一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书
一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书
一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书
c6eb683559b3
 
原版定制英国赫瑞瓦特大学毕业证原件一模一样
原版定制英国赫瑞瓦特大学毕业证原件一模一样原版定制英国赫瑞瓦特大学毕业证原件一模一样
原版定制英国赫瑞瓦特大学毕业证原件一模一样
AS
 

Recently uploaded (20)

@OBAT ABORSI 3 BULAN@ OBAT PENGGUGUR KANDUNGAN 3 BULAN (087776558899)
@OBAT ABORSI 3 BULAN@ OBAT PENGGUGUR KANDUNGAN 3 BULAN (087776558899)@OBAT ABORSI 3 BULAN@ OBAT PENGGUGUR KANDUNGAN 3 BULAN (087776558899)
@OBAT ABORSI 3 BULAN@ OBAT PENGGUGUR KANDUNGAN 3 BULAN (087776558899)
 
一比一原版(UWE毕业证书)西英格兰大学毕业证原件一模一样
一比一原版(UWE毕业证书)西英格兰大学毕业证原件一模一样一比一原版(UWE毕业证书)西英格兰大学毕业证原件一模一样
一比一原版(UWE毕业证书)西英格兰大学毕业证原件一模一样
 
TOP 100 Vulnerabilities Step-by-Step Guide Handbook
TOP 100 Vulnerabilities Step-by-Step Guide HandbookTOP 100 Vulnerabilities Step-by-Step Guide Handbook
TOP 100 Vulnerabilities Step-by-Step Guide Handbook
 
一比一原版英国格林多大学毕业证如何办理
一比一原版英国格林多大学毕业证如何办理一比一原版英国格林多大学毕业证如何办理
一比一原版英国格林多大学毕业证如何办理
 
Dan Quinn Commanders Feather Dad Hat Hoodie
Dan Quinn Commanders Feather Dad Hat HoodieDan Quinn Commanders Feather Dad Hat Hoodie
Dan Quinn Commanders Feather Dad Hat Hoodie
 
一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理
一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理
一比一原版桑佛德大学毕业证成绩单申请学校Offer快速办理
 
Free on Wednesdays T Shirts Free on Wednesdays Sweatshirts
Free on Wednesdays T Shirts Free on Wednesdays SweatshirtsFree on Wednesdays T Shirts Free on Wednesdays Sweatshirts
Free on Wednesdays T Shirts Free on Wednesdays Sweatshirts
 
一比一定制美国罗格斯大学毕业证学位证书
一比一定制美国罗格斯大学毕业证学位证书一比一定制美国罗格斯大学毕业证学位证书
一比一定制美国罗格斯大学毕业证学位证书
 
一比一定制波士顿学院毕业证学位证书
一比一定制波士顿学院毕业证学位证书一比一定制波士顿学院毕业证学位证书
一比一定制波士顿学院毕业证学位证书
 
The Rise of Subscription-Based Digital Services.pdf
The Rise of Subscription-Based Digital Services.pdfThe Rise of Subscription-Based Digital Services.pdf
The Rise of Subscription-Based Digital Services.pdf
 
一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理一比一原版田纳西大学毕业证如何办理
一比一原版田纳西大学毕业证如何办理
 
一比一原版罗切斯特大学毕业证如何办理
一比一原版罗切斯特大学毕业证如何办理一比一原版罗切斯特大学毕业证如何办理
一比一原版罗切斯特大学毕业证如何办理
 
一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理一比一原版帝国理工学院毕业证如何办理
一比一原版帝国理工学院毕业证如何办理
 
HUMANIZE YOUR BRAND - FREE E-WORKBOOK Download Now
HUMANIZE YOUR BRAND - FREE E-WORKBOOK Download NowHUMANIZE YOUR BRAND - FREE E-WORKBOOK Download Now
HUMANIZE YOUR BRAND - FREE E-WORKBOOK Download Now
 
一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理
一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理
一比一原版(Dundee毕业证书)英国爱丁堡龙比亚大学毕业证如何办理
 
[Hackersuli] Élő szövet a fémvázon: Python és gépi tanulás a Zeek platformon
[Hackersuli] Élő szövet a fémvázon: Python és gépi tanulás a Zeek platformon[Hackersuli] Élő szövet a fémvázon: Python és gépi tanulás a Zeek platformon
[Hackersuli] Élő szövet a fémvázon: Python és gépi tanulás a Zeek platformon
 
一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书
一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书
一比一原版(NYU毕业证书)美国纽约大学毕业证学位证书
 
Loker Pemandu Lagu LC Semarang 085746015303
Loker Pemandu Lagu LC Semarang 085746015303Loker Pemandu Lagu LC Semarang 085746015303
Loker Pemandu Lagu LC Semarang 085746015303
 
Beyond Inbound: Unlocking the Secrets of API Egress Traffic Management
Beyond Inbound: Unlocking the Secrets of API Egress Traffic ManagementBeyond Inbound: Unlocking the Secrets of API Egress Traffic Management
Beyond Inbound: Unlocking the Secrets of API Egress Traffic Management
 
原版定制英国赫瑞瓦特大学毕业证原件一模一样
原版定制英国赫瑞瓦特大学毕业证原件一模一样原版定制英国赫瑞瓦特大学毕业证原件一模一样
原版定制英国赫瑞瓦特大学毕业证原件一模一样
 

Adaptive Cruise Control.pdf

  • 1. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 1 Design Examples and Case Studies of Program Modeling and Programming with RTOS: Lesson-5 Case Study of an Embedded System For An Adaptive Cruise Control (ACC) System in a Car
  • 2. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 2 Embedded Systems in a car
  • 3. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 3 1. Adaptive Cruise Control (ACC) System
  • 4. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 4 Cruise control • Cruise control  a system that takes charge of controlling the throttle from the driver and cruising the vehicle at preset and constant speed. •  may also maintain string stability in case of multiple cars streaming through highway and in case of VIP convoy
  • 5. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 5 Adaptive Cruise Control (ACC) • Using an adaptive algorithm, ACC system maintains constant speed and can be added string stability feature in case of multiple cars streaming on highway. • String stability─ maintaining inter-car distances constant
  • 6. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 6 ACC … • Cruise control relieves the driver from that duty and the driver hands over the charge to the ACC • When (1) road conditions are suitable (not wet or icy, or (2) there are no strong winds or fog), or (3) car is cruising at high speed and when there is no heavy traffic. • The driver resumes the charge in adverse conditions
  • 7. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 7 Block diagram of the ACC system units
  • 8. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 8 Control front-end panel • Switch cum Display for 'ON', for 'OFF', 'COAST', RESUME', SET/ACCELERATE. • The driver activates or deactivates, the ACC system by pressing ON or OFF, respectively.
  • 9. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 9 Adaptive Control • An adaptive control─ algorithm used to adapt to the current status of control inputs • Parameters adapt dynamically • In place of a constant set of mathematical parameters in the algorithm equations, the parameter are continuously adapted to the status at an instance
  • 10. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 10 Model for an adaptive control algorithm adapts and function
  • 11. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 11 2. ACC System Requirements
  • 12. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 12 Purpose  Controlled cruising of car using adaptive control algorithm for continuous maintaining the car speed and inter-car distances
  • 13. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 13 Inputs  Present alignment of radar (or laser) beam emitter.  Delay interval in reflected pulse with respect to transmitted pulse from emitter  Throttle position from a stepper motor position sensor.  Speed from a speedometer  Brake status for brake activities from brake switch and pedal
  • 14. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 14 ACC System Ports and tasks  Port_Align─ for a motor control for steps up clockwise or anticlockwise on a signal from task_Align, aligns radar or UVHF transmitting device in the lane of the front-end car  Port_ReadRange─ for measuring front end-car range. Time difference deltaT is read on a signal from task_Signal to port device.
  • 15. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 15 ACC System Ports and tasks  task_ReadRange to read using the Port device_ReadRange circuit for the computations of deltaT between the transmission and reception instances. deltaT 1.5 × 105 measures the range rangeNow (= present range or front-car distance d) of the front-end car.  task_ReadRange to send message for speedNow (= velocity v) to task_RangeRate and transmits same to all other streaming behind cars
  • 16. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 16 ACC System Ports and tasks  Port_Speed ─ to send speed to port control function routine on receiving a signal from task_Speed  Port_Brake─ to apply the brakes or emergency brakes on an interrupt signal, which runs service routine ISR_BrakeControl
  • 17. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 17 Signals, Events and Notifications  User commands given as signals from switches/buttons. User control inputs for ACC ON, OFF, Coast, resume, set/accelerate buttons  Brake event (Brake taping to disable the ACC system, as alternative to "cancel" button at front panel)  Safe/Unsafe distance notification
  • 18. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 18 Outputs  Transmitted pulses at regular intervals  Alarms  Flashed Messages  Range and speed messages for other cars (in case of string stability mode)  Throttle-valve and Brake control  Output to pedal system for applying emergency brakes and driver non- intervention for taking charge of cruising from the ACC system
  • 19. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 19 Control front-end panel  Switch with display─ 'ON', for 'OFF', 'COAST', RESUME', and SET/ACCELERATE.  COAST or RESUME switch to enable driver handover or resumes the ACC system charge  SET/ACCELERATE switch to set cruise speed upwards or downwards
  • 20. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 20 Control front-end panel  Switch with display glows to show green or red as per the status when the ACC activation  Alarms and message flashing unit issues appropriate alarms and message flashing pictograms
  • 21. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 21 Functions of the system  Cruise control system takes charge of controlling the throttle position from the driver and enables the cruising of the vehicle at the preset constant speed. A radar system helps in maintaining inter- car distance and warns of emergency situations.  An alignment circuit aligns the radar emitter. When driving in a hilly area, the emitter alignment is must. A stepper motor aligns the attachment so that transmitter beam of radar emits with the required beam alignment for the given driving lane and divergence so maintain the in-lane line of sight of the front-end car. task_Align does this function.
  • 22. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 22 Functions of the system…  Transmit modulated pulses emit at periodic intervals and the delay period in receiving its reflection from front-end vehicle  The measured delay deltaT at periodic intervals  deltaT multiplied by 1.5 × 108 m/s (half of light velocity) gives the computed distance d (= RangeNow) of front end car at that instance.
  • 23. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 23 Functions of the system…  The differences of d with respect to safe dsafe and preset distances dset (in case of maintaining string stability) are cyclically estimated.  The speedometer measures the speed and task_Speed compute error in preset speed and measured speed
  • 24. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 24 Functions of the system…  All estimated differences are cyclically sent as input to an adaptive algorithm, which adapts the control parameters and sends computed output to vacuum actuator of the throttle valve in car.  task_Algorithm for computations  task_Throttle initiates the control output functions for this action.  Interrupt service routine ISR_ThrottleControl does the critical functions of throttle control.  The car decelerates and accelerates as per setting of throttle valve orifice at an instance.
  • 25. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 25 Functions of the system…  The brake control when the safe distance is not maintained and warning message is flashed on the screen.  task_Brake initiates the critical functions of brake control.  Interrupt service routine ISR_BrakeControl for the brake critical functions  When battery power becomes low, the ACC system deactivates after issuing alarm and flashing messages (notifications).
  • 26. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 26 Design metrics  Power Source and Dissipation: Car Battery operation.  Resolution: 2 m inter-car distance.  Performance: Safe distance setting 75 m to 200 m. No overshooting of controlled output for the throttle  Process Deadlines: Less than 1 s response on observation of unsafe distance of front-end car.
  • 27. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 27 Design metrics…  User Interfaces: Graphic at LCD or touch screen display  Extendibility: The system is extendable to maintain string stability of multiple cars in a row.  Engineering Cost: US$ 50000 (assumed)  Manufacturing Cost: US$ 600 (assumed
  • 28. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 28 Test and validation conditions  Tested in dense as well light traffic conditions  Tested on plains, hills and valley roads  All user commands must function correctly
  • 29. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 29 3. Detailed functioning in Adaptive Cruise Control (ACC) System
  • 30. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 30 Functioning of ACC System • Retrieve the front end-car distance information from a radar or UVHF attachment at the front string wheel. • A stepper motor aligns the attachment so that transmitter of radar maintains the line of sight to front-end car. The radar system maintains string stability and warns of emergency situations.
  • 31. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 31 Functioning of ACC System … • Get road speed from Speedo-metric section of DAS unit. • Get acceleration from engine section
  • 32. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 32 Functioning of ACC System… • Run adaptive algorithm– to calculate and send control signals to stepper motor actuator at vacuum-valve • – Orifice opening of vacuum valve controls electro-pneumatic throttle valve. • Receive new throttle position by stepper motor position sensor.
  • 33. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 33 Functioning of ACC System… • Get inputs of brake switch status for monitoring brake activities. • Send output to pedal system when applying emergency brakes • Driver intervenes on taking charge of cruising from ACC.
  • 34. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 34 Functioning of system by synchronization of tasks in ACC
  • 35. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 35 4. Classes and class diagram
  • 36. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 36 Class diagram for ACVM Part-1 Reset
  • 37. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 37 5. Hardware Architecture
  • 38. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 38 Hardware
  • 39. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 39 ACC hardware  A hardware system in automotive electronics has to provide functional safety.  Important hardware standards and guidance─ at present are following:  (a) TTP (Time Triggered Protocol), (b) CAN (Controller Area Network) (c) MOST (Media Oriented System Transport), (d) IEE (Institute of Electrical Engineers) guidance standard exists for EMC (Electromagnetic Magnetic Control) and functional safety guidance
  • 40. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 40 ACC hardware…  A microcontroller runs the tasks and ISRs except task_Algorithm.  Internal RAM/ROM, ROM/Flash for RTOS codes for scheduling the tasks.  CAN port interfaces with the CAN bus at the car.  A separate processor with RAM and ROM for the task_Algorithm executes the adaptive control algorithm  Speedometer
  • 41. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 41 ACC hardware…  Stepper motor based alignment unit  Stepper motor based throttle control unit  Transceiver for transmitting pulses through an antenna hidden under the plastic plates.  LCD dot matrix display controller, display panel with buttons  Port devices─ Port_Align, Port_Speed, Port_ReadRange, Port_Throttle and Port_Brake
  • 42. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 42 6. Software Architecture
  • 43. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 43 RTOS VxWorks used as alternative to OSEK-OS • OSEK OS standard is reliable compared to VxWorks or MUCOS. • To demonstrate RTOS use in the ACC application, let us adapt VxWorks alternative for coding instead of OSEK-OS by adhering to the OSEK guidelines
  • 44. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 44 RTOS … • Use BCC 1 type of tasks, as done in VxWorks application in Example 11.2. • Define each task of different priority and activate it only once in the codes. • Use no message queues, mutex or counting semaphore.
  • 45. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 45 RTOS … • No in-between creation and deletion of tasks. • Semaphores as event flags only with no run-time deletion or creation of these. • Task can consist of three types of objects, event (semaphore), resource (statements and functions) and devices including port devices.
  • 46. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 46 RTOS … • Use MISRA C rules in coding.  Use disable interrupts when a task or function enters critical section and enable interrupts when leaving critical section
  • 47. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 47 7. Tasks and their class, priority, action and IPCs
  • 48. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 48 Class BCC1 task_Align  Priority ─ 101  Action─ Waits for the Reset cycle to start and send signal to Port_Align  IPC pending: Event signal (s) Reset  IPC posted: Align  Input: deltaStep, Step  Output: Step to Port_Align
  • 49. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 49 Class BCC1 task_Read-Range  Priority ─ 103  Action─ Disable interrupts, get signal from Port, activate a radar flashing, records activation time, gets time of sensing the reflected radar signal and finds time difference, timeDiff. and Enable interrupts  IPC pending: Align  IPC posted: Range  Output: deltaT
  • 50. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 50 Class BCC1 task_Speed  Priority ─ 105  Action─ Event Port_Speed starts a timer, counter start message and wait for the 10 counts for the number of wheel rotations.  IPC pending:  IPC posted: Speed  Output: speedNow
  • 51. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 51 Class BCC1task_Range-Rate  Priority ─ 107  Action─ calculates rangeNow, get preset front car range and stringRange from memory and compare. Get vset set cruising speed and compare it with current speed speedNow.  IPC pending: Speed  IPC posted: ACC
  • 52. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 52 Class BCC1task_Range-Rate…  Input: avgTireCircum, time-Diff, deltaT, stringRange, CruiseSpeed, and N_rotation  Output: range-Error, speed-Error, range-Now, speed-Now
  • 53. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 53 Class BCC1task_Algorithm  Priority ─ 109  Action─ (i) Get errors of speed and range and execute adaptive control algorithm. (ii) Get errors of other vehicles through Port_RangeRate. (iii) Get other vehicles Port_Brake status.
  • 54. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 54 Class BCC1task_Algorithm…  (iv) Get present throttle position. (v) Send output, throttleAdjust to Port_Throttle. (vi) Send signal to Port_Brake in case of emergency braking action needed. (vii) Port_Brake transmits the action needed to other vehicles also.  IPC pending: ACC  IPC posted: Reset
  • 55. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 55 Class BCC1task_Algorithm…  Inputs: range-Error, speed-Error, All Port_RangeRate values and Port_Brake statuses and VehicleID  Outputs: throttle- adjust and emergency for brake and throttle respectively
  • 56. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 56 8. Multiple tasks and their synchronization model
  • 57. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 57 Synchronization model of ACC system tasks
  • 58. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 58 • Task_Alignment takes SemReset at cycle start and gives SemAlign • Task_Read Range takes SemAlign at start and gives SemRange • Task_Speed gives SemSpeed • Semaphores taken and given in cyclic order...
  • 59. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 59 • Task_RangeRate takes SemSpeed taken at start and gives SemACC • Task_Algorithm takes SemACC taken at start by and gives SemReset Semaphores taken and given in cyclic order...
  • 60. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 60 9. Coding using C and VxWorks RTOS
  • 61. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 61 ACC software for use in automobile  First be certified from organization authorized to issue that certification. We have seen that OSEK OS standard is required.  Only those VxWorks or MUCOS functions which are adhering to OSEK must be used.  Software coding IEC 61508 part 3 and MISRA C version 2 (2004) specifications of safety standards and coding language must be used.
  • 62. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 62 MISRA C  MISRA stands for Motor Industry Reliability Association.  MISRA C specifies a collection of rules to be used while coding in C
  • 63. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 63 Important rules and coding standard MISRA C
  • 64. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 64 MISRA-C…  is a standard for C language software and defines the guidelines for automotive systems for using C.  MISRA-C version 2 (2004) specified 141 rules for coding and gave a new structure for C.  Details at http://www.misra.org.uk.
  • 65. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 65 •Refer Example 12.2 in Section 12.3.6 Note: At each step, explanation for the set of statements given there. Coding using VxWorks Adapted to OSEK-OS Features
  • 66. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 66 Summary
  • 67. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 67 We learnt  Case study for ACC  Functioning and requirements  task_Align, task_Read-Range, task_Speed, task_Range-Rate and task_Algorithm  ISRs  Class diagrams  Hardware and software  Tasks synchronization model
  • 68. 2015 Chapter-13 L05: "Embedded Systems - Architecture, Programming and Design", Raj Kamal, Publs.: McGraw-Hill Education 68 End of Lesson-5 of Chapter 13 on Case Study Of An Embedded System for an Adaptive Cruise Control (ACC) System in a Car