Lexia 3 Arıza Tespit Cihazı ve Laptop Seti | Kurulumu Hazır
/* İzole edilen tüm stiller - sadece bu bölüm için geçerli */
.lexia-cihazi {
--primary: #D82D2A; /* Peugeot/Citroen Red */
--primary-light: #ffeaea;
--secondary: #0078D7; /* A different accent color */
--text-dark: #1A2C55;
--text-light: #646E84;
--background: #FFFFFF;
--background-light: #F7F9FC;
--border: #E2E8F0;
--success: #36B37E;
--warning: #FFAB00;
--info: #2684FF;
--radius-sm: 8px;
--radius-md: 16px;
--radius-lg: 24px;
--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
--shadow-md: 0 10px 30px rgba(0, 0, 0, 0.08);
--shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.1);
color: var(--text-dark);
background-color: var(--background);
overflow-x: hidden;
position: relative;
width: 100%;
box-sizing: border-box;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
}
.lexia-cihazi * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Inter', sans-serif;
}
.lexia-cihazi .container {
max-width: 100%;
margin: 0 auto;
padding: 0 24px;
position: relative;
z-index: 2;
}
.lexia-cihazi .btn {
padding: 12px 24px;
border-radius: var(--radius-md);
font-weight: 600;
font-size: 15px;
transition: all 0.3s ease;
cursor: pointer;
display: inline-flex;
align-items: center;
gap: 8px;
text-decoration: none;
white-space: nowrap;
}
.lexia-cihazi .btn-primary {
background-color: var(--primary);
color: white;
border: none;
box-shadow: var(--shadow-sm);
}
.lexia-cihazi .btn-primary:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
background-color: #b8201d;
}
.lexia-cihazi .btn-secondary {
background-color: var(--primary-light);
color: var(--primary);
border: none;
}
.lexia-cihazi .btn-secondary:hover {
background-color: #fddddd;
}
/* Background Shapes */
.lexia-cihazi .bg-shape {
position: absolute;
z-index: 1;
border-radius: 50%;
}
.lexia-cihazi .bg-shape-1 {
top: -80px;
right: -80px;
width: 250px;
height: 250px;
background-color: var(--primary-light);
opacity: 0.5;
}
.lexia-cihazi .bg-shape-2 {
bottom: 10%;
left: -120px;
width: 200px;
height: 200px;
background-color: var(--primary-light);
opacity: 0.4;
}
/* Hero Section */
.lexia-cihazi .hero {
padding-top: 80px;
padding-bottom: 100px;
position: relative;
overflow: hidden;
}
.lexia-cihazi .hero-grid {
display: grid;
grid-template-columns: 1fr;
gap: 40px;
justify-items: center;
text-align: center;
}
@media (min-width: 769px) {
.lexia-cihazi .hero-grid {
grid-template-columns: 1fr 1fr;
gap: 60px;
justify-items: initial;
text-align: left;
}
.lexia-cihazi .hero-content {
justify-self: initial;
text-align: left;
}
}
.lexia-cihazi .hero-content {
max-width: 550px;
}
.lexia-cihazi .hero-eyebrow {
display: inline-flex;
align-items: center;
padding: 8px 16px;
background-color: var(--primary-light);
color: var(--primary);
border-radius: var(--radius-sm);
font-weight: 600;
font-size: 14px;
margin-bottom: 24px;
}
.lexia-cihazi .hero-title {
font-size: 48px;
font-weight: 800;
line-height: 1.2;
margin-bottom: 24px;
color: var(--text-dark);
}
.lexia-cihazi .hero-title span {
color: var(--primary);
position: relative;
display: inline-block;
}
.lexia-cihazi .hero-title span::after {
content: '';
position: absolute;
bottom: 8px;
left: 0;
width: 100%;
height: 10px;
background-color: rgba(216, 45, 42, 0.2);
z-index: -1;
border-radius: 10px;
}
.lexia-cihazi .hero-description {
font-size: 18px;
line-height: 1.6;
color: var(--text-light);
margin-bottom: 32px;
}
.lexia-cihazi .hero-buttons {
display: flex;
gap: 16px;
margin-top: 40px;
justify-content: center;
}
@media (min-width: 768px) {
.lexia-cihazi .hero-buttons {
justify-content: center;
}
}
.lexia-cihazi .hero-image-container {
position: relative;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
}
.lexia-cihazi .hero-image-wrapper {
position: relative;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-lg);
background-color: white;
width: 100%;
max-width: 500px;
aspect-ratio: 1 / 1;
display: flex;
align-items: center;
justify-content: center;
}
.lexia-cihazi .hero-image-wrapper img {
width: 100%;
height: auto;
object-fit: contain;
}
/* Features Section */
.lexia-cihazi .features {
padding: 100px 0;
position: relative;
overflow: hidden;
background-color: var(--background-light);
}
.lexia-cihazi .section-header {
text-align: center;
max-width: 700px;
margin: 0 auto 80px;
}
.lexia-cihazi .section-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
}
.lexia-cihazi .section-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
}
.lexia-cihazi .section-description {
font-size: 18px;
color: var(--text-light);
line-height: 1.6;
}
.lexia-cihazi .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
justify-content: center;
}
.lexia-cihazi .feature-card {
background-color: var(--background);
border-radius: var(--radius-lg);
padding: 40px;
transition: all 0.3s ease;
border: 1px solid var(--border);
position: relative;
overflow: hidden;
height: 100%;
display: flex;
flex-direction: column;
}
.lexia-cihazi .feature-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-md);
border-color: var(--primary-light);
}
.lexia-cihazi .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 60px;
background-color: var(--primary);
border-radius: 0 2px 2px 0;
}
.lexia-cihazi .feature-icon {
margin-bottom: 24px;
width: 60px;
height: 60px;
border-radius: var(--radius-md);
background-color: var(--primary-light);
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: var(--primary);
align-self: center;
}
.lexia-cihazi .feature-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 16px;
color: var(--text-dark);
text-align: center;
}
.lexia-cihazi .feature-description {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
flex-grow: 1;
text-align: center;
}
/* Product Section */
.lexia-cihazi .product {
padding: 100px 0;
background-color: var(--background);
position: relative;
overflow: hidden;
}
.lexia-cihazi .product-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}
.lexia-cihazi .product-image-container {
position: relative;
}
.lexia-cihazi .product-image-card {
position: relative;
border-radius: var(--radius-lg);
overflow: hidden;
box-shadow: var(--shadow-lg);
background-color: white;
padding: 20px;
}
.lexia-cihazi .gallery-container {
width: 100%;
}
.lexia-cihazi .gallery-main {
width: 100%;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
background-color: #f8f9fa;
border-radius: var(--radius-md);
margin-bottom: 20px;
}
.lexia-cihazi .gallery-main img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
.lexia-cihazi .gallery-thumbs {
display: flex;
gap: 10px;
flex-wrap: wrap;
justify-content: center;
}
.lexia-cihazi .gallery-thumb {
width: 80px;
height: 80px;
border-radius: var(--radius-sm);
overflow: hidden;
cursor: pointer;
border: 2px solid transparent;
}
.lexia-cihazi .gallery-thumb.active {
border-color: var(--primary);
}
.lexia-cihazi .gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.lexia-cihazi .product-badges {
position: absolute;
top: 40px;
left: 40px;
display: flex;
flex-direction: column;
gap: 12px;
z-index: 5;
}
.lexia-cihazi .hero-image-wrapper .product-badges {
top: 20px;
right: 40px;
left: auto;
}
.lexia-cihazi .product-badge {
padding: 8px 16px;
border-radius: var(--radius-sm);
font-size: 14px;
font-weight: 600;
}
.lexia-cihazi .badge-full-chip {
background-color: var(--primary);
color: white;
}
.lexia-cihazi .badge-360 {
background-color: var(--secondary);
color: white;
display: flex;
align-items: center;
gap: 8px;
}
.lexia-cihazi .product-content {
max-width: 480px;
}
.lexia-cihazi .product-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
text-align: center;
}
.lexia-cihazi .product-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
text-align: center;
}
.lexia-cihazi .product-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 32px;
text-align: center;
}
.lexia-cihazi .product-features {
margin-bottom: 40px;
display: inline-block;
text-align: left;
}
.lexia-cihazi .product-feature {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
}
.lexia-cihazi .feature-check {
min-width: 22px;
height: 22px;
background-color: var(--success);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 12px;
margin-top: 4px;
}
.lexia-cihazi .feature-text {
font-size: 16px;
color: var(--text-dark);
line-height: 1.5;
}
.lexia-cihazi .feature-text strong {
font-weight: 600;
}
/* Software Section */
.lexia-cihazi .software {
padding: 100px 0 60px;
background-color: var(--background-light);
}
.lexia-cihazi .software-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 60px;
align-items: center;
}
.lexia-cihazi .software-image img {
width: 100%;
height: auto;
display: block;
border-radius: var(--radius-lg);
box-shadow: var(--shadow-lg);
}
.lexia-cihazi .software-content {
max-width: 520px;
margin: 0 auto;
}
.lexia-cihazi .software-subtitle {
font-size: 14px;
font-weight: 600;
color: var(--primary);
text-transform: uppercase;
letter-spacing: 1.5px;
margin-bottom: 16px;
text-align: center;
}
.lexia-cihazi .software-title {
font-size: 36px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 24px;
line-height: 1.3;
text-align: center;
}
.lexia-cihazi .software-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
margin-bottom: 32px;
text-align: center;
}
.lexia-cihazi .software-list {
margin-bottom: 32px;
}
.lexia-cihazi .software-item {
display: flex;
align-items: flex-start;
gap: 16px;
margin-bottom: 20px;
}
.lexia-cihazi .software-icon {
width: 24px;
height: 24px;
background-color: var(--primary-light);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary);
font-size: 12px;
flex-shrink: 0;
margin-top: 2px;
}
.lexia-cihazi .software-text {
font-size: 16px;
color: var(--text-light);
line-height: 1.5;
}
.lexia-cihazi .software-text strong {
color: var(--text-dark);
font-weight: 600;
}
.lexia-cihazi .software-note {
margin-top: 24px;
padding: 16px;
background-color: var(--warning);
border-radius: var(--radius-md);
font-size: 14px;
color: var(--text-dark);
line-height: 1.5;
border-left: 4px solid #d98e00;
}
.lexia-cihazi .software-bottom-note {
margin-top: 35px;
padding: 18px 24px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: var(--radius-md);
border: 1px solid #dee2e6;
text-align: center;
box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.lexia-cihazi .software-note-icon {
color: var(--primary);
font-size: 20px;
margin-bottom: 8px;
display: block;
}
.lexia-cihazi .software-note-content {
color: var(--text-dark);
font-size: 15px;
line-height: 1.6;
}
.lexia-cihazi .software-note-content a {
color: var(--primary);
text-decoration: underline;
font-weight: 600;
}
.lexia-cihazi .software-note-content a:hover {
text-decoration: none;
}
.show-on-mobile { display: none; }
.hide-on-mobile { display: block; }
/* Detailed Features Section */
.lexia-cihazi .detailed-features {
padding: 100px 0;
background-color: var(--background);
}
.lexia-cihazi .detailed-features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin-top: 60px;
}
.lexia-cihazi .detailed-feature-item {
display: flex;
align-items: center;
gap: 16px;
padding: 20px;
background-color: var(--background-light);
border-radius: var(--radius-md);
border: 1px solid var(--border);
transition: all 0.3s ease;
cursor: pointer;
}
.lexia-cihazi .detailed-feature-item:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-sm);
border-color: var(--primary-light);
background-color: var(--primary-light);
}
.lexia-cihazi .detailed-feature-icon {
width: 40px;
height: 40px;
background-color: var(--primary);
color: white;
border-radius: var(--radius-sm);
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
flex-shrink: 0;
}
.lexia-cihazi .detailed-feature-text {
font-size: 15px;
font-weight: 500;
color: var(--text-dark);
line-height: 1.4;
}
/* Supported Models Section */
.lexia-cihazi .supported-models {
padding: 80px 0;
background-color: var(--background);
}
.lexia-cihazi .logo-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
gap: 20px;
justify-items: center;
max-width: 800px;
margin: 40px auto 0;
}
.lexia-cihazi .brand-logo-item {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
transition: transform 0.3s ease;
}
.lexia-cihazi .brand-logo-item:hover {
transform: scale(1.1);
}
.lexia-cihazi .brand-logo-item img {
max-height: 60px;
max-width: 120px;
object-fit: contain;
margin-bottom: 12px;
}
.lexia-cihazi .brand-logo-item p {
font-size: 16px;
font-weight: 600;
color: var(--text-dark);
}
.lexia-cihazi .compatibility-note {
text-align: center;
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
max-width: 700px;
margin: 40px auto 0;
padding: 20px;
background-color: var(--primary-light);
border-radius: var(--radius-md);
border-left: 4px solid var(--primary);
}
/* FAQ Section */
.lexia-cihazi .faq {
padding: 100px 0;
background-color: var(--background-light);
}
.lexia-cihazi .faq-container {
max-width: 900px;
margin: 0 auto;
}
.lexia-cihazi .faq-wrapper {
margin-top: 60px;
}
.lexia-cihazi .faq-item {
background-color: var(--background);
border: 1px solid var(--border);
border-radius: var(--radius-md);
transition: all 0.3s ease;
overflow: hidden;
margin-bottom: 16px;
}
.lexia-cihazi .faq-item:hover {
box-shadow: var(--shadow-sm);
border-color: var(--primary-light);
}
.lexia-cihazi .faq-question {
padding: 24px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
color: var(--text-dark);
user-select: none;
}
.lexia-cihazi .faq-icon {
color: var(--primary);
transition: transform 0.3s ease;
}
.lexia-cihazi .faq-answer {
padding: 0 24px;
max-height: 0;
overflow: hidden;
color: var(--text-light);
line-height: 1.6;
transition: all 0.4s ease-in-out;
}
.lexia-cihazi .faq-item.active .faq-answer {
padding: 0 24px 24px;
max-height: 500px; /* Adjust as needed */
}
.lexia-cihazi .faq-item.active .faq-icon {
transform: rotate(180deg);
}
/* Contact Section Styling */
.lexia-cihazi .contact-section {
padding: 80px 0;
background-color: var(--background);
text-align: center;
}
.lexia-cihazi .contact-header {
margin-bottom: 60px;
}
.lexia-cihazi .contact-title {
font-size: 32px;
font-weight: 800;
color: var(--text-dark);
margin-bottom: 12px;
}
.lexia-cihazi .contact-title-underline {
width: 60px;
height: 4px;
background-color: var(--primary);
margin: 0 auto 24px;
border-radius: 2px;
}
.lexia-cihazi .contact-description {
font-size: 17px;
color: var(--text-light);
line-height: 1.6;
max-width: 600px;
margin: 0 auto;
}
.lexia-cihazi .contact-cards-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
max-width: 1000px;
margin: 0 auto;
}
.lexia-cihazi .contact-card {
background-color: var(--background-light);
border-radius: var(--radius-lg);
padding: 30px;
box-shadow: var(--shadow-sm);
transition: all 0.3s ease;
border: 1px solid var(--border);
}
.lexia-cihazi .contact-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-md);
}
.lexia-cihazi .contact-icon {
width: 60px;
height: 60px;
border-radius: 50%;
background-color: var(--primary-light);
color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
margin: 0 auto 20px;
}
.lexia-cihazi .contact-card-title {
font-size: 18px;
font-weight: 700;
color: var(--text-dark);
margin-bottom: 8px;
}
.lexia-cihazi .contact-card-detail {
font-size: 16px;
color: var(--primary);
text-decoration: none;
font-weight: 500;
}
.lexia-cihazi .contact-card-detail:hover {
text-decoration: underline;
}
/* Responsive */
@media (max-width: 1024px) {
.lexia-cihazi .hero-title {
font-size: 40px;
}
.lexia-cihazi .product-container,
.lexia-cihazi .software-container {
gap: 40px;
}
}
@media (max-width: 768px) {
.lexia-cihazi .hero {
padding-top: 60px;
text-align: center;
}
.lexia-cihazi .hero-grid {
grid-template-columns: 1fr;
gap: 40px;
justify-items: center;
text-align: center;
}
.lexia-cihazi .hero-content {
max-width: 100%;
}
.lexia-cihazi .hero-buttons {
flex-direction: column;
align-items: center;
}
.lexia-cihazi .hero-eyebrow {
margin-left: auto;
margin-right: auto;
}
.lexia-cihazi .hero-image-wrapper {
max-width: 400px;
}
.lexia-cihazi .product-container,
.lexia-cihazi .software-container {
grid-template-columns: 1fr;
}
.lexia-cihazi .product-content, .lexia-cihazi .software-content {
max-width: 100%;
}
.lexia-cihazi .product-content {
order: 2;
}
.lexia-cihazi .product-image-container {
order: 1;
}
/* For software section on mobile, content (order: 1) comes before image (order: 2) */
.lexia-cihazi .software-content {
order: 1;
}
.lexia-cihazi .software-image {
order: 2;
}
.show-on-mobile {
display: block;
}
.hide-on-mobile {
display: none;
}
.lexia-cihazi .gallery-main {
height: 300px;
}
.lexia-cihazi .faq-columns {
display: block;
}
}
@media (max-width: 576px) {
.lexia-cihazi .container {
padding: 0 16px;
}
.lexia-cihazi .hero-title {
font-size: 32px;
}
.lexia-cihazi .hero-image-wrapper {
max-width: 300px;
}
.lexia-cihazi .section-title,
.lexia-cihazi .product-title,
.lexia-cihazi .software-title {
font-size: 28px;
}
.lexia-cihazi .feature-card {
padding: 30px;
}
.lexia-cihazi .gallery-thumb {
width: 60px;
height: 60px;
}
.lexia-cihazi .gallery-main {
height: 250px;
}
.lexia-cihazi .product-badges {
top: 20px;
left: 20px;
}
.lexia-cihazi .hero-image-container .product-badges {
right: 20px;
left: auto;
}
}
@media (min-width: 768px) {
.lexia-cihazi .hero-buttons {
justify-content: center;
}
.lexia-cihazi .faq-column {
flex: 0 0 calc(50% - 12px);
}
}
Full Chip Kalitesi
Kullanıma Hazır Lexia 3 Arıza Tespit Cihazı ve Laptop Seti
Lexia 3 Full Chip arıza tespit cihazı, yazılımı kurulu ve tüm ayarları yapılmış bir laptop ile birlikte set halinde sunulur. Kutusundan çıktığı gibi kullanmaya başlayın.
Ürünü İnceleyin
Yazılım Uyumluluğu
360°
Belirtilen fiyata KDV dahil değildir.
Full Chip

KULLANIMA HAZIR | LAPTOP DAHİL
Lexia 3 Arıza Tespit Seti
Bu set, Lexia 3 arıza tespit cihazı ve üzerinde Diagbox yazılımı kurulu, tüm ayarları yapılmış bir laptop içerir. Kurulum veya yapılandırma derdi olmadan hemen kullanmaya başlayın.
Laptop Dahil: Yazılımı kurulu, kullanıma hazır, yüksek performanslı laptop.
Full Chip Anakart: Stabil ve güvenilir performans için yüksek kaliteli bileşenler.
Kapsamlı Teşhis: Elektronik modülleri okuma, arıza kodlarını silme ve canlı verileri izleme.
Parça Tanıtma ve Kodlama: Yeni parçaları (enjektör, BSI vb.) araca tanıtma ve konfigürasyon.
PROFESYONEL TEŞHİS ÇÖZÜMLERİ
PSA Grubu İçin Kapsamlı Yetenekler
Lexia 3 Full Chip, standart arıza tespit cihazlarının yeteneklerini aşarak, Peugeot, Citroen ve Opel araçlarınızda ileri düzeyde işlem yapmanıza olanak tanır.
Full Chip Kalitesi
Yüksek kaliteli Full Chip anakart sayesinde stabil bağlantı, hızlı veri akışı ve modüllere tam uyumluluk sağlar.
Geniş Sistem Desteği
Motor, şanzıman, ABS, Airbag, BSI ve klima dahil olmak üzere aracın ana elektronik kontrol ünitelerine erişim sağlar.
Gelişmiş Kodlama
Araç beyninde değişiklik yapma, gizli özellikleri aktif etme, parça tanıtma ve adaptasyon gibi ileri düzey işlemleri gerçekleştirin.
Servis Fonksiyonları
Yağ bakım sıfırlama, DPF (Dizel Partikül Filtresi) rejenerasyonu, enjektör kodlama gibi önemli servis işlemlerini yapın.
Geniş Araç Desteği
Peugeot, Citroën ve yeni nesil Opel modelleri başta olmak üzere geniş bir araç yelpazesi ile uyumluluk gösterir.
Güvenli Veri İletişimi
Gelişmiş şifreleme protokolleri ile araç elektronik sistemleri arasında güvenli veri alışverişi sağlar ve sistem bütünlüğünü korur.
DETAYLI ÖZELLİKLER
Lexia 3 ile Yapabilecekleriniz
Profesyonel düzeyde teşhis, kodlama ve adaptasyon işlemleri için gereken tüm fonksiyonlar tek cihazda.
Araç Yapılandırmasını Okumak
Sistem Parçalarını Aktifleştirme ve Adaptasyon
Motor, Şase, Gövde ve Gösterge Modüllerini Kodlama
Şasi Numarası Otomatik Tarayarak Bağlantı
Hata Kodlarını Okuma ve Silme
Elektrikli Direksiyon Adaptasyonu
Canlı Verileri Görüntüleme
EGR Testi ve DPF Rejenerasyonu
Enjektör Kodlama ve Testi
Hava Yastığı Modül Testi
Vites Kutusu (Şanzıman) Testi
Gaz Kelebeği Adaptasyonu
ABS (Antilock Brake System) Testi
ESP (Electronic Stability Program) Testi
Genel Elektrik Modülü Testi
ECU Yazılımının Değiştirilmesi
Mekanik Bileşen Sensörlerini Okuma
Otomatik Şanzıman Adaptasyonu
Adaptasyon ve Kalibrasyon
Ayarlama ve Kodlama
Dizel Partikül Filtresi Rejenerasyonu
Servis Tarih ve Bakım Sıfırlama
Dizel ve Benzinli Motor Testi
Ve Daha Fazla Özellik
Önemli Bilgilendirme
Belirtilen özellikler, aracın marka, model, üretim yılı ve donanım paketine göre değişiklik gösterebilir.
YAZILIM UYUMLULUĞU
Diagbox ile Profesyonel Teşhis
Lexia 3 cihazı, sete dahil olan Diagbox yazılımı ile tam uyumlu çalışarak profesyonel düzeyde işlem yapmanızı sağlar. Laptop üzerine kurulu ve tüm ayarları yapılmış şekilde gelir.
Otomatik Araç Tanıma: Şasi numarasından (VIN) aracı otomatik olarak tanır.
Detaylı Arıza Raporlama: Arıza kodlarını açıklamaları ve olası çözüm önerileriyle birlikte sunar.
Canlı Veri Görüntüleme: Sensör verilerini (motor devri, sıcaklık, basınç vb.) anlık olarak izleme ve grafiksel olarak gösterme.

Kullanıma Hazır Yazılım
Sete dahil olan laptop, en stabil Diagbox yazılımı versiyonu kurulu ve tüm ayarları yapılmış olarak gönderilir. Cihazı alır almaz kullanmaya başlayabilirsiniz.
DAHİL OLAN LAPTOP
Lenovo Thinkpad X240 Teknik Özellikleri
Set ile birlikte gelen, tüm yazılımları kurulu ve teste hazır olan laptopun teknik özellikleri aşağıdadır.
Model
Lenovo Thinkpad X240
İşlemci
Intel® Core™ i5-4300U
Ram Bellek
4GB DDR3
Depolama
120GB SSD
ARAÇ UYUMLULUĞU
Desteklenen Markalar
Lexia 3, Diagbox yazılımı ile Peugeot, Citroën, Opel ve DS Automobiles markalarının birçok modelinde profesyonel düzeyde işlem yapma olanağı sunar.

Peugeot

Citroën

Opel

DS Automobiles
SIKÇA SORULAN SORULAR
Lexia 3 Hakkında Merak Edilenler
Lexia 3 arıza tespit cihazı ve yazılım uyumluluğu ile ilgili en çok sorulan soruları ve cevaplarını derledik.
Full Chip ile normal versiyon farkı nedir?
Full Chip versiyon, üzerinde daha kaliteli elektronik bileşenleri barındırır. Bu sayede daha stabil çalışır, elektronik kontrol üniteleri (ECU) ile sorunsuz iletişim kurar ve veri akışı daha hızlıdır. Özellikle yeni model araçlarda ve karmaşık işlemlerde (kodlama, adaptasyon vb.) Full Chip versiyonun performansı çok daha güvenilirdir.
Bu cihazla hangi işlemleri yapabilirim?
Lexia 3 ile yapabilecekleriniz oldukça geniştir: Arıza kodlarını okuma ve silme, canlı verileri izleme, parça aktivasyon testleri (örn. fan çalıştırma), enjektör kodlama, DPF rejenerasyonu, direksiyon açı sensörü kalibrasyonu, gizli özellik açma (örn. viraj aydınlatması), BSI konfigürasyonu ve daha birçok servis ve adaptasyon işlemini gerçekleştirebilirsiniz.
Cihaz Opel'in modellerini destekliyor mu?
Kısmen evet. Lexia 3, Opel'in PSA grubu (Peugeot-Citroen) altyapısını kullanmaya başladığı 2012 sonrası ve özellikle 2017'den sonraki yeni modellerini destekler. Örneğin; Corsa F, Combo, Crossland, Grandland gibi modellerle uyumludur. Daha eski, General Motors (GM) altyapısına sahip Opel modelleri için farklı cihazlar gereklidir.
Cihazın garantisi var mı?
Evet, sattığımız tüm Lexia 3 arıza tespit cihazları sadece üretim kaynaklı oluşan hatalara karşı 6 ay boyunca firmamız garantisi altındadır. Kullanıcı kaynaklı hatalar garanti kapsamında değildir.
Destek ve İletişim
Ürünlerimizle veya donanım kullanımıyla ilgili her türlü sorunuz için bize ulaşabilirsiniz.
Telefon
0850 532 05 50
E-posta
info@otoeko.com
WhatsApp
WhatsApp Destek Hattı