Chrysler AGK Interface: Tables: Full Software Documentation For Chrysler OM651 TPA91 Deliv - Issue 4.0

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

Full Software documentation for Chrysler R6514630

9819/11807
OM651 TPA91 Deliv - Issue 4.0
R6514842 ISSUE 1.0
PRINTED 19/11/08
Engineering Department PAGE 1/8
SpecTool_Word_Generation_2_0 <> Specification_R6514842_1_0

Chrysler AGK interface : tables


NAME SIGNATURE
Author Nicolas DUVERNOIS Has signed

Approver Philippe BEAUCHARD Has signed


Full Software documentation for Chrysler R6514630
9820/11807
OM651 TPA91 Deliv - Issue 4.0
R6514842 ISSUE 1.0
PRINTED 19/11/08
Engineering Department PAGE 2/8
SpecTool_Word_Generation_2_0 <> Specification_R6514842_1_0

HISTORY OF THE DOCUMENT


Edition Date Amendments Author Approver
1.0 26/05/2008 First creation Nicolas Philippe
DUVERNOIS BEAUCHARD

DELPHI confidential
"All rights reserved. No part of this publication may be reproduced in any material form (including photocopying or storing in any medium by electronic means and
whether or not transciently or incidentally for some other use of this publication) without the written permission of Delphi."
Full Software documentation for Chrysler R6514630
9821/11807
OM651 TPA91 Deliv - Issue 4.0
R6514842 ISSUE 1.0
PRINTED 19/11/08
Engineering Department PAGE 3/8
SpecTool_Word_Generation_2_0 <> Specification_R6514842_1_0

CONTENTS
1. GENERAL INFORMATION.................................................................................................................................................................. 4
1.1. PURPOSE .................................................................................................................................................................................... 4
1.2. SCOPE ........................................................................................................................................................................................ 4
1.3. REFERENCES .............................................................................................................................................................................. 4
2. DEFAULT CALIBRATION ................................................................................................................................................................... 4
3. FUNCTIONAL DESCRIPTION.............................................................................................................................................................. 5
3.1. TOP LEVEL OVERVIEW ............................................................................................................................................................... 5
3.2. INITIALIZATION.......................................................................................................................................................................... 5
3.3. MODULE R6514842_1_0/MAIN ................................................................................................................................................. 5
3.4. MODULE R6514842_1_0/MAIN/A580 STRING COPY ................................................................................................................. 6
4. DATA DICTIONARY ........................................................................................................................................................................... 7
4.1. INPUTS ....................................................................................................................................................................................... 7
4.2. OUTPUTS.................................................................................................................................................................................... 7
4.3. INTERNAL VARIABLES ................................................................................................................................................................ 7
4.4. EVENTS ...................................................................................................................................................................................... 7
4.5. HIDDEN VARIABLES (UNSIGNIFICATIVE) .................................................................................................................................... 7
4.6. CALIBRATIONS........................................................................................................................................................................... 7
4.7. CONSTANTS ............................................................................................................................................................................... 7

DELPHI confidential
"All rights reserved. No part of this publication may be reproduced in any material form (including photocopying or storing in any medium by electronic means and
whether or not transciently or incidentally for some other use of this publication) without the written permission of Delphi."
Full Software documentation for Chrysler R6514630
9822/11807
OM651 TPA91 Deliv - Issue 4.0
R6514842 ISSUE 1.0
PRINTED 19/11/08
Engineering Department PAGE 4/8
SpecTool_Word_Generation_2_0 <> Specification_R6514842_1_0
1. GENERAL INFORMATION
1.1.PURPOSE
This specification describes a part of the AGK interface dedicated to the transmission of table inputs.

1.2.SCOPE
This specification is specific to Chrysler.

1.3.REFERENCES
R6000001 : Glossary of Software And Electronic Terms
R6510006 : Diagram Symbol Glossary

2. DEFAULT CALIBRATION
C_I_AGK_A580_STRING_APV = [0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0] -;

DELPHI confidential
"All rights reserved. No part of this publication may be reproduced in any material form (including photocopying or storing in any medium by electronic means and
whether or not transciently or incidentally for some other use of this publication) without the written permission of Delphi."
Full Software documentation for Chrysler R6514630
9823/11807
OM651 TPA91 Deliv - Issue 4.0
R6514842 ISSUE 1.0
PRINTED 19/11/08
Engineering Department PAGE 5/8
SpecTool_Word_Generation_2_0 <> Specification_R6514842_1_0
3. FUNCTIONAL DESCRIPTION
3.1.TOP LEVEL OVERVIEW

DOC
RTF 1
Comment s_s_startup_init

DOC
RTF
History
A580 1
A580
DOC
RTF
Scope

DOC
RTF Main
References
FIGURE 1 : R6514842_1_0

3.2.INITIALIZATION
A580 = [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0];

3.3.MODULE R6514842_1_0/MAIN

DOC
A580
RTF s_s_startup_init
Comment held states when enabling init : 0

C_I_AGK_A580_STRING_APV C_I_AGK_A580_STRING_APV for { ... }

A580 String copy

A580 1
A580
Init = [0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0]
held when disabled

DELPHI confidential
"All rights reserved. No part of this publication may be reproduced in any material form (including photocopying or storing in any medium by electronic means and
whether or not transciently or incidentally for some other use of this publication) without the written permission of Delphi."
Full Software documentation for Chrysler R6514630
9824/11807
OM651 TPA91 Deliv - Issue 4.0
R6514842 ISSUE 1.0
PRINTED 19/11/08
Engineering Department PAGE 6/8
SpecTool_Word_Generation_2_0 <> Specification_R6514842_1_0
FIGURE 2 : R6514842_1_0/MAIN

This block performs the string copy operation from calibration to AGK variable.
This specification has no scheduling, is only called on initialisation events because there is no need to perform a cyclic
copy of a calibration.

3.4.MODULE R6514842_1_0/MAIN/A580 STRING COPY

1 array
C_I_AGK_A580_STRING_APV For A580 U1 −> Y
1:N i
Iterator i DOC
For Iterator U2 −> Y(E) Y A580
RTF
E Comment
1

FIGURE 3 : R6514842_1_0/MAIN/A580 STRING COPY

This block describe each iteration of the copy process. The number of iteration is equal to the size of the corresponding
tables.

DELPHI confidential
"All rights reserved. No part of this publication may be reproduced in any material form (including photocopying or storing in any medium by electronic means and
whether or not transciently or incidentally for some other use of this publication) without the written permission of Delphi."
Full Software documentation for Chrysler R6514630
9825/11807
OM651 TPA91 Deliv - Issue 4.0
R6514842 ISSUE 1.0
PRINTED 19/11/08
Engineering Department PAGE 7/8
SpecTool_Word_Generation_2_0 <> Specification_R6514842_1_0
4. DATA DICTIONARY

4.1.INPUTS
Name Unit Type Type Definition Dim
Description
s_s_startup_init - Bool (1,1)
ECU initialization

4.2.OUTPUTS
Name Unit Type Type Definition Dim
Description
A580 - Fixed 2^0 # [0 ; 255] (42,1)
A580 Getriebe Varianten

4.3.INTERNAL VARIABLES
Name Unit Type Type Definition Dim
Description

4.4.EVENTS
Name Dim
Description

4.5.HIDDEN VARIABLES (UNSIGNIFICATIVE)


These variables are solely used in transient computations and shall not be usable or visible.
Name Unit Type Type Definition Dim
Description

4.6.CALIBRATIONS
Name Unit Type Type Definition Dim
Description
C_I_AGK_A580_STRING_APV - Fixed 2^0 # [0 ; 255] (42,1)
A580 gearbox variant string

4.7.CONSTANTS
Name Unit Type Type Definition Value

DELPHI confidential
"All rights reserved. No part of this publication may be reproduced in any material form (including photocopying or storing in any medium by electronic means and
whether or not transciently or incidentally for some other use of this publication) without the written permission of Delphi."
Full Software documentation for Chrysler R6514630
9826/11807
OM651 TPA91 Deliv - Issue 4.0
R6514842 ISSUE 1.0
PRINTED 19/11/08
Engineering Department PAGE 8/8
SpecTool_Word_Generation_2_0 <> Specification_R6514842_1_0
Description

DELPHI confidential
"All rights reserved. No part of this publication may be reproduced in any material form (including photocopying or storing in any medium by electronic means and
whether or not transciently or incidentally for some other use of this publication) without the written permission of Delphi."

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy