1298357 FILTER-OIL Caterpillar parts
515, 525, 834B, 988F II
Rating:
Alternative (cross code) number:
CA1298357
129-8357
1298357
CA1298357
129-8357
1298357
Weight: 3 pounds 1 kg.
Information:
APPLICATION
HYD OIL
DIA
97
mm
FLOW RATE
126
L/min
LENGTH
239.8
mm
THREAD SIZE
1.38-12
TYPE
000000000002
WHEEL DOZER, WHEEL SKIDDER,
Compare Prices: .
As an associate, we earn commssions on qualifying purchases through the links below
Caterpillar 129-8357 Transmission (Only) Filter w/IHD Strap Wrench Bundle
IndustrialHD This bundle includes: 1 Caterpillar 129-8357 transmission filter and 1 IHD strap wrench || Genuine Caterpillar 129-8357 transmission filter || Filter efficiency rating: standard efficiency || IndustrialHD adjustable strap wrench: up to 6" in diameter
IndustrialHD This bundle includes: 1 Caterpillar 129-8357 transmission filter and 1 IHD strap wrench || Genuine Caterpillar 129-8357 transmission filter || Filter efficiency rating: standard efficiency || IndustrialHD adjustable strap wrench: up to 6" in diameter
$290.27
31 Aug 2023
US: Industrial Stop
Caterpillar 129-8357 Transmission (Only) Filter w/IHD Strap Wrench Bundle
IndustrialHD This bundle includes: 1 Caterpillar 129-8357 transmission filter and 1 IHD strap wrench || Genuine Caterpillar 129-8357 transmission filter || Filter efficiency rating: standard efficiency || IndustrialHD adjustable strap wrench: up to 6" in diameter
IndustrialHD This bundle includes: 1 Caterpillar 129-8357 transmission filter and 1 IHD strap wrench || Genuine Caterpillar 129-8357 transmission filter || Filter efficiency rating: standard efficiency || IndustrialHD adjustable strap wrench: up to 6" in diameter
$206.73
24 May 2021
3.7[1.67] Pounds
US: Industrial Stop
Caterpillar 1298357 129-8357 Transmission (Only) Filter Advanced High Efficiency
Caterpillar Designed to maintain system cleanliness in most general and light duty applications, Standard Efficiency Hydraulic Oil Filters are your first defense against component wear due to contamination. || Cat Hydraulic Filters provide the best protection from contaminates and abrasives by keeping them from wearing down the tight tolerances within the high pressure hydraulic system. Cleanliness is the key to maintaining proper lubrication of your sensitive hydraulic system. || Efficiency Rating: Standard Efficiency
Caterpillar Designed to maintain system cleanliness in most general and light duty applications, Standard Efficiency Hydraulic Oil Filters are your first defense against component wear due to contamination. || Cat Hydraulic Filters provide the best protection from contaminates and abrasives by keeping them from wearing down the tight tolerances within the high pressure hydraulic system. Cleanliness is the key to maintaining proper lubrication of your sensitive hydraulic system. || Efficiency Rating: Standard Efficiency
Compatible equipment models: 1298357:
Information:
Overview
PCL, Extensible Markup Language (XML), Extensible Stylesheet Language (XSL), and Cascading Style Sheet (CSS) files all reside on the PL1000E web server. These files work together to provide a customized view of data gathered by the PL1000E. Illustration 1 displays the relationship between the file types.
Illustration 1 g01214643
The PCL file contains configurations that translate parameters in a web-based solution. The XML custom page file consists of a select group of parameters to monitor and view together gathered from the larger list in the PCL file. The XML, XSL, and CSS files are read by the browser to provide the user with the view of their data.Understanding the XSL File
The XSL file is a stylesheet for the XML file. The .XSL file calls the CSS file to use for the web page, places elements on the page, and associates error strings with certain values gathered from the ECM.The style sheet must be indicated in the XML file. The style sheet controls the format of the data as it will be displayed on the page. The programmer associates an XML file with a specific XSL file in the .xsl?> tag with the filename for the XSL file.Note: Refer to Illustration 2. The preceeding paragraph is referring to line 2, "href= ParameterGroup.xls?>", that is, the style sheet file name.The XSL file does NOT provide formatting such as italics, bold, or other visual formatting. The XSL file calls out a CSS file to provide that formatting for the XML page. The .XSL file contains a series of If-Then type statements written in XSL language. Each of theseIf-Then statements associates a given value returned from an ECM with an error string. The .XSL file also contains code that configures the structure and formatting for numbers and text. Creating Custom XML Pages
Custom Pages allow user-selected parameters to be monitored through a web browser. A Custom Page is configured using an XML file that is published to the PL1000E Web Server.To create a custom page:
Copy the "CSPL1000E_Custom_Page.xml" template. The template is located on the CD that was included with the ECM to a PC with a text editor.Throughout this section of the document, there are references to a Parameter Translation Editor (PTE) .
Illustration 2 g01721356
Illustration 3 g01717224
Modify the information contained in the appropriate XML tags to include the data to monitor.Only the parameters defined in a web translation object in the PCL file are available for display on the Custom Pages.Table 1 contains a detailed description of the XML tags that are shown in Illustration 2 and that are used in the web page. Each XML tag described in Table 1 is the source of a different part of the web page. Refer to Illustration 3. The call outs in Illustration 3 show each area of the web page that is rendered from each XML.
Table 1
Number     Tag Name     Description    
1     <Title>     Contains the "Custom Page" title (see Illustration 3). Unique titles for custom pages allow better organization when analyzing larger or more complex
PCL, Extensible Markup Language (XML), Extensible Stylesheet Language (XSL), and Cascading Style Sheet (CSS) files all reside on the PL1000E web server. These files work together to provide a customized view of data gathered by the PL1000E. Illustration 1 displays the relationship between the file types.
Illustration 1 g01214643
The PCL file contains configurations that translate parameters in a web-based solution. The XML custom page file consists of a select group of parameters to monitor and view together gathered from the larger list in the PCL file. The XML, XSL, and CSS files are read by the browser to provide the user with the view of their data.Understanding the XSL File
The XSL file is a stylesheet for the XML file. The .XSL file calls the CSS file to use for the web page, places elements on the page, and associates error strings with certain values gathered from the ECM.The style sheet must be indicated in the XML file. The style sheet controls the format of the data as it will be displayed on the page. The programmer associates an XML file with a specific XSL file in the .xsl?> tag with the filename for the XSL file.Note: Refer to Illustration 2. The preceeding paragraph is referring to line 2, "href= ParameterGroup.xls?>", that is, the style sheet file name.The XSL file does NOT provide formatting such as italics, bold, or other visual formatting. The XSL file calls out a CSS file to provide that formatting for the XML page. The .XSL file contains a series of If-Then type statements written in XSL language. Each of theseIf-Then statements associates a given value returned from an ECM with an error string. The .XSL file also contains code that configures the structure and formatting for numbers and text. Creating Custom XML Pages
Custom Pages allow user-selected parameters to be monitored through a web browser. A Custom Page is configured using an XML file that is published to the PL1000E Web Server.To create a custom page:
Copy the "CSPL1000E_Custom_Page.xml" template. The template is located on the CD that was included with the ECM to a PC with a text editor.Throughout this section of the document, there are references to a Parameter Translation Editor (PTE) .
Illustration 2 g01721356
Illustration 3 g01717224
Modify the information contained in the appropriate XML tags to include the data to monitor.Only the parameters defined in a web translation object in the PCL file are available for display on the Custom Pages.Table 1 contains a detailed description of the XML tags that are shown in Illustration 2 and that are used in the web page. Each XML tag described in Table 1 is the source of a different part of the web page. Refer to Illustration 3. The call outs in Illustration 3 show each area of the web page that is rendered from each XML.
Table 1
Number     Tag Name     Description    
1     <Title>     Contains the "Custom Page" title (see Illustration 3). Unique titles for custom pages allow better organization when analyzing larger or more complex
Caterpillar parts catalog:
Parts filter Caterpillar catalog:
6I2500
FILTER ELEMENT AS-AIR
120G, 120H, 120H ES, 120H NA, 12G, 12H, 12H NA, 130G, 135H, 135H NA, 3114, 3116, 3304, 3304B, 515, 517, 525, 561M, 918F, 924F, 928F, 928G, 953B, 953C, AP-1000, AP-1000B, AP-1050, AP-1055B, AP-900B, BG...
120G, 120H, 120H ES, 120H NA, 12G, 12H, 12H NA, 130G, 135H, 135H NA, 3114, 3116, 3304, 3304B, 515, 517, 525, 561M, 918F, 924F, 928F, 928G, 953B, 953C, AP-1000, AP-1000B, AP-1050, AP-1055B, AP-900B, BG...
1446691
FILTER-OIL
515, 518C, 525, 525D, 528B, 530B, 535D, 545D, 725, 730, 735, 740, 924K, 930K, 938K, AP-1000, AP-1000B, AP-1050, AP-1055B, AP-650B, AP-800, AP-800C, AP-800D, AP-900B, BG-225B, BG-225C, BG-2455C, BG-245...
515, 518C, 525, 525D, 528B, 530B, 535D, 545D, 725, 730, 735, 740, 924K, 930K, 938K, AP-1000, AP-1000B, AP-1050, AP-1055B, AP-650B, AP-800, AP-800C, AP-800D, AP-900B, BG-225B, BG-225C, BG-2455C, BG-245...
1022828
FILTER-OIL
120M 2, 12M 2, 140M 2, 160M 2, 515, 525, 525B, 535B, 545, 583T, 587R, 587T, 773D, 773E, 793C, 797, 797B, 834H, 836H, 854K, 953D, 963D, 973D, 980G, 980G II, 988H, 992K, AD30, CX28, D6K, D6K LGP, D6K XL...
120M 2, 12M 2, 140M 2, 160M 2, 515, 525, 525B, 535B, 545, 583T, 587R, 587T, 773D, 773E, 793C, 797, 797B, 834H, 836H, 854K, 953D, 963D, 973D, 980G, 980G II, 988H, 992K, AD30, CX28, D6K, D6K LGP, D6K XL...
1R0719
FILTER ELEMENT AS-OIL
120G, 120H, 12G, 12H, 12H ES, 12H NA, 130G, 140G, 140H, 140H ES, 140H NA, 143H, 14H, 14H NA, 160G, 160H, 160H ES, 160H NA, 163H NA, 16H, 16H NA, 517, 527, 528B, 530B, 561M, 589, 611, 613C, 613C II, 61...
120G, 120H, 12G, 12H, 12H ES, 12H NA, 130G, 140G, 140H, 140H ES, 140H NA, 143H, 14H, 14H NA, 160G, 160H, 160H ES, 160H NA, 163H NA, 16H, 16H NA, 517, 527, 528B, 530B, 561M, 589, 611, 613C, 613C II, 61...
1328875
FILTER ELEMENT AS-OIL
120G, 120H, 120H ES, 120H NA, 12G, 12H, 12H ES, 12H NA, 130G, 135H, 135H NA, 140G, 140H, 140H ES, 140H NA, 143H, 14G, 14H NA, 160G, 160H, 160H ES, 160H NA, 163H, 163H NA, 16G, 16H, 517, 527, 561M, 589...
120G, 120H, 120H ES, 120H NA, 12G, 12H, 12H ES, 12H NA, 130G, 135H, 135H NA, 140G, 140H, 140H ES, 140H NA, 143H, 14G, 14H NA, 160G, 160H, 160H ES, 160H NA, 163H, 163H NA, 16G, 16H, 517, 527, 561M, 589...
1R0732
FILTER ELEMENT AS-OIL
589, 611, 615C, 621E, 621F, 621G, 623E, 623F, 623G, 627E, 627F, 627G, 631E, 631G, 633E II, 637E, 637G, 797, 797B, 834B, 836, 988F, 988F II, 988H, 992D
589, 611, 615C, 621E, 621F, 621G, 623E, 623F, 623G, 627E, 627F, 627G, 631E, 631G, 633E II, 637E, 637G, 797, 797B, 834B, 836, 988F, 988F II, 988H, 992D
1R0735
FILTER ELEMENT AS-OIL
515, 5230, 525, 525B, 527, 535B, 545, 578, 583R, 910E, D10N, D6H, D6H XL, D6H XR, D6M, D6N, D6R, D6R II, D8N, D8R, D8R II, D9R, IT12B
515, 5230, 525, 525B, 527, 535B, 545, 578, 583R, 910E, D10N, D6H, D6H XL, D6H XR, D6M, D6N, D6R, D6R II, D8N, D8R, D8R II, D9R, IT12B
4T6915
FILTER-OIL
527, 623E, 623F, 623G, 789B, 789C, 789D, 793, 793B, 793C, 988F, 988F II, D5H, D5H XL, D5HTSK II, D6M, D8L
527, 623E, 623F, 623G, 789B, 789C, 789D, 793, 793B, 793C, 988F, 988F II, D5H, D5H XL, D5HTSK II, D6M, D8L
1R0722
FILTER ELEMENT AS-OIL
120H, 120H ES, 120H NA, 12H, 12H ES, 12H NA, 135H, 135H NA, 140H, 140H ES, 140H NA, 143H, 14H NA, 160H, 160H ES, 160H NA, 163H NA, 16H NA, 24H, 5110B, 5130, 5130B, 515, 5230, 525, 525B, 535B, 545, 583...
120H, 120H ES, 120H NA, 12H, 12H ES, 12H NA, 135H, 135H NA, 140H, 140H ES, 140H NA, 143H, 14H NA, 160H, 160H ES, 160H NA, 163H NA, 16H NA, 24H, 5110B, 5130, 5130B, 515, 5230, 525, 525B, 535B, 545, 583...
6P1319
FILTER ASSEM.
621, 637D, 639D, 776C, 777D, 834B, 836, 950, 955L, 977L, 988B, 988F, 988F II, 992C, 992D, 994, 994D, 994F, D4E, D5B, D6D, D7G, D8K
621, 637D, 639D, 776C, 777D, 834B, 836, 950, 955L, 977L, 988B, 988F, 988F II, 992C, 992D, 994, 994D, 994F, D4E, D5B, D6D, D7G, D8K
9T7656
FILTER ELEMENT-OIL
515, 525, IT12B
515, 525, IT12B
8P5343
FILTER ELEMENT-CAB AIR
776C, 834B, 836, 988B, 988F, 988F II, 988H, 992C, 992D, 994, 994D, 994F, D10
776C, 834B, 836, 988B, 988F, 988F II, 988H, 992C, 992D, 994, 994D, 994F, D10
1868279
FILTER
AD45
AD45
6DE4375
FILTER
AD40, AE40
AD40, AE40
1DE2402
FILTER
AD40, AE40
AD40, AE40
1DE2187
FILTER-GREASE
AD40, AE40
AD40, AE40
1DE2689
FILTER-BODY
AD40, AE40
AD40, AE40
01008766
FILTER, HYDRAULIC OIL - W/GAUGE
TSF-54, TSM-54
TSF-54, TSM-54
1634032
FILTER ELEMENT-HYDRAULIC
550, 550B, 554, 560B, 564, 570, 570B, 574, 574B, 580, 580B
550, 550B, 554, 560B, 564, 570, 570B, 574, 574B, 580, 580B
1746221
FILTER ELEMENT-HYDRAULIC
550, 550B, 560B, 570, 570B, 580, 580B
550, 550B, 560B, 570, 570B, 580, 580B
1614741
FILTER
550, 550B, 560B, 570, 570B, 580, 580B
550, 550B, 560B, 570, 570B, 580, 580B
2233694
FILTER ELEMENT-CAB AIR
525B, 525C, 535B, 535C, 545, 545C
525B, 525C, 535B, 535C, 545, 545C
1843931
FILTER-OIL
320B, 322B L, 322B LN, 325B, 325B L, 330B L, 345B, 345B II, 345B II MH, 345B L, M325B, TK1051, W330B, W345B II
320B, 322B L, 322B LN, 325B, 325B L, 330B L, 345B, 345B II, 345B II MH, 345B L, M325B, TK1051, W330B, W345B II
1447940
FILTER ELEMENT-CAB AIR
515, 525, 525B, 535B, 545
515, 525, 525B, 535B, 545