hns
3 years ago
66 changed files with 565 additions and 1978 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,9 @@ |
|||||
|
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
||||
|
// For license information, please see license.txt
|
||||
|
/* eslint-disable */ |
||||
|
|
||||
|
frappe.query_reports["Feedback Report"] = { |
||||
|
"filters": [ |
||||
|
|
||||
|
] |
||||
|
}; |
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"add_total_row": 0, |
||||
|
"columns": [], |
||||
|
"creation": "2022-01-18 14:34:34.678690", |
||||
|
"disable_prepared_report": 0, |
||||
|
"disabled": 0, |
||||
|
"docstatus": 0, |
||||
|
"doctype": "Report", |
||||
|
"filters": [], |
||||
|
"idx": 0, |
||||
|
"is_standard": "Yes", |
||||
|
"modified": "2022-01-18 14:38:51.113640", |
||||
|
"modified_by": "Administrator", |
||||
|
"module": "Add Ons", |
||||
|
"name": "Feedback Report", |
||||
|
"owner": "Administrator", |
||||
|
"prepared_report": 0, |
||||
|
"ref_doctype": "Feedback", |
||||
|
"report_name": "Feedback Report", |
||||
|
"report_type": "Script Report", |
||||
|
"roles": [ |
||||
|
{ |
||||
|
"role": "_Admin" |
||||
|
}, |
||||
|
{ |
||||
|
"role": "System Manager" |
||||
|
} |
||||
|
] |
||||
|
} |
@ -0,0 +1,8 @@ |
|||||
|
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
||||
|
# For license information, please see license.txt |
||||
|
|
||||
|
# import frappe |
||||
|
|
||||
|
def execute(filters=None): |
||||
|
columns, data = [], [] |
||||
|
return columns, data |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,9 @@ |
|||||
|
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
||||
|
// For license information, please see license.txt
|
||||
|
/* eslint-disable */ |
||||
|
|
||||
|
frappe.query_reports["Model Download Report"] = { |
||||
|
"filters": [ |
||||
|
|
||||
|
] |
||||
|
}; |
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"add_total_row": 0, |
||||
|
"columns": [], |
||||
|
"creation": "2022-01-18 14:37:03.336454", |
||||
|
"disable_prepared_report": 0, |
||||
|
"disabled": 0, |
||||
|
"docstatus": 0, |
||||
|
"doctype": "Report", |
||||
|
"filters": [], |
||||
|
"idx": 0, |
||||
|
"is_standard": "Yes", |
||||
|
"modified": "2022-01-18 14:37:03.336454", |
||||
|
"modified_by": "Administrator", |
||||
|
"module": "Add Ons", |
||||
|
"name": "Model Download Report", |
||||
|
"owner": "Administrator", |
||||
|
"prepared_report": 0, |
||||
|
"ref_doctype": "Model Usage", |
||||
|
"report_name": "Model Download Report", |
||||
|
"report_type": "Script Report", |
||||
|
"roles": [ |
||||
|
{ |
||||
|
"role": "System Manager" |
||||
|
}, |
||||
|
{ |
||||
|
"role": "_Admin" |
||||
|
} |
||||
|
] |
||||
|
} |
@ -0,0 +1,8 @@ |
|||||
|
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
||||
|
# For license information, please see license.txt |
||||
|
|
||||
|
# import frappe |
||||
|
|
||||
|
def execute(filters=None): |
||||
|
columns, data = [], [] |
||||
|
return columns, data |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,38 @@ |
|||||
|
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
||||
|
// For license information, please see license.txt
|
||||
|
/* eslint-disable */ |
||||
|
|
||||
|
frappe.query_reports["Model Hit Report"] = { |
||||
|
"filters": [ |
||||
|
{ |
||||
|
"fieldname":"from_date", |
||||
|
"label": __("From Date"), |
||||
|
"fieldtype": "Date", |
||||
|
default: frappe.datetime.year_start(), |
||||
|
"reqd": 0 |
||||
|
}, |
||||
|
|
||||
|
{ |
||||
|
"fieldname":"to_date", |
||||
|
"label": __("To Date"), |
||||
|
"fieldtype": "Date", |
||||
|
default: frappe.datetime.year_end(), |
||||
|
"reqd": 0 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname":"model", |
||||
|
"label": __("Model"), |
||||
|
"fieldtype": "Link", |
||||
|
"options" : "App Users", |
||||
|
"reqd": 0 |
||||
|
}, |
||||
|
{ |
||||
|
"fieldname":"variant", |
||||
|
"label": __("Variant"), |
||||
|
"fieldtype": "Link", |
||||
|
"options" : "App Device", |
||||
|
"reqd": 0 |
||||
|
} |
||||
|
|
||||
|
] |
||||
|
}; |
@ -0,0 +1,29 @@ |
|||||
|
{ |
||||
|
"add_total_row": 0, |
||||
|
"columns": [], |
||||
|
"creation": "2022-01-18 14:36:07.869475", |
||||
|
"disable_prepared_report": 0, |
||||
|
"disabled": 0, |
||||
|
"docstatus": 0, |
||||
|
"doctype": "Report", |
||||
|
"filters": [], |
||||
|
"idx": 0, |
||||
|
"is_standard": "Yes", |
||||
|
"modified": "2022-01-18 14:36:07.869475", |
||||
|
"modified_by": "Administrator", |
||||
|
"module": "Add Ons", |
||||
|
"name": "Model Hit Report", |
||||
|
"owner": "Administrator", |
||||
|
"prepared_report": 0, |
||||
|
"ref_doctype": "Model Hit", |
||||
|
"report_name": "Model Hit Report", |
||||
|
"report_type": "Script Report", |
||||
|
"roles": [ |
||||
|
{ |
||||
|
"role": "System Manager" |
||||
|
}, |
||||
|
{ |
||||
|
"role": "_Admin" |
||||
|
} |
||||
|
] |
||||
|
} |
@ -0,0 +1,50 @@ |
|||||
|
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
||||
|
# For license information, please see license.txt |
||||
|
|
||||
|
|
||||
|
from __future__ import unicode_literals |
||||
|
import frappe |
||||
|
from frappe.utils import cstr, cint, getdate |
||||
|
from frappe import msgprint, _ |
||||
|
|
||||
|
|
||||
|
def execute(filters=None): |
||||
|
columns, data = [], [] |
||||
|
columns = get_columns() |
||||
|
data = get_data(filters) |
||||
|
return columns, data |
||||
|
|
||||
|
|
||||
|
def get_data(filters): |
||||
|
|
||||
|
if filters.get('model') and filters.get('variant'): |
||||
|
data = frappe.db.sql("""select dealer.zone,au.user_id,au.first_name,dealer.dealer_code,dealer.dealer_name,dealer.area,ad.os,ad.os_version, |
||||
|
al.device,ad.device_id,ad.app_current_version,al.type,al.date_time_stamp,al.creation,date(al.date_time_stamp) as date,time(al.date_time_stamp) as time,time(al.date_time_stamp) as last_time |
||||
|
from `tabApp Log` al,`tabApp Device` ad,`tabModel Hit` au,`tabApp Dealer` dealer |
||||
|
where |
||||
|
ad.name = %s and al.device = %s and au.name = %s and au.dealer = dealer.name and al.type = 'Installed' and |
||||
|
(al.modified between %s and %s)""",(filters.get('device'),filters.get('device'),filters.get('user'),filters.get('from_date'), filters.get('to_date')), as_dict=1) |
||||
|
if data: |
||||
|
return data |
||||
|
else: |
||||
|
frappe.throw('No Data for Selected Filters.') |
||||
|
|
||||
|
|
||||
|
|
||||
|
def get_columns(): |
||||
|
columns = [ |
||||
|
{"label": _("Date"), "fieldname": "date", "fieldtype": "Date", "width": 100}, |
||||
|
{"label": _("Dealer Code"), "fieldname": "dealer_code", "fieldtype": "Data", "width": 100}, |
||||
|
{"label": _("Dealer Name"), "fieldname": "dealer_name", "fieldtype": "Data", "width": 100}, |
||||
|
{"label": _("Dealer Location"), "fieldname": "area", "fieldtype": "Data", "width": 100}, |
||||
|
{"label": _("Zone"), "fieldname": "zone", "fieldtype": "Data", "width": 100}, |
||||
|
{"label": _("Device"), "fieldname": "device_type", "fieldtype": "Data", "width": 100}, |
||||
|
{"label": _("Module"), "fieldname": "module", "fieldtype": "Data", "width": 150}, |
||||
|
{"label": _("Model"), "fieldname": "model", "fieldtype": "Data", "width": 100}, |
||||
|
{"label": _("Variant"), "fieldname": "variant", "fieldtype": "Data", "width": 100}, |
||||
|
{"label": _("System"), "fieldname": "system", "fieldtype": "Data", "width": 100}, |
||||
|
{"label": _("Procedure"), "fieldname": "procedure", "fieldtype": "Data", "width": 100}, |
||||
|
{"label": _("Steps"), "fieldname": "steps", "fieldtype": "Data", "width": 100}, |
||||
|
{"label": _("Count"), "fieldname": "count", "fieldtype": "Data", "width": 100} |
||||
|
] |
||||
|
return columns |
@ -0,0 +1,9 @@ |
|||||
|
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
||||
|
// For license information, please see license.txt
|
||||
|
/* eslint-disable */ |
||||
|
|
||||
|
frappe.query_reports["Release Report"] = { |
||||
|
"filters": [ |
||||
|
|
||||
|
] |
||||
|
}; |
@ -0,0 +1,30 @@ |
|||||
|
{ |
||||
|
"add_total_row": 0, |
||||
|
"columns": [], |
||||
|
"creation": "2022-01-18 14:36:23.566947", |
||||
|
"disable_prepared_report": 0, |
||||
|
"disabled": 0, |
||||
|
"docstatus": 0, |
||||
|
"doctype": "Report", |
||||
|
"filters": [], |
||||
|
"idx": 0, |
||||
|
"is_standard": "Yes", |
||||
|
"json": "{}", |
||||
|
"modified": "2022-01-18 14:38:28.597494", |
||||
|
"modified_by": "Administrator", |
||||
|
"module": "Add Ons", |
||||
|
"name": "Release Report", |
||||
|
"owner": "Administrator", |
||||
|
"prepared_report": 0, |
||||
|
"ref_doctype": "Release", |
||||
|
"report_name": "Release Report", |
||||
|
"report_type": "Script Report", |
||||
|
"roles": [ |
||||
|
{ |
||||
|
"role": "System Manager" |
||||
|
}, |
||||
|
{ |
||||
|
"role": "_Admin" |
||||
|
} |
||||
|
] |
||||
|
} |
@ -0,0 +1,8 @@ |
|||||
|
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
||||
|
# For license information, please see license.txt |
||||
|
|
||||
|
# import frappe |
||||
|
|
||||
|
def execute(filters=None): |
||||
|
columns, data = [], [] |
||||
|
return columns, data |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,870 +0,0 @@ |
|||||
[ |
|
||||
{ |
|
||||
"Variant": { |
|
||||
"name": "Thar.AX-0432", |
|
||||
"variant": "Thar.AX", |
|
||||
"vehicle": "Thar", |
|
||||
"family_code": "J08", |
|
||||
"vehicle_segment": "Personal", |
|
||||
"fuel": "DSL", |
|
||||
"transmission": "MT", |
|
||||
"drive": "4WD", |
|
||||
"active_status": true, |
|
||||
"Assets": [], |
|
||||
"Systems": [ |
|
||||
{ |
|
||||
"systemdisplayorder": 4, |
|
||||
"system_name": "Exhaust & Emission Control", |
|
||||
"icon_file": null, |
|
||||
"myid": 1001, |
|
||||
"active_status": true, |
|
||||
"Assets": [ |
|
||||
{ |
|
||||
"systemdisplayorder": 2, |
|
||||
"system_asset": "/private/files/ECU IP & OP (D)_v2.mp4" |
|
||||
} |
|
||||
], |
|
||||
"Subsystems": [ |
|
||||
{ |
|
||||
"subSystemdisplayorder": 4, |
|
||||
"systems": "Exhaust & Emission Control", |
|
||||
"sub_systems": "Precautions & Handling Of Dosing Module (DM) & Supply Module SM", |
|
||||
"symptom": 0, |
|
||||
"component": 0, |
|
||||
"estimated_time": null, |
|
||||
"rts": null, |
|
||||
"mat": null, |
|
||||
"cover_image": null, |
|
||||
"active_status": true, |
|
||||
"Config Kilometer": [], |
|
||||
"procedure_status": "Publish Ready", |
|
||||
"procedure_link": "Thar.AX-0432-Precautions & Handling Of Dosing Module (DM) & Supply Module SM-en", |
|
||||
"Procedure_details": [ |
|
||||
{ |
|
||||
"procedure_name": "Overview", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/Rear Fog Lamp.jpg", |
|
||||
"display_order": "1" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Heading", |
|
||||
"content": "<b>Do\u2019s & Don\u2019ts</b>", |
|
||||
"file": null, |
|
||||
"display_order": "2" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Do not hold the Supply Module while carry DEF tank.</li></ul>", |
|
||||
"file": null, |
|
||||
"display_order": "3" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A080026.jpg", |
|
||||
"display_order": "4" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Do not handle Supply Module using connectors, complete housing to be held to avoid any type of damages.</li> </ul>", |
|
||||
"file": null, |
|
||||
"display_order": "5" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A130187.jpg", |
|
||||
"display_order": "6" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Handle Dosing Module using housing and not on connectors to avoid any type of damages.</li></ul>", |
|
||||
"file": null, |
|
||||
"display_order": "7" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Structural changes of the Dosing Module is not permitted.</li><li>Dismounting of dosing valve out of the cooling body is not allowed.</li></ul>", |
|
||||
"file": null, |
|
||||
"display_order": "8" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ol><li><b>Avoid painting or application of other coatings on Dosing Module (DM) & Supply Module (SM) to ensure lifetime & functionality.</b></li><li><b>Always remove (manually) protection caps of DM & SM just before assembly of its mating pipes/cables, to avoid contamination of the system.</b></li><li><b>Only use recommended tools for remove & Installation of DM & SM. After removing, cover the openings with protective caps to prevent the entry of contaminants.</b></li><li><b>The entry of contaminants in the interfaces of the DM must be prevented during Installation & removing of DM.</b></li></ol>", |
|
||||
"file": null, |
|
||||
"display_order": "9" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-5", |
|
||||
"content_type": "Heading", |
|
||||
"content": "<b>Storage Guidelines<b></b></b>", |
|
||||
"file": null, |
|
||||
"display_order": "10" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-5", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ol><li>Dosing Module (DM) & Supply Module (SM) should not be handled as bulk goods, as it can damage the parts. If a part falls down, it must be scrapped, even if it looks visually ok, to avoid any latent damages leading emission issues.</li> <li>Parts have to be stored in original M&M packaging.</li> <li>Parts needs to be protected against rain, snow, heat sources and dust.</li> <li>Max. storage period of DM & SM should be not more than 4 years.</li> <li>Avoid any damages to Supply Module while storing DEF tank.</li></ol>", |
|
||||
"file": null, |
|
||||
"display_order": "11" |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"systemdisplayorder": 1, |
|
||||
"system_name": "Air Intake", |
|
||||
"icon_file": null, |
|
||||
"myid": 1000, |
|
||||
"active_status": true, |
|
||||
"Assets": [ |
|
||||
{ |
|
||||
"systemdisplayorder": 1, |
|
||||
"system_asset": "/private/files/CAN Communication (D)_v3.mp4" |
|
||||
} |
|
||||
], |
|
||||
"Subsystems": [ |
|
||||
{ |
|
||||
"subSystemdisplayorder": 1, |
|
||||
"systems": "Air Intake", |
|
||||
"sub_systems": "Air Filter Element Clean", |
|
||||
"symptom": 0, |
|
||||
"component": 0, |
|
||||
"estimated_time": null, |
|
||||
"rts": null, |
|
||||
"mat": null, |
|
||||
"cover_image": null, |
|
||||
"active_status": true, |
|
||||
"Config Kilometer": [], |
|
||||
"procedure_status": "Publish Ready", |
|
||||
"procedure_link": "Thar.AX-0432-Air Filter Element Clean-en", |
|
||||
"Procedure_details": [ |
|
||||
{ |
|
||||
"procedure_name": "Overview", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Overview", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/ESP OFF.jpg,/files/W4A160067.jpg,/files/W4A130334.jpg", |
|
||||
"display_order": "1,2,3" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Overview", |
|
||||
"content_type": "Description", |
|
||||
"content": "The air cleaner element is Non woven +Pleated Media type (Dry Type). Filtration happens in two stages. Coarser particles are filtered in first stage by foam media and fine particles are filtered by Paper media in second stage. The dust and other fine particles which are sucked inside along with air gets trapped in the air cleaner while passing through the filter element.", |
|
||||
"file": null, |
|
||||
"display_order": "4" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Overview", |
|
||||
"content_type": "Notice", |
|
||||
"content": "Don\u2019t tap or hit the filter element.", |
|
||||
"file": null, |
|
||||
"display_order": "5" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Preliminary Activities", |
|
||||
"content_type": "Description", |
|
||||
"content": "Park the vehicle on flat work bay.Open the bonnet and lock it in open position using bonnet stay rod.", |
|
||||
"file": null, |
|
||||
"display_order": "6" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Tools Required", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A120270.jpg", |
|
||||
"display_order": "7" |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"procedure_name": "Removal", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/Hill Hold.jpg", |
|
||||
"display_order": "8" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Caution", |
|
||||
"content": "The air filter element should be inspected and replaced from time to time, when driving under the following conditions:Unpaved road.Dusty air-polluted road.Long-term driving in rainy weather.", |
|
||||
"file": null, |
|
||||
"display_order": "9" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "Using a 5 mm allen key, Unscrew air cleaner top housing mounting allen screws and lift the top housing.", |
|
||||
"file": null, |
|
||||
"display_order": "10" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A150059.jpg", |
|
||||
"display_order": "11" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "Gently take out the air cleaner element from the housing.", |
|
||||
"file": null, |
|
||||
"display_order": "12" |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"procedure_name": "Cleaning", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A020124.jpg", |
|
||||
"display_order": "13" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "Clean the inner side of the air cleaner housing using a lint free cloth.", |
|
||||
"file": null, |
|
||||
"display_order": "14" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A020013.jpg,/files/W4A020011.jpg,/files/W4A020012.jpg", |
|
||||
"display_order": "15,16,17" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "Blow the compressed air from the top clean side of filter element.", |
|
||||
"file": null, |
|
||||
"display_order": "18" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Caution", |
|
||||
"content": "Blow the compress air from the top clean side of filter element (From Paper side).Do not blow the air from bottom dirty side (Foam side).While cleaning, ensure the air pressure should be less than 2 bar.", |
|
||||
"file": null, |
|
||||
"display_order": "19" |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"procedure_name": "Installation", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A020124.jpg", |
|
||||
"display_order": "20" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "Clean the inner side of the air cleaner housing using a lint free cloth.", |
|
||||
"file": null, |
|
||||
"display_order": "21" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A020017.jpg", |
|
||||
"display_order": "22" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "Gently insert the air cleaner element inside the air cleaner housing.", |
|
||||
"file": null, |
|
||||
"display_order": "23" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Caution", |
|
||||
"content": "During Installation ensure to keep foam side of the filter element in the bottom side.Ensure dust should not fall inside the clean hose area while fitting.Ensure dust should not fall inside the clean hose area while fitting.", |
|
||||
"file": null, |
|
||||
"display_order": "24" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Caution", |
|
||||
"content": "Always use recommended genuine air filter element.Do not tap or hit the new filter element.", |
|
||||
"file": null, |
|
||||
"display_order": "25" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A020123.jpg", |
|
||||
"display_order": "26" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Description", |
|
||||
"content": "Refit the air cleaner top housing and install the mounting allen screws.", |
|
||||
"file": null, |
|
||||
"display_order": "27" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Torque Value", |
|
||||
"content": "Torque : 10 Nm", |
|
||||
"file": null, |
|
||||
"display_order": "28" |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"systemdisplayorder": 2, |
|
||||
"system_name": "Fuel System", |
|
||||
"icon_file": null, |
|
||||
"myid": 1002, |
|
||||
"active_status": true, |
|
||||
"Assets": [ |
|
||||
{ |
|
||||
"systemdisplayorder": 3, |
|
||||
"system_asset": "/private/files/ECU IP & OP (D)_v2.mp4" |
|
||||
} |
|
||||
], |
|
||||
"Subsystems": [ |
|
||||
{ |
|
||||
"subSystemdisplayorder": 6, |
|
||||
"systems": "Fuel System", |
|
||||
"sub_systems": "Fuel Filter Element - Replace", |
|
||||
"symptom": 0, |
|
||||
"component": 0, |
|
||||
"estimated_time": null, |
|
||||
"rts": null, |
|
||||
"mat": null, |
|
||||
"cover_image": null, |
|
||||
"active_status": true, |
|
||||
"Config Kilometer": [], |
|
||||
"procedure_status": "Publish Ready", |
|
||||
"procedure_link": "Thar.AX-0432-Fuel Filter Element - Replace-en", |
|
||||
"Procedure_details": [ |
|
||||
{ |
|
||||
"procedure_name": "Overview", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Overview", |
|
||||
"content_type": "File", |
|
||||
"content": ",,", |
|
||||
"file": "/files/W4A120027.jpg,/files/W4A150068.jpg,/files/W4A190115.jpg", |
|
||||
"display_order": "1,2,3" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Overview", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>The fuel filter filters impurities that may be present in the fuel. The fuel system operates under high pressure which makes it absolutely essential for the fuel to be dust free and moisture free. The fuel filter also has the water separator which filters the moisture that may have crept into the fuel. The high pressure pump in the fuel system operates at high speeds and fine clearance which needs the diesel to be dust free and also be free of moisture at the same time. Since the diesel itself lubricates the PF Pump, If water content is present in fuel, the fuel looses its lubrication property and thus PF Pump and injectors will get damaged. Also the moisture content may lead to formation of rust on the pump elements. This makes it advisable not to use diesel with additives which may cause damage to the PF Pump.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "4" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Preliminary Activities", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ol><li>Park the vehicle on level work bay</li><li>Open the bonnet and lock it in open position using bonnet stay rod.</li></ol>", |
|
||||
"file": "", |
|
||||
"display_order": "5" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Tools Required", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A020122.jpg", |
|
||||
"display_order": "6" |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"procedure_name": "Removal", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A150076.jpg", |
|
||||
"display_order": "7" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Warning", |
|
||||
"content": "<ul><li><b>Ensure that the fuel is drained from filter assembly before the fuel filter element is removed.</b></li><li><b>Do not hold fuel filter body part and avoid damage to the fuel filter body.</b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "8" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Press the lock and disconnect the electrical connector from the fuel filter.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "9" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A200104.jpg", |
|
||||
"display_order": "10" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Disconnect the fuel supply pipe by disconnecting the quick coupler.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "11" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Notice", |
|
||||
"content": "<ul><li><b>All are quick fix connectors, press gently and remove it carefully; avoid seal damages.</b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "12" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A130055.jpg", |
|
||||
"display_order": "13" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Disconnect the fuel return pipe by disconnecting the quick coupler.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "14" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Notice", |
|
||||
"content": "<ul><li><b>All are quick fix connectors, press gently and remove it carefully; avoid seal damages.</b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "15" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A130123.jpg", |
|
||||
"display_order": "16" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Using a 12 mm socket spanner, loosen and remove the fuel filter assembly mounting bolts.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "17" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-5", |
|
||||
"content_type": "File", |
|
||||
"content": ",", |
|
||||
"file": "/files/W4A100097.jpg,/files/W4A150229.jpg", |
|
||||
"display_order": "18,19" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-5", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Remove the filter from the vehicle.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "20" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-6", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A140041.jpg", |
|
||||
"display_order": "21" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-6", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Use two approx. 2\u0096 3 inches long size \u00a0M12 bolts and nuts to hold fuel filter \u00a0assembly in a bench vice as shown in illustration.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "22" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-7", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A050117.jpg", |
|
||||
"display_order": "23" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-7", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Using a 36 mm ring/socket spanner, rotate the fuel filter bottom cover in anticlockwise direction and loosen.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "24" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-8", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A120130.jpg", |
|
||||
"display_order": "25" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-8", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Remove the fuel filter body.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "26" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-9", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A150065.jpg", |
|
||||
"display_order": "27" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-9", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Take out the filter element from the fuel filter housing.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "28" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-10", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A120204.jpg", |
|
||||
"display_order": "29" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-10", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Remove the O-ring from the fuel filter housing.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "30" |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"procedure_name": "Installation", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A120302.jpg", |
|
||||
"display_order": "31" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Assemble the new O-ring back on to filter housing, which is supplied along with new filter element. Ensure little oil is smeared on to the surface of O-ring before assembly on to head.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "32" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A040162.jpg", |
|
||||
"display_order": "33" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Insert the filter element correctly into housing as shown in illustration.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "34" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Caution", |
|
||||
"content": "<ul><li><b>Press the filter element by gentle push into the head.</b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "35" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A120103.jpg", |
|
||||
"display_order": "36" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Refit the fuel filter element into the fuel filter housing.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "37" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Caution", |
|
||||
"content": "<ul><li><b>Assemble filter element on to head in the direction shown. Ensure open end of filter element goes inside first.</b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "38" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A130205.jpg", |
|
||||
"display_order": "39" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Tighten the filter body using 36 mm size \u00a0socket spanner to specified torque value.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "40" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "Caution", |
|
||||
"content": "<ul><li><b>Do not over tighten beyond 25\u00b15 Nm. This may cause damage to the bowl and Head. </b></li><li><b>Is it recommended to tight the fuel filter using torque wrench. </b></li><b> </b></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "41" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-5", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A140217.jpg", |
|
||||
"display_order": "42" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-5", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Remove the filter assembly from the wise.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "43" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-6", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A150159.jpg", |
|
||||
"display_order": "44" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-6", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li> Refit the fuel filter assembly and install the mounting bolts.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "45" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-6", |
|
||||
"content_type": "Torque Value", |
|
||||
"content": "<b>Torque : 25 \u00b1 5 Nm</b>", |
|
||||
"file": "", |
|
||||
"display_order": "46" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-7", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A170025_0000346813.jpg", |
|
||||
"display_order": "47" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-7", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Reconnect the fuel filter fuel return line quick coupler.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "48" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-7", |
|
||||
"content_type": "Notice", |
|
||||
"content": "<ul><li><b>All are quick fix connectors, press gently and refit it carefully; avoid seal damages.</b> </li><li><b>Check and ensure proper fitment of \u00a0fuel lines, any leakage can lead to fire.</b></li> </ul>", |
|
||||
"file": "", |
|
||||
"display_order": "49" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-8", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A150260.jpg", |
|
||||
"display_order": "50" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-8", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Reconnect the fuel filter fuel supply pipe quick coupler.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "51" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-8", |
|
||||
"content_type": "Notice", |
|
||||
"content": "<ul><li><b>All are quick fix connectors, press gently and refit it carefully; avoid seal damages. </b></li><li><b>Check and ensure proper fitment of fuel lines, any leakage can lead to fire.</b> </li> </ul>", |
|
||||
"file": "", |
|
||||
"display_order": "52" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-9", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "", |
|
||||
"display_order": "53" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-9", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Reconnect the fuel filter electrical connector.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "54" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-9", |
|
||||
"content_type": "Caution", |
|
||||
"content": "<ul><li><b>Always use recommended filter element only.</b></li><li><b>Before removing the fuel filter, open the fuel tank cap to release the pressure from the tank and fuel lines. </b></li><li><b>Fuel filter cartridge needs to be replaced earlier in case of repeat water in fuel warning in cluster even after the water is drained from the system. </b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "55" |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"subSystemdisplayorder": 5, |
|
||||
"systems": "Fuel System", |
|
||||
"sub_systems": "Water In Fuel Filter - Clean", |
|
||||
"symptom": 0, |
|
||||
"component": 0, |
|
||||
"estimated_time": null, |
|
||||
"rts": null, |
|
||||
"mat": null, |
|
||||
"cover_image": null, |
|
||||
"active_status": true, |
|
||||
"Config Kilometer": [], |
|
||||
"procedure_status": "Publish Ready", |
|
||||
"procedure_link": "Thar.AX-0432-Water In Fuel Filter - Clean-en", |
|
||||
"Procedure_details": [ |
|
||||
{ |
|
||||
"procedure_name": "Overview", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Overview", |
|
||||
"content_type": "File", |
|
||||
"content": ",", |
|
||||
"file": "/files/W4A130307.jpg,/files/W4A170267.jpg", |
|
||||
"display_order": "1,2" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Preliminary Activities", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ol><li>Park the vehicle on level work bay.</li><li>Open the bonnet and lock it in open position using bonnet stay rod.</li></ol>", |
|
||||
"file": "", |
|
||||
"display_order": "3" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Tools Required", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A090056.jpg", |
|
||||
"display_order": "4" |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"procedure_name": "Sediment Draining", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A120024.jpg", |
|
||||
"display_order": "5" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Connect the transparent pipe to the drain \u00a0plug outlet of the fuel filter assembly</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "6" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A100016.jpg", |
|
||||
"display_order": "7" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Using a Nose plier, rotate drain plug anticlockwise till the water starts flowing from the tube.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "8" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Caution", |
|
||||
"content": "<ul><li><b>Drain plug requires hand tight only; do not use any tool and avoid over tightening.</b></li><li><b>Do not over tight the drain plug</b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "9" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A100061.jpg", |
|
||||
"display_order": "10" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Rotate drain plug in clockwise directio \u00a0to stop the flow as soon as water gets over and fuel flow starts. Tighten the drain plug.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "11" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Start the engine and check for any leaks.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "12" |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"StepCount": 106 |
|
||||
} |
|
||||
] |
|
@ -1,870 +0,0 @@ |
|||||
[ |
|
||||
{ |
|
||||
"Variant": { |
|
||||
"name": "Thar.AX-0432", |
|
||||
"variant": "Thar.AX", |
|
||||
"vehicle": "Thar", |
|
||||
"family_code": "J08", |
|
||||
"vehicle_segment": "Personal", |
|
||||
"fuel": "DSL", |
|
||||
"transmission": "MT", |
|
||||
"drive": "4WD", |
|
||||
"active_status": true, |
|
||||
"Assets": [], |
|
||||
"Systems": [ |
|
||||
{ |
|
||||
"systemdisplayorder": 2, |
|
||||
"system_name": "Fuel System", |
|
||||
"icon_file": null, |
|
||||
"myid": 1002, |
|
||||
"active_status": true, |
|
||||
"Assets": [ |
|
||||
{ |
|
||||
"systemdisplayorder": 3, |
|
||||
"system_asset": "/private/files/ECU IP & OP (D)_v2.mp4" |
|
||||
} |
|
||||
], |
|
||||
"Subsystems": [ |
|
||||
{ |
|
||||
"subSystemdisplayorder": 6, |
|
||||
"systems": "Fuel System", |
|
||||
"sub_systems": "Fuel Filter Element - Replace", |
|
||||
"symptom": 0, |
|
||||
"component": 0, |
|
||||
"estimated_time": null, |
|
||||
"rts": null, |
|
||||
"mat": null, |
|
||||
"cover_image": null, |
|
||||
"active_status": true, |
|
||||
"Config Kilometer": [], |
|
||||
"procedure_status": "Publish Ready", |
|
||||
"procedure_link": "Thar.AX-0432-Fuel Filter Element - Replace-en", |
|
||||
"Procedure_details": [ |
|
||||
{ |
|
||||
"procedure_name": "Overview", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Overview", |
|
||||
"content_type": "File", |
|
||||
"content": ",,", |
|
||||
"file": "/files/W4A120027.jpg,/files/W4A150068.jpg,/files/W4A190115.jpg", |
|
||||
"display_order": "1,2,3" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Overview", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>The fuel filter filters impurities that may be present in the fuel. The fuel system operates under high pressure which makes it absolutely essential for the fuel to be dust free and moisture free. The fuel filter also has the water separator which filters the moisture that may have crept into the fuel. The high pressure pump in the fuel system operates at high speeds and fine clearance which needs the diesel to be dust free and also be free of moisture at the same time. Since the diesel itself lubricates the PF Pump, If water content is present in fuel, the fuel looses its lubrication property and thus PF Pump and injectors will get damaged. Also the moisture content may lead to formation of rust on the pump elements. This makes it advisable not to use diesel with additives which may cause damage to the PF Pump.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "4" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Preliminary Activities", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ol><li>Park the vehicle on level work bay</li><li>Open the bonnet and lock it in open position using bonnet stay rod.</li></ol>", |
|
||||
"file": "", |
|
||||
"display_order": "5" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Tools Required", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A020122.jpg", |
|
||||
"display_order": "6" |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"procedure_name": "Removal", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A150076.jpg", |
|
||||
"display_order": "7" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Warning", |
|
||||
"content": "<ul><li><b>Ensure that the fuel is drained from filter assembly before the fuel filter element is removed.</b></li><li><b>Do not hold fuel filter body part and avoid damage to the fuel filter body.</b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "8" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Press the lock and disconnect the electrical connector from the fuel filter.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "9" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A200104.jpg", |
|
||||
"display_order": "10" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Disconnect the fuel supply pipe by disconnecting the quick coupler.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "11" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Notice", |
|
||||
"content": "<ul><li><b>All are quick fix connectors, press gently and remove it carefully; avoid seal damages.</b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "12" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A130055.jpg", |
|
||||
"display_order": "13" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Disconnect the fuel return pipe by disconnecting the quick coupler.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "14" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Notice", |
|
||||
"content": "<ul><li><b>All are quick fix connectors, press gently and remove it carefully; avoid seal damages.</b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "15" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A130123.jpg", |
|
||||
"display_order": "16" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Using a 12 mm socket spanner, loosen and remove the fuel filter assembly mounting bolts.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "17" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-5", |
|
||||
"content_type": "File", |
|
||||
"content": ",", |
|
||||
"file": "/files/W4A100097.jpg,/files/W4A150229.jpg", |
|
||||
"display_order": "18,19" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-5", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Remove the filter from the vehicle.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "20" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-6", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A140041.jpg", |
|
||||
"display_order": "21" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-6", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Use two approx. 2\u0096 3 inches long size \u00a0M12 bolts and nuts to hold fuel filter \u00a0assembly in a bench vice as shown in illustration.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "22" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-7", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A050117.jpg", |
|
||||
"display_order": "23" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-7", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Using a 36 mm ring/socket spanner, rotate the fuel filter bottom cover in anticlockwise direction and loosen.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "24" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-8", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A120130.jpg", |
|
||||
"display_order": "25" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-8", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Remove the fuel filter body.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "26" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-9", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A150065.jpg", |
|
||||
"display_order": "27" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-9", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Take out the filter element from the fuel filter housing.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "28" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-10", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A120204.jpg", |
|
||||
"display_order": "29" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-10", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Remove the O-ring from the fuel filter housing.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "30" |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"procedure_name": "Installation", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A120302.jpg", |
|
||||
"display_order": "31" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Assemble the new O-ring back on to filter housing, which is supplied along with new filter element. Ensure little oil is smeared on to the surface of O-ring before assembly on to head.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "32" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A040162.jpg", |
|
||||
"display_order": "33" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Insert the filter element correctly into housing as shown in illustration.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "34" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Caution", |
|
||||
"content": "<ul><li><b>Press the filter element by gentle push into the head.</b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "35" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A120103.jpg", |
|
||||
"display_order": "36" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Refit the fuel filter element into the fuel filter housing.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "37" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Caution", |
|
||||
"content": "<ul><li><b>Assemble filter element on to head in the direction shown. Ensure open end of filter element goes inside first.</b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "38" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A130205.jpg", |
|
||||
"display_order": "39" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Tighten the filter body using 36 mm size \u00a0socket spanner to specified torque value.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "40" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "Caution", |
|
||||
"content": "<ul><li><b>Do not over tighten beyond 25\u00b15 Nm. This may cause damage to the bowl and Head. </b></li><li><b>Is it recommended to tight the fuel filter using torque wrench. </b></li><b> </b></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "41" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-5", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A140217.jpg", |
|
||||
"display_order": "42" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-5", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Remove the filter assembly from the wise.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "43" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-6", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A150159.jpg", |
|
||||
"display_order": "44" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-6", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li> Refit the fuel filter assembly and install the mounting bolts.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "45" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-6", |
|
||||
"content_type": "Torque Value", |
|
||||
"content": "<b>Torque : 25 \u00b1 5 Nm</b>", |
|
||||
"file": "", |
|
||||
"display_order": "46" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-7", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A170025_0000346813.jpg", |
|
||||
"display_order": "47" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-7", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Reconnect the fuel filter fuel return line quick coupler.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "48" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-7", |
|
||||
"content_type": "Notice", |
|
||||
"content": "<ul><li><b>All are quick fix connectors, press gently and refit it carefully; avoid seal damages.</b> </li><li><b>Check and ensure proper fitment of \u00a0fuel lines, any leakage can lead to fire.</b></li> </ul>", |
|
||||
"file": "", |
|
||||
"display_order": "49" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-8", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A150260.jpg", |
|
||||
"display_order": "50" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-8", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Reconnect the fuel filter fuel supply pipe quick coupler.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "51" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-8", |
|
||||
"content_type": "Notice", |
|
||||
"content": "<ul><li><b>All are quick fix connectors, press gently and refit it carefully; avoid seal damages. </b></li><li><b>Check and ensure proper fitment of fuel lines, any leakage can lead to fire.</b> </li> </ul>", |
|
||||
"file": "", |
|
||||
"display_order": "52" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-9", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "", |
|
||||
"display_order": "53" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-9", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Reconnect the fuel filter electrical connector.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "54" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-9", |
|
||||
"content_type": "Caution", |
|
||||
"content": "<ul><li><b>Always use recommended filter element only.</b></li><li><b>Before removing the fuel filter, open the fuel tank cap to release the pressure from the tank and fuel lines. </b></li><li><b>Fuel filter cartridge needs to be replaced earlier in case of repeat water in fuel warning in cluster even after the water is drained from the system. </b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "55" |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"subSystemdisplayorder": 5, |
|
||||
"systems": "Fuel System", |
|
||||
"sub_systems": "Water In Fuel Filter - Clean", |
|
||||
"symptom": 0, |
|
||||
"component": 0, |
|
||||
"estimated_time": null, |
|
||||
"rts": null, |
|
||||
"mat": null, |
|
||||
"cover_image": null, |
|
||||
"active_status": true, |
|
||||
"Config Kilometer": [], |
|
||||
"procedure_status": "Publish Ready", |
|
||||
"procedure_link": "Thar.AX-0432-Water In Fuel Filter - Clean-en", |
|
||||
"Procedure_details": [ |
|
||||
{ |
|
||||
"procedure_name": "Overview", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Overview", |
|
||||
"content_type": "File", |
|
||||
"content": ",", |
|
||||
"file": "/files/W4A130307.jpg,/files/W4A170267.jpg", |
|
||||
"display_order": "1,2" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Preliminary Activities", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ol><li>Park the vehicle on level work bay.</li><li>Open the bonnet and lock it in open position using bonnet stay rod.</li></ol>", |
|
||||
"file": "", |
|
||||
"display_order": "3" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Tools Required", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A090056.jpg", |
|
||||
"display_order": "4" |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"procedure_name": "Sediment Draining", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A120024.jpg", |
|
||||
"display_order": "5" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Connect the transparent pipe to the drain \u00a0plug outlet of the fuel filter assembly</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "6" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A100016.jpg", |
|
||||
"display_order": "7" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Using a Nose plier, rotate drain plug anticlockwise till the water starts flowing from the tube.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "8" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Caution", |
|
||||
"content": "<ul><li><b>Drain plug requires hand tight only; do not use any tool and avoid over tightening.</b></li><li><b>Do not over tight the drain plug</b></li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "9" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A100061.jpg", |
|
||||
"display_order": "10" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Rotate drain plug in clockwise directio \u00a0to stop the flow as soon as water gets over and fuel flow starts. Tighten the drain plug.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "11" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Start the engine and check for any leaks.</li></ul>", |
|
||||
"file": "", |
|
||||
"display_order": "12" |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"systemdisplayorder": 1, |
|
||||
"system_name": "Air Intake", |
|
||||
"icon_file": null, |
|
||||
"myid": 1000, |
|
||||
"active_status": true, |
|
||||
"Assets": [ |
|
||||
{ |
|
||||
"systemdisplayorder": 1, |
|
||||
"system_asset": "/private/files/CAN Communication (D)_v3.mp4" |
|
||||
} |
|
||||
], |
|
||||
"Subsystems": [ |
|
||||
{ |
|
||||
"subSystemdisplayorder": 1, |
|
||||
"systems": "Air Intake", |
|
||||
"sub_systems": "Air Filter Element Clean", |
|
||||
"symptom": 0, |
|
||||
"component": 0, |
|
||||
"estimated_time": null, |
|
||||
"rts": null, |
|
||||
"mat": null, |
|
||||
"cover_image": null, |
|
||||
"active_status": true, |
|
||||
"Config Kilometer": [], |
|
||||
"procedure_status": "Publish Ready", |
|
||||
"procedure_link": "Thar.AX-0432-Air Filter Element Clean-en", |
|
||||
"Procedure_details": [ |
|
||||
{ |
|
||||
"procedure_name": "Overview", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Overview", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/ESP OFF.jpg,/files/W4A160067.jpg,/files/W4A130334.jpg", |
|
||||
"display_order": "1,2,3" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Overview", |
|
||||
"content_type": "Description", |
|
||||
"content": "The air cleaner element is Non woven +Pleated Media type (Dry Type). Filtration happens in two stages. Coarser particles are filtered in first stage by foam media and fine particles are filtered by Paper media in second stage. The dust and other fine particles which are sucked inside along with air gets trapped in the air cleaner while passing through the filter element.", |
|
||||
"file": null, |
|
||||
"display_order": "4" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Overview", |
|
||||
"content_type": "Notice", |
|
||||
"content": "Don\u2019t tap or hit the filter element.", |
|
||||
"file": null, |
|
||||
"display_order": "5" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Preliminary Activities", |
|
||||
"content_type": "Description", |
|
||||
"content": "Park the vehicle on flat work bay.Open the bonnet and lock it in open position using bonnet stay rod.", |
|
||||
"file": null, |
|
||||
"display_order": "6" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Tools Required", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A120270.jpg", |
|
||||
"display_order": "7" |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"procedure_name": "Removal", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/Hill Hold.jpg", |
|
||||
"display_order": "8" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Caution", |
|
||||
"content": "The air filter element should be inspected and replaced from time to time, when driving under the following conditions:Unpaved road.Dusty air-polluted road.Long-term driving in rainy weather.", |
|
||||
"file": null, |
|
||||
"display_order": "9" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "Using a 5 mm allen key, Unscrew air cleaner top housing mounting allen screws and lift the top housing.", |
|
||||
"file": null, |
|
||||
"display_order": "10" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A150059.jpg", |
|
||||
"display_order": "11" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "Gently take out the air cleaner element from the housing.", |
|
||||
"file": null, |
|
||||
"display_order": "12" |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"procedure_name": "Cleaning", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A020124.jpg", |
|
||||
"display_order": "13" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "Clean the inner side of the air cleaner housing using a lint free cloth.", |
|
||||
"file": null, |
|
||||
"display_order": "14" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A020013.jpg,/files/W4A020011.jpg,/files/W4A020012.jpg", |
|
||||
"display_order": "15,16,17" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "Blow the compressed air from the top clean side of filter element.", |
|
||||
"file": null, |
|
||||
"display_order": "18" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Caution", |
|
||||
"content": "Blow the compress air from the top clean side of filter element (From Paper side).Do not blow the air from bottom dirty side (Foam side).While cleaning, ensure the air pressure should be less than 2 bar.", |
|
||||
"file": null, |
|
||||
"display_order": "19" |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"procedure_name": "Installation", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A020124.jpg", |
|
||||
"display_order": "20" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "Clean the inner side of the air cleaner housing using a lint free cloth.", |
|
||||
"file": null, |
|
||||
"display_order": "21" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A020017.jpg", |
|
||||
"display_order": "22" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "Gently insert the air cleaner element inside the air cleaner housing.", |
|
||||
"file": null, |
|
||||
"display_order": "23" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Caution", |
|
||||
"content": "During Installation ensure to keep foam side of the filter element in the bottom side.Ensure dust should not fall inside the clean hose area while fitting.Ensure dust should not fall inside the clean hose area while fitting.", |
|
||||
"file": null, |
|
||||
"display_order": "24" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Caution", |
|
||||
"content": "Always use recommended genuine air filter element.Do not tap or hit the new filter element.", |
|
||||
"file": null, |
|
||||
"display_order": "25" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "File", |
|
||||
"content": null, |
|
||||
"file": "/files/W4A020123.jpg", |
|
||||
"display_order": "26" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Description", |
|
||||
"content": "Refit the air cleaner top housing and install the mounting allen screws.", |
|
||||
"file": null, |
|
||||
"display_order": "27" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Torque Value", |
|
||||
"content": "Torque : 10 Nm", |
|
||||
"file": null, |
|
||||
"display_order": "28" |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
{ |
|
||||
"systemdisplayorder": 4, |
|
||||
"system_name": "Exhaust & Emission Control", |
|
||||
"icon_file": null, |
|
||||
"myid": 1001, |
|
||||
"active_status": true, |
|
||||
"Assets": [ |
|
||||
{ |
|
||||
"systemdisplayorder": 2, |
|
||||
"system_asset": "/private/files/ECU IP & OP (D)_v2.mp4" |
|
||||
} |
|
||||
], |
|
||||
"Subsystems": [ |
|
||||
{ |
|
||||
"subSystemdisplayorder": 4, |
|
||||
"systems": "Exhaust & Emission Control", |
|
||||
"sub_systems": "Precautions & Handling Of Dosing Module (DM) & Supply Module SM", |
|
||||
"symptom": 0, |
|
||||
"component": 0, |
|
||||
"estimated_time": null, |
|
||||
"rts": null, |
|
||||
"mat": null, |
|
||||
"cover_image": null, |
|
||||
"active_status": true, |
|
||||
"Config Kilometer": [], |
|
||||
"procedure_status": "Publish Ready", |
|
||||
"procedure_link": "Thar.AX-0432-Precautions & Handling Of Dosing Module (DM) & Supply Module SM-en", |
|
||||
"Procedure_details": [ |
|
||||
{ |
|
||||
"procedure_name": "Overview", |
|
||||
"steps": [ |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/Rear Fog Lamp.jpg", |
|
||||
"display_order": "1" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Heading", |
|
||||
"content": "<b>Do\u2019s & Don\u2019ts</b>", |
|
||||
"file": null, |
|
||||
"display_order": "2" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-1", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Do not hold the Supply Module while carry DEF tank.</li></ul>", |
|
||||
"file": null, |
|
||||
"display_order": "3" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A080026.jpg", |
|
||||
"display_order": "4" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-2", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Do not handle Supply Module using connectors, complete housing to be held to avoid any type of damages.</li> </ul>", |
|
||||
"file": null, |
|
||||
"display_order": "5" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "File", |
|
||||
"content": "", |
|
||||
"file": "/files/W4A130187.jpg", |
|
||||
"display_order": "6" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-3", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Handle Dosing Module using housing and not on connectors to avoid any type of damages.</li></ul>", |
|
||||
"file": null, |
|
||||
"display_order": "7" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ul><li>Structural changes of the Dosing Module is not permitted.</li><li>Dismounting of dosing valve out of the cooling body is not allowed.</li></ul>", |
|
||||
"file": null, |
|
||||
"display_order": "8" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-4", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ol><li><b>Avoid painting or application of other coatings on Dosing Module (DM) & Supply Module (SM) to ensure lifetime & functionality.</b></li><li><b>Always remove (manually) protection caps of DM & SM just before assembly of its mating pipes/cables, to avoid contamination of the system.</b></li><li><b>Only use recommended tools for remove & Installation of DM & SM. After removing, cover the openings with protective caps to prevent the entry of contaminants.</b></li><li><b>The entry of contaminants in the interfaces of the DM must be prevented during Installation & removing of DM.</b></li></ol>", |
|
||||
"file": null, |
|
||||
"display_order": "9" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-5", |
|
||||
"content_type": "Heading", |
|
||||
"content": "<b>Storage Guidelines<b></b></b>", |
|
||||
"file": null, |
|
||||
"display_order": "10" |
|
||||
}, |
|
||||
{ |
|
||||
"step_name": "Step-5", |
|
||||
"content_type": "Description", |
|
||||
"content": "<ol><li>Dosing Module (DM) & Supply Module (SM) should not be handled as bulk goods, as it can damage the parts. If a part falls down, it must be scrapped, even if it looks visually ok, to avoid any latent damages leading emission issues.</li> <li>Parts have to be stored in original M&M packaging.</li> <li>Parts needs to be protected against rain, snow, heat sources and dust.</li> <li>Max. storage period of DM & SM should be not more than 4 years.</li> <li>Avoid any damages to Supply Module while storing DEF tank.</li></ol>", |
|
||||
"file": null, |
|
||||
"display_order": "11" |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"StepCount": 106 |
|
||||
} |
|
||||
] |
|
Binary file not shown.
@ -0,0 +1,9 @@ |
|||||
|
// Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors
|
||||
|
// For license information, please see license.txt
|
||||
|
/* eslint-disable */ |
||||
|
|
||||
|
frappe.query_reports["Audit Report"] = { |
||||
|
"filters": [ |
||||
|
|
||||
|
] |
||||
|
}; |
@ -0,0 +1,32 @@ |
|||||
|
{ |
||||
|
"add_total_row": 0, |
||||
|
"columns": [], |
||||
|
"creation": "2022-01-18 14:38:00.750373", |
||||
|
"disable_prepared_report": 0, |
||||
|
"disabled": 0, |
||||
|
"docstatus": 0, |
||||
|
"doctype": "Report", |
||||
|
"filters": [], |
||||
|
"idx": 0, |
||||
|
"is_standard": "Yes", |
||||
|
"modified": "2022-01-18 14:38:00.750373", |
||||
|
"modified_by": "Administrator", |
||||
|
"module": "Transactions", |
||||
|
"name": "Audit Report", |
||||
|
"owner": "Administrator", |
||||
|
"prepared_report": 0, |
||||
|
"ref_doctype": "Publish", |
||||
|
"report_name": "Audit Report", |
||||
|
"report_type": "Script Report", |
||||
|
"roles": [ |
||||
|
{ |
||||
|
"role": "_Publisher" |
||||
|
}, |
||||
|
{ |
||||
|
"role": "System Manager" |
||||
|
}, |
||||
|
{ |
||||
|
"role": "_Admin" |
||||
|
} |
||||
|
] |
||||
|
} |
@ -0,0 +1,8 @@ |
|||||
|
# Copyright (c) 2022, Hard n Soft Technologies Pvt Ltd and contributors |
||||
|
# For license information, please see license.txt |
||||
|
|
||||
|
# import frappe |
||||
|
|
||||
|
def execute(filters=None): |
||||
|
columns, data = [], [] |
||||
|
return columns, data |
Loading…
Reference in new issue