JEB
Well-known member
- Joined
- Aug 15, 2021
- Threads
- 0
- Messages
- 576
- Reaction score
- 393
- Location
- Northern Illinois
- Vehicles
- 2021 F-150 Lariat Powerboost
Yes, this helps. Sounds like the dataset has split purposes—part of it is for module restoration, part of it is for reporting/administrative purposes. The same part of the dataset is not used for both purposes and the Nano corrupts only the administrative portion. I understand now. Thanks.For better understanding here's an example of a formatted As-Built dataset downloaded from the Ford Server:
<?xml version="1.0" encoding="UTF-8"?>
<AS_BUILT_DATA>
<VEHICLE>
<VIN>1FTFW1E85MFAXXXXX</VIN>
<VEHICLE_DATA>
<DATA LABEL="">
<CODE>3AE8</CODE>
<CODE>FFFF</CODE>
<CODE>FF1F</CODE>
</DATA>
</VEHICLE_DATA>
<BCE_MODULE>
<DATA LABEL="6F0-01-01">
<CODE>0100</CODE>
<CODE>0108</CODE>
<CODE>0103</CODE>
</DATA>
<DATA LABEL="6F0-01-02">
<CODE>001F</CODE>
<CODE>FF00</CODE>
<CODE>041B</CODE>
</DATA>
<DATA LABEL="6F0-01-03">
<CODE>B001</CODE>
<CODE>AB</CODE>
<CODE />
</DATA>
<BCE_MODULE>
<NODEID>
6F0
<F110>DS-MU5T-14D068-CB</F110>
<F111>MU5T-14G635-CB</F111>
<F113>ML3T-14D068-GG</F113>
<F124>MU5T-14G631-CB</F124>
<F188>MU5T-14G630-CB</F188>
<F18C>201008 00467</F18C>
</NODEID>
<NODEID>
6F2
<F110>DSML3T-14H031-AF</F110>
<F111>ML3T-14H099-AE</F111>
<F113>ML3T-14H031-DG</F113>
<F17F>1AE042ZL</F17F>
<F188>ML3T-14H094-DH</F188>
<F18C>2032303635R</F18C>
</NODEID>
</VEHICLE>
</AS_BUILT_DATA>
The BCE_MODULE section (marked green) is what represents the actual configuration data for given module. This section DOES NOT get corrupted by VCX Nano NetworkScan. The NODEID section (marked in red) is what contains the module information report (SW version, strategy, calibration level etc), this section is the one that gets corrupted during Network Scan when VCX Nano device is used and is only affected on Ford server side. When restoring configuration to your module as a result of a PMI or module SW update function, only the BCE_MODULE data get restored. The NODEID section has no effect. It servers no purpose for your truck, only for the "mothership" to announce what revisions are in your truck so Ford connected services (including future OTAs) are tailored to your trucks specific needs.
Hope this helps to explain things around VCX Nano corruption better
Certainly makes makes the dataset safer to use but really adds to the overhead.
Sponsored