Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-isobus-parameters.h
1/*
2 * This file was generated by running ./tools/make-isobus.py.
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 *
6 * The ISOBUS public listings available from:
7 * <https://www.isobus.net/isobus/attachments/isoExport_csv.zip>
8 *
9 */
10
11#ifndef __PACKET_ISOBUS_PARAMETERS_H__
12#define __PACKET_ISOBUS_PARAMETERS_H__
13
14static const value_string _isobus_industry_groups[] = {
15 { 0, "Global, applies to all" },
16 { 1, "On-Highway Equipment" },
17 { 2, "Agricultural and Forestry Equipment" },
18 { 3, "Construction Equipment" },
19 { 4, "Marine" },
20 { 5, "Industrial-Process Control-Stationary (Gen-Sets)" },
21 { 6, "Reserved for future assignment by SAE" },
22 { 7, "Reserved for future assignment by SAE" },
23 { 0, NULL }
24};
25static value_string_ext isobus_industry_groups_ext = VALUE_STRING_EXT_INIT(_isobus_industry_groups);
26
27/* key: 256 * Industry-Group-ID + Vehicle-Group-ID */
28static const value_string _isobus_vehicle_systems[] = {
29 { 0x0, "Non-specific System" },
30 { 0x7f, "Not Available" },
31 { 0x100, "Non-specific System" },
32 { 0x101, "Tractor" },
33 { 0x102, "Trailer" },
34 { 0x17f, "Not Available" },
35 { 0x200, "Non-specific System" },
36 { 0x201, "Tractor" },
37 { 0x202, "Tillage" },
38 { 0x203, "Secondary Tillage" },
39 { 0x204, "Planters/Seeders" },
40 { 0x205, "Fertilizers" },
41 { 0x206, "Sprayers" },
42 { 0x207, "Harvesters" },
43 { 0x208, "Root Harvesters" },
44 { 0x209, "Forage" },
45 { 0x20a, "Irrigation" },
46 { 0x20b, "Transport/Trailer" },
47 { 0x20c, "Farm Yard Operations" },
48 { 0x20d, "Powered Auxiliary Devices" },
49 { 0x20e, "Special Crops" },
50 { 0x20f, "Earth Work" },
51 { 0x210, "Skidder" },
52 { 0x211, "Sensor Systems" },
53 { 0x213, "Timber Harvesters" },
54 { 0x214, "Forwarders" },
55 { 0x215, "Timber Loaders" },
56 { 0x216, "Timber Processing Machines" },
57 { 0x217, "Mulchers" },
58 { 0x218, "Utility Vehicles" },
59 { 0x219, "Slurry/Manure Applicators" },
60 { 0x21a, "Feeders/Mixers" },
61 { 0x21b, "Weeders - Non-chemical weed control." },
62 { 0x21c, "Turf and Lawn Care Mowers" },
63 { 0x21d, "Product/Material Handling" },
64 { 0x27f, "Not Available" },
65 { 0x300, "Non-specific system" },
66 { 0x301, "Skid Steer Loader" },
67 { 0x302, "Articulated Dump Truck" },
68 { 0x303, "Backhoe" },
69 { 0x304, "Crawler" },
70 { 0x305, "Excavator" },
71 { 0x306, "Forklift" },
72 { 0x307, "Four Wheel Drive Loader" },
73 { 0x308, "Grader" },
74 { 0x309, "Milling Machine" },
75 { 0x30a, "Recycler and Soil Stabilizer" },
76 { 0x30b, "Binding Agent Spreader" },
77 { 0x30c, "Paver" },
78 { 0x30d, "Feeder" },
79 { 0x30e, "Screening Plant" },
80 { 0x30f, "Stacker" },
81 { 0x310, "Roller" },
82 { 0x311, "Crusher" },
83 { 0x37f, "Not Available" },
84 { 0x400, "Non-specific System" },
85 { 0x40a, "System tools" },
86 { 0x414, "Safety systems" },
87 { 0x419, "Gateway" },
88 { 0x41e, "Power management and lighting systems" },
89 { 0x428, "Steering systems" },
90 { 0x432, "Propulsion systems" },
91 { 0x43c, "Navigation systems" },
92 { 0x446, "Communications systems" },
93 { 0x450, "Instrumentation/general systems" },
94 { 0x45a, "Environmental (HVAC) systems" },
95 { 0x464, "Deck, cargo, and fishing equipment systems" },
96 { 0x47f, "Not Available" },
97 { 0x500, "Industrial-Process Control-Stationary (Gen-Sets)" },
98 { 0x57f, "Not Available" },
99 { 0, NULL }
100};
101static value_string_ext isobus_vehicle_systems_ext = VALUE_STRING_EXT_INIT(_isobus_vehicle_systems);
102
103static const value_string _isobus_global_name_functions[] = {
104 { 0, "Engine" },
105 { 1, "Auxiliary Power Unit (APU)" },
106 { 2, "Electric Propulsion Control" },
107 { 3, "Transmission" },
108 { 4, "Battery Pack Monitor" },
109 { 5, "Shift Control/Console" },
110 { 6, "Power TakeOff - (Main or Rear)" },
111 { 7, "Axle - Steering" },
112 { 8, "Axle - Drive" },
113 { 9, "Brakes - System Controller" },
114 { 10, "Brakes - Steer Axle" },
115 { 11, "Brakes - Drive axle" },
116 { 12, "Retarder - Engine" },
117 { 13, "Retarder - Driveline" },
118 { 14, "Cruise Control" },
119 { 15, "Fuel System" },
120 { 16, "Steering Controller" },
121 { 17, "Suspension - Steer Axle" },
122 { 18, "Suspension - Drive Axle" },
123 { 19, "Instrument Cluster" },
124 { 20, "Trip Recorder" },
125 { 21, "Cab Climate Control" },
126 { 22, "Aerodynamic Control" },
127 { 23, "Vehicle Navigation" },
128 { 24, "Vehicle Security" },
129 { 25, "Network Interconnect ECU" },
130 { 26, "Body Controller" },
131 { 27, "Power TakeOff (Secondary or Front)" },
132 { 28, "Off Vehicle Gateway" },
133 { 29, "Virtual Terminal (in cab)" },
134 { 30, "Management Computer" },
135 { 31, "Propulsion Battery Charger" },
136 { 32, "Headway Controller" },
137 { 33, "System Monitor" },
138 { 34, "Hydraulic Pump Controller" },
139 { 35, "Suspension - System Controller" },
140 { 36, "Pneumatic - System Controller" },
141 { 37, "Cab Controller" },
142 { 38, "Tire Pressure Control" },
143 { 39, "Ignition Control Module" },
144 { 40, "Seat Control" },
145 { 41, "Lighting - Operator Controls" },
146 { 42, "Water Pump Control" },
147 { 43, "Transmission Display" },
148 { 44, "Exhaust Emission Control" },
149 { 45, "Vehicle Dynamic Stability Control" },
150 { 46, "Oil Sensor Unit" },
151 { 47, "Information System Controller" },
152 { 48, "Ramp Control" },
153 { 49, "Clutch/Converter Control" },
154 { 50, "Auxiliary Heater" },
155 { 51, "Forward-Looking Collision Warning System" },
156 { 52, "Chassis Controller" },
157 { 53, "Alternator/Charging System" },
158 { 54, "Communications Unit, Cellular" },
159 { 55, "Communications Unit, Satellite" },
160 { 56, "Communications Unit, Radio" },
161 { 57, "Steering Column Unit" },
162 { 58, "Fan Drive Control" },
163 { 59, "Starter" },
164 { 60, "Cab Display" },
165 { 61, "File Server / Printer" },
166 { 62, "On-Board Diagnostic Unit" },
167 { 63, "Engine Valve Controller" },
168 { 64, "Endurance Braking" },
169 { 65, "Gas Flow Measurement" },
170 { 66, "I/O Controller" },
171 { 67, "Electrical System Controller" },
172 { 68, "Aftertreatment system gas measurement" },
173 { 69, "Engine Emission Aftertreatment System" },
174 { 70, "Auxiliary Regeneration Device" },
175 { 71, "Transfer Case Control" },
176 { 72, "Coolant Valve Controller" },
177 { 73, "Rollover Detection Control" },
178 { 74, "Lubrication System" },
179 { 75, "Supplemental Fan" },
180 { 76, "Temperature Sensor" },
181 { 77, "Fuel Properties Sensor" },
182 { 78, "Fire Suppression System" },
183 { 79, "Power Systems Manager" },
184 { 80, "Electric Powertrain" },
185 { 81, "Hydraulic Powertrain" },
186 { 82, "File Server" },
187 { 83, "Printer" },
188 { 84, "Start Aid Device" },
189 { 85, "Engine Injection Control Module" },
190 { 86, "EV Communication Controller" },
191 { 87, "Driver Impairment Device" },
192 { 88, "Electric Power Converter" },
193 { 89, "Supply Equipment Communication Controller (SECC)" },
194 { 90, "Vehicle Adapter Communication Controller (VACC)" },
195 { 91, "Accessory Electric Motor Controller" },
196 { 92, "Current Sensor" },
197 { 93, "" },
198 { 0, NULL }
199};
200static value_string_ext isobus_global_name_functions_ext = VALUE_STRING_EXT_INIT(_isobus_global_name_functions);
201
202/* key: 65536 * Industry-Group-ID + 256 * Vehicle-System-ID + Function-ID */
203static const value_string _isobus_ig_specific_name_functions[] = {
204 { 0x80, "Reserved" },
205 { 0x81, "Off-board diagnostic-service tool" },
206 { 0x82, "On-board data logger" },
207 { 0x83, "PC Keyboard" },
208 { 0x84, "Safety Restraint System" },
209 { 0x85, "Turbocharger" },
210 { 0x86, "Ground based speed sensor" },
211 { 0x87, "Keypad" },
212 { 0x88, "Humidity sensor" },
213 { 0x89, "Thermal Management System Controller" },
214 { 0x8a, "Brake Stroke Alert" },
215 { 0x8b, "On-board axle group scale" },
216 { 0x8c, "On-board axle group display" },
217 { 0x8d, "Battery Charger" },
218 { 0x8e, "Turbocharger Compressor Bypass" },
219 { 0x8f, "Turbocharger Wastegate" },
220 { 0x90, "Throttle" },
221 { 0x91, "Inertial Sensor" },
222 { 0x92, "Fuel Actuator" },
223 { 0x93, "Engine Exhaust Gas Recirculation" },
224 { 0x94, "Engine Exhaust Backpressure" },
225 { 0x95, "On-board bin weighing scale" },
226 { 0x96, "On-board bin weighing scale display" },
227 { 0x97, "Engine Cylinder Pressure Monitoring System" },
228 { 0x98, "Object Detection" },
229 { 0x99, "Object Detection Display" },
230 { 0x9a, "Object Detection Sensor" },
231 { 0x9b, "Personnel Detection Device" },
232 { 0xff, "Not Available" },
233 { 0x7fff, "Not Available" },
234 { 0x10080, "Tachograph" },
235 { 0x10081, "Door Controller" },
236 { 0x10082, "Articulation Turntable Control" },
237 { 0x10083, "Body-to-Vehicle Interface Control" },
238 { 0x10084, "Slope Sensor" },
239 { 0x10086, "Retarder Display" },
240 { 0x10087, "Differential Lock Controller" },
241 { 0x10088, "Low-Voltage Disconnect" },
242 { 0x10089, "Roadway Information" },
243 { 0x1008a, "Automated Driving" },
244 { 0x100ff, "Not Available" },
245 { 0x10180, "Forward Road Image Processing" },
246 { 0x10181, "Fifth Wheel Smart System" },
247 { 0x10182, "Catalyst Fluid Sensor" },
248 { 0x10183, "Adaptive Front Lighting System" },
249 { 0x10184, "Idle Control System" },
250 { 0x10185, "User Interface System" },
251 { 0x101ff, "Not Available" },
252 { 0x102ff, "Not Available" },
253 { 0x17fff, "Not Available" },
254 { 0x20080, "Non Virtual Terminal Display" },
255 { 0x20081, "Operator Controls - Machine Specific" },
256 { 0x20082, "Task Controller (Mapping Computer)" },
257 { 0x20083, "Position Control" },
258 { 0x20084, "Machine Control" },
259 { 0x20085, "Foreign Object Detection" },
260 { 0x20086, "Tractor ECU" },
261 { 0x20087, "Sequence Control Master" },
262 { 0x20088, "Product Dosing" },
263 { 0x20089, "Product Treatment" },
264 { 0x2008a, "reserved" },
265 { 0x2008b, "Data Logger" },
266 { 0x2008c, "Decision Support" },
267 { 0x2008d, "Lighting Controller" },
268 { 0x2008e, "TIM Server" },
269 { 0x200ff, "Not Available" },
270 { 0x20181, "Auxiliary Valve Control" },
271 { 0x20182, "Rear Hitch Control" },
272 { 0x20183, "Front Hitch Control" },
273 { 0x20184, "Tractor Machine Control" },
274 { 0x20186, "Center Hitch Control" },
275 { 0x201ff, "Not Available" },
276 { 0x20284, "Tillage Machine Control" },
277 { 0x20287, "Tillage Depth Control" },
278 { 0x20288, "Frame Control" },
279 { 0x202ff, "Not Available" },
280 { 0x20384, "Secondary Tillage Machine Control" },
281 { 0x20387, "Secondary Tillage Depth Control" },
282 { 0x20388, "Frame Control" },
283 { 0x203ff, "Not Available" },
284 { 0x20480, "Seed Rate Control" },
285 { 0x20481, "Section On/Off Control" },
286 { 0x20483, "Position Control" },
287 { 0x20484, "Planters/ Seeders Machine Control" },
288 { 0x20485, "Product Flow" },
289 { 0x20486, "Product Level" },
290 { 0x20487, "Depth Control" },
291 { 0x20488, "Frame Control" },
292 { 0x20489, "Down Pressure" },
293 { 0x204ff, "Not Available" },
294 { 0x20580, "Fertilize Rate Control" },
295 { 0x20581, "Section On/Off Control" },
296 { 0x20582, "Product Pressure" },
297 { 0x20583, "Position Control" },
298 { 0x20584, "Fertilizers Machine Control" },
299 { 0x20585, "Product Flow" },
300 { 0x20586, "Product Level" },
301 { 0x20587, "Height/Depth Control" },
302 { 0x20588, "Frame Control" },
303 { 0x205ff, "Not Available" },
304 { 0x20680, "Spray Rate Control" },
305 { 0x20681, "Section On/Off Control" },
306 { 0x20682, "Product Pressure" },
307 { 0x20683, "Position Control" },
308 { 0x20684, "Sprayers Machine Control" },
309 { 0x20685, "Product Flow" },
310 { 0x20686, "Product Level" },
311 { 0x20687, "Boom Height Control" },
312 { 0x20688, "Frame Control" },
313 { 0x206ff, "Not Available" },
314 { 0x20780, "Tailing Monitor" },
315 { 0x20781, "Header Control" },
316 { 0x20782, "Product Loss Monitor" },
317 { 0x20783, "Product Moisture" },
318 { 0x20784, "Harvester Machine Control" },
319 { 0x20785, "Product Flow" },
320 { 0x20786, "Product Level" },
321 { 0x20787, "Header Height Control" },
322 { 0x207ff, "Not Available" },
323 { 0x20884, "Root Harvesters Machine Control" },
324 { 0x20885, "Product Flow" },
325 { 0x20886, "Product Level" },
326 { 0x20887, "Depth Control" },
327 { 0x208ff, "Not Available" },
328 { 0x20980, "Twine Wrapper Control" },
329 { 0x20981, "Product Packaging Control" },
330 { 0x20983, "Product Moisture" },
331 { 0x20984, "Forage Machine Control" },
332 { 0x20985, "Product Flow" },
333 { 0x20987, "Working Height Control" },
334 { 0x209ff, "Not Available" },
335 { 0x20aff, "Not Available" },
336 { 0x20b84, "Transport Machine Control" },
337 { 0x20b88, "Unload Control" },
338 { 0x20bff, "Not Available" },
339 { 0x20cff, "Not Available" },
340 { 0x20d84, "Powered Devices Machine Control" },
341 { 0x20dff, "Not Available" },
342 { 0x20e84, "Special Crop Machine Control" },
343 { 0x20eff, "Not Available" },
344 { 0x20f80, "Material Rate Control" },
345 { 0x20f84, "Earthworks Machine Control" },
346 { 0x20f85, "Material Flow" },
347 { 0x20f86, "Material Level" },
348 { 0x20f87, "Depth Control" },
349 { 0x20fff, "Not Available" },
350 { 0x21084, "Skidder Machine Control" },
351 { 0x210ff, "Not Available" },
352 { 0x21180, "Guidance Feeler" },
353 { 0x21181, "Camera System" },
354 { 0x21182, "Crop Scouting " },
355 { 0x21183, "Material Properties Sensing" },
356 { 0x21184, "Inertial Measurement Unit (IMU)" },
357 { 0x21185, "Product flow" },
358 { 0x21186, "Product Level " },
359 { 0x21187, "Product Mass" },
360 { 0x21188, "Vibration/Knock" },
361 { 0x21189, "Weather Instruments" },
362 { 0x2118a, "Soil Scouting" },
363 { 0x21384, "Timber Harvestors Machine Control" },
364 { 0x21484, "Forwarders Machine Control" },
365 { 0x21584, "Timber Loaders Machine Control" },
366 { 0x21684, "Timber Processing Machine Control" },
367 { 0x21784, "Mulcher Machine Control" },
368 { 0x21884, "Utility Machine Control" },
369 { 0x21980, "Slurry/Manure Rate Control" },
370 { 0x21981, "Section On/Off Control" },
371 { 0x21982, "Product Pressure" },
372 { 0x21984, "Slurry/Manure Machine Control" },
373 { 0x21985, "Product Flow" },
374 { 0x21986, "Product Level" },
375 { 0x21987, "Boom Height Control" },
376 { 0x21a80, "Feeder/Mixer Rate Control" },
377 { 0x21a81, "Section On/Off Control" },
378 { 0x21a82, "Product Pressure" },
379 { 0x21a84, "Feeder/Mixer Machine Control" },
380 { 0x21a85, "Product Flow" },
381 { 0x21a86, "Product Level" },
382 { 0x21a87, "Boom Height Control" },
383 { 0x21b84, "Weeder Machine Control" },
384 { 0x21c84, "Turf and Lawn Care Mowers Machine Control" },
385 { 0x21d84, "Product/Material Handling Machine Control" },
386 { 0x21d85, "Product/Material Handling Product Flow" },
387 { 0x21d86, "Product/Material Handling Product Level" },
388 { 0x27fff, "Not Available" },
389 { 0x30080, "Supplemental Engine Control Sensing" },
390 { 0x30081, "Laser Receiver" },
391 { 0x30082, "Land Leveling System Operator Interface" },
392 { 0x30083, "Land Leveling Electric Mast" },
393 { 0x30084, "Single Land Leveling System Supervisor" },
394 { 0x30085, "Land Leveling System Display" },
395 { 0x30086, "Laser Tracer" },
396 { 0x30087, "Loader Control" },
397 { 0x30088, "Slope Sensor" },
398 { 0x30089, "Liftarm Control" },
399 { 0x3008a, "Supplemental Sensor Processing Units" },
400 { 0x3008b, "Hydraulic System Planner" },
401 { 0x3008c, "Hydraulic Valve Controller" },
402 { 0x3008d, "Joystick Control" },
403 { 0x3008e, "Rotation Sensor" },
404 { 0x3008f, "Sonic Sensor" },
405 { 0x30090, "Survey Total Station Target" },
406 { 0x30091, "Heading Sensor" },
407 { 0x30092, "Alarm device" },
408 { 0x300ff, "Not Available" },
409 { 0x30180, "Main Controller" },
410 { 0x301ff, "Not Available" },
411 { 0x302ff, "Not Available" },
412 { 0x303ff, "Not Available" },
413 { 0x30480, "Blade Controller" },
414 { 0x304ff, "Not Available" },
415 { 0x30580, "Slope Sensor" },
416 { 0x305ff, "Not Available" },
417 { 0x306ff, "Not Available" },
418 { 0x307ff, "Not Available" },
419 { 0x30880, "HFWD Controller" },
420 { 0x308ff, "Not Available" },
421 { 0x309ff, "Not Available" },
422 { 0x30aff, "Not Available" },
423 { 0x30bff, "Not Available" },
424 { 0x30cff, "Not Available" },
425 { 0x30dff, "Not Available" },
426 { 0x30eff, "Not Available" },
427 { 0x30fff, "Not Available" },
428 { 0x310ff, "Not Available" },
429 { 0x311ff, "Not Available" },
430 { 0x37fff, "Not Available" },
431 { 0x40080, "Alarm System Control for Marine Engines" },
432 { 0x40081, "Protection System for Marine Engines" },
433 { 0x40082, "Display for Protection System for Marine Engines" },
434 { 0x400ff, "Not Available" },
435 { 0x40aff, "Not Available" },
436 { 0x414ff, "Not Available" },
437 { 0x41982, "" },
438 { 0x41e82, "Switch " },
439 { 0x41e8c, "Load " },
440 { 0x42882, "Follow-up Controller" },
441 { 0x4288c, "Mode Controller" },
442 { 0x42896, "Automatic Steering Controller" },
443 { 0x428a0, "Heading Sensors" },
444 { 0x43282, "Engineroom monitoring" },
445 { 0x4328c, "Engine Interface" },
446 { 0x43296, "Engine Controller" },
447 { 0x432a0, "Engine Gateway" },
448 { 0x432aa, "Control Head" },
449 { 0x432b4, "Actuator" },
450 { 0x432be, "Gauge Interface" },
451 { 0x432c8, "Gauge Large" },
452 { 0x432d2, "Gauge Small" },
453 { 0x432dc, "Propulsion Sensors & Gateway" },
454 { 0x43c82, "Sounder, depth " },
455 { 0x43c8c, "" },
456 { 0x43c91, "Global Navigation Satellite System (GNSS)" },
457 { 0x43c96, "Loran C" },
458 { 0x43c9b, "Speed Sensors" },
459 { 0x43ca0, "Turn Rate Indicator" },
460 { 0x43caa, "Integrated Navigation " },
461 { 0x43cc8, "Radar and/or Radar Plotting" },
462 { 0x43ccd, "Electronic Chart Display & Information System (ECDIS)" },
463 { 0x43cd2, "Electronic Chart System (ECS)" },
464 { 0x43cdc, "Direction Finder" },
465 { 0x44682, "Emergency Position Indicating Beacon (EPIRB)" },
466 { 0x4468c, "Automatic Identification System" },
467 { 0x44696, "Digital Selective Calling (DSC)" },
468 { 0x446a0, "Data Receiver" },
469 { 0x446aa, "Satellite" },
470 { 0x446b4, "Radio-Telephone (MF/HF)" },
471 { 0x446be, "Radio-Telephone (VHF)" },
472 { 0x45082, "Time/Date systems" },
473 { 0x4508c, "Voyage Data Recorder" },
474 { 0x45096, "Integrated Instrumentation" },
475 { 0x450a0, "General Purpose Displays" },
476 { 0x450aa, "General Sensor Box" },
477 { 0x450b4, "Weather Instruments" },
478 { 0x450be, "Transducer/general" },
479 { 0x450c8, "NMEA 0183 Converter" },
480 { 0x45aff, "Not Available" },
481 { 0x464ff, "Not Available" },
482 { 0x47fff, "Not Available" },
483 { 0x50080, "Supplemental Engine Control Sensing" },
484 { 0x50081, "Generator Set Controller" },
485 { 0x50082, "Generator Voltage Regulator" },
486 { 0x50083, "Choke Actuator" },
487 { 0x50084, "Well Stimulation Pump" },
488 { 0x500ff, "Not Available" },
489 { 0x57fff, "Not Available" },
490 { 0, NULL }
491};
492static value_string_ext isobus_ig_specific_name_functions_ext = VALUE_STRING_EXT_INIT(_isobus_ig_specific_name_functions);
493
494static const value_string _isobus_manufacturers[] = {
495 { 0, "Reserved" },
496 { 1, "Bendix Commercial Vehicle Systems LLC (formerly Allied Signal Inc.)" },
497 { 2, "Allison Transmission, Inc." },
498 { 3, "Ametek, US Gauge Division" },
499 { 4, "Ametek-Dixson" },
500 { 5, "AMP Inc." },
501 { 6, "Berifors Electronics AB" },
502 { 7, "Case Corp." },
503 { 8, "Caterpillar Inc." },
504 { 9, "Chrysler Corp." },
505 { 10, "Cummins Inc (formerly Cummins Engine Co)" },
506 { 11, "Dearborn Group Inc." },
507 { 12, "Deere & Company, Precision Farming" },
508 { 13, "Delco Electronics" },
509 { 14, "Detroit Diesel Corporation" },
510 { 15, "DICKEY-john Corporation" },
511 { 16, "Eaton Corp" },
512 { 17, "Eaton Corp, Corp Res & Dev" },
513 { 18, "Eaton Corp, Transmission Div." },
514 { 19, "Eaton Corp. Trucking Info Services" },
515 { 20, "Eaton Ltd" },
516 { 21, "Echlin Inc., Midland Brake Inc." },
517 { 22, "Ford Motor Co., Electronic Concepts & Systems" },
518 { 23, "Ford Motor Co., Heavy Truck" },
519 { 24, "Ford Motor Co., Vehicle Controls" },
520 { 25, "Daimler Trucks North America LLC (formerly Freightliner LLC)" },
521 { 26, "General Motors Corp, Service Technology Grp" },
522 { 27, "GMC" },
523 { 28, "Grote Ind. Inc." },
524 { 29, "Hino Motors Ltd." },
525 { 30, "Isuzu Motors Ltd" },
526 { 31, "J Pollak Corp" },
527 { 32, "Jacobs Vehicle Systems" },
528 { 33, "John Deere" },
529 { 34, "Kelsey Hayes Co." },
530 { 35, "Kenworth Truck Co." },
531 { 36, "Lucas Ind." },
532 { 37, "Mack Trucks Inc." },
533 { 38, "Micro Processor Systems Inc." },
534 { 39, "Microfirm Inc." },
535 { 40, "Motorola AIEG Inc." },
536 { 41, "Motorola Inc." },
537 { 42, "International Truck and Engine Corporation - Engine Electronics (formerly Navistar Intl Trans Co., Engine Electronics)" },
538 { 43, "International Truck and Engine Corporation - Vehicle Electronics (formerly Navistar Intl Trans Corp.)" },
539 { 44, "Nippondenso Co. Ltd." },
540 { 45, "PACCAR" },
541 { 46, "Noregon Systems, LLC (formerly Noregon Systems, Inc)" },
542 { 47, "Phillips Semiconductor" },
543 { 48, "Pollak Alphabet" },
544 { 49, "RE America Inc." },
545 { 50, "Robert Bosch Corp" },
546 { 51, "Robert Bosch GmbH" },
547 { 52, "Meritor Automotive, Inc. (formerly Rockwell Automotive)" },
548 { 53, "Continental Automotive Systems US, Inc. (formerly Rockwell Land Transportation)" },
549 { 54, "Meritor Wabco" },
550 { 55, "Ryder System Inc." },
551 { 56, "SAIC" },
552 { 57, "Danfoss (formerly Sauer Sundstrand Co, then Sauer-Danfoss Co)" },
553 { 58, "SPX Corporation, OTC Div" },
554 { 59, "VES Inc." },
555 { 60, "Volvo Trucks North America Inc." },
556 { 61, "Volvo Truck Corp." },
557 { 62, "Wabco" },
558 { 63, "ZF Industries Inc." },
559 { 64, "Unused (formerly SpectraPrecision Laserplane, then SpectraPhysics)" },
560 { 65, "MAN Nutzfahrzeuge AG" },
561 { 66, "John Deere Construction Equipment Division" },
562 { 67, "John Deere Coffeyville Works (formerly Funk Manufacturing Company)" },
563 { 68, "Scania" },
564 { 69, "Trimble Navigation" },
565 { 70, "Flex-coil Limited" },
566 { 71, "Vansco Electronics Ltd." },
567 { 72, "Sisu Corporation" },
568 { 73, "LeTourneau, Inc." },
569 { 74, "Eaton Axle-Brake Division" },
570 { 75, "Deere & Co, Agricultural Division" },
571 { 76, "unused (formerly Deere & Co, Construction Division)" },
572 { 77, "Deere Power Systems Group" },
573 { 78, "Frank W. Murphy Manufacturing, Inc" },
574 { 79, "Daimler Benz AG - Engine Division (PBM)" },
575 { 80, "Twin Disc, Inc." },
576 { 81, "Fire Research Corp." },
577 { 82, "Bobcat/Ingersoll-Rand (formerly Melroe/Ingersoll-Rand)" },
578 { 83, "Bendix VORAD Technologies (formerly Eaton VORAD Technologies)" },
579 { 84, "New Holland UK Limited" },
580 { 85, "Kohler Co" },
581 { 86, "C. E. Niehoff & Company" },
582 { 87, "J.C. Bamford Excavators Ltd (JCB)" },
583 { 88, "Hemisphere GPS Inc (formerly Satloc Precision GPS)" },
584 { 89, "Kverneland Group, Electronics Division" },
585 { 90, "Knorr-Bremse SfN GmbH" },
586 { 91, "BSG Bodensee Steuergeraete GmbH" },
587 { 92, "Ag-Chem Equipment Co., Inc." },
588 { 93, "Perkins Engines Company Ltd." },
589 { 94, "CNH Industrial N.V. (formerly CNH Global N.V.)" },
590 { 95, "Pacific Insight Electronics Corp." },
591 { 96, "Mech@tronic IT GmbH" },
592 { 97, "Ag Leader Technology, Inc." },
593 { 98, "Mueller-Elektronik GmbH & Co" },
594 { 99, "International Transmissions Ltd (ITL)" },
595 { 100, "VDO Technik AG" },
596 { 101, "Sensoria" },
597 { 102, "AGCO (formerly AGCO GmbH & Co.)" },
598 { 103, "CLAAS E-Systems GmbH (formerly CLAAS E-Systems KGaA mbH & Co. KG)" },
599 { 104, "CLAAS KGaA mbH (formerly CLAAS Selbstfahrende Erntemaschinen GmbH)" },
600 { 105, "Kiepe Elektrik GmbH & Co. KG" },
601 { 106, "BAE Systems Controls, Inc." },
602 { 107, "Grimme Landmaschinen GmbH & Co. KG" },
603 { 108, "WTK-Elecktronik GmbH" },
604 { 109, "TeeJet Technologies Denmark (formerly LH Technologies ApS)" },
605 { 110, "EPIQ Sensor-Nite" },
606 { 111, "Bernard Krone Holding SE & Co. KG (formerly Maschinenfabrik Bernard Krone GmbH)" },
607 { 112, "MECALAC" },
608 { 113, "Stress-Tek, Inc." },
609 { 114, "EControls, Inc." },
610 { 115, "NACCO Materials Handling Group, Inc." },
611 { 116, "BEELINE Technologies" },
612 { 117, "HUSCO International" },
613 { 118, "Intron GmbH" },
614 { 119, "IntegriNautics " },
615 { 120, "RDS Technology Ltd" },
616 { 121, "HED (Hydro Electronic Devices, Inc.)" },
617 { 122, "FG Wilson (Engineering) Limited" },
618 { 123, "Basler Electric" },
619 { 124, "Hydac Electronic" },
620 { 125, "Nevada Automotive Test Center" },
621 { 126, "Driver Tech" },
622 { 127, "Holland USA" },
623 { 128, "Gerhard Duecker GmbH & Co. KG" },
624 { 129, "OMNEX Control Systems Inc." },
625 { 130, "Nido - Universal Machines B.V." },
626 { 131, "ITT Industries" },
627 { 132, "Mulag-Fahrzeugwerk" },
628 { 133, "Bucher Schoerling GmbH" },
629 { 134, "Iris Technology Ltd" },
630 { 135, "Airmar Technology Corporation" },
631 { 136, "Komatsu Ltd" },
632 { 137, "Maretron" },
633 { 138, "Georg Fritzmeier GmbH & Co. KG" },
634 { 139, "Caterpillar Trimble Control Technologies (CTCT), LLC" },
635 { 140, "Lowrance Electronics, Inc." },
636 { 141, "Thales Navigation Ltd." },
637 { 142, "TRW Automotive (Commercial Steering Systems)" },
638 { 143, "W. Gmeiner GmbH & Co." },
639 { 144, "Mercury Marine" },
640 { 145, "MurCal Controls" },
641 { 146, "Maxima Technologies" },
642 { 147, "Nautibus electronic GmbH" },
643 { 148, "Blue Water Data, Inc." },
644 { 149, "Holset" },
645 { 150, "Fleetguard" },
646 { 151, "Raven Industries, Inc." },
647 { 152, "elobau GmbH & Co. KG" },
648 { 153, "Woodward, Industrial Controls Division" },
649 { 154, "Westerbeke Corporation" },
650 { 155, "Vetronix Corporation" },
651 { 156, "ITT Industries - Cannon" },
652 { 157, "ISSPRO Inc." },
653 { 158, "Firestone Industrial Products Company" },
654 { 159, "NTech Industries Inc" },
655 { 160, "Nido" },
656 { 161, "Offshore Systems (UK) Ltd" },
657 { 162, "Axiomatic Technologies" },
658 { 163, "BRP Inc." },
659 { 164, "MTU Friedrichshafen GmbH (formerly DaimlerChrysler Off-Highway)" },
660 { 165, "CPAC Systems AB" },
661 { 166, "John Deere Electronic Solutions (formerly Phoenix International)" },
662 { 167, "JLG Industries Inc" },
663 { 168, "Xantrex" },
664 { 169, "Marlin Technologies Inc." },
665 { 170, "Computronics Corporation Ltd." },
666 { 171, "Topcon Electronics GmbH & Co. KG (formerly Wachendorff Elektronik GmbH & Co. KG)" },
667 { 172, "Yanmar Co., Ltd. (formerly Yanmar Marine USA)" },
668 { 173, "Ryeso, Inc." },
669 { 174, "AB Volvo Penta" },
670 { 175, "Veris Technologies, Inc." },
671 { 176, "Moritz Aerospace" },
672 { 177, "Diagnostic Systems Associates" },
673 { 178, "Continental Automotive GmbH (formerly Siemens VDO Automotive AG)" },
674 { 179, "TeeJet Technologies Springfield (formerly Midwest Technologies Illinois, LLC)" },
675 { 180, "Smart Power Systems" },
676 { 181, "Coretronics, Inc." },
677 { 182, "Vehicle Systems Engineering B.V." },
678 { 183, "KDS Controls, Inc" },
679 { 184, "EIA Electronics" },
680 { 185, "Beede Electrical Instrument Company" },
681 { 186, "Altronic, Inc" },
682 { 187, "Air-Weigh" },
683 { 188, "EMP Corp" },
684 { 189, "QUALCOMM" },
685 { 190, "Hella KGaA Hueck & Co" },
686 { 191, "XRS Corporation (formerly XATA Corporation)" },
687 { 192, "Floscan" },
688 { 193, "Jeppesen Marine" },
689 { 194, "TriMark Corporation" },
690 { 195, "General Engine Products" },
691 { 196, "LEMKEN GmbH & Co KG" },
692 { 197, "Mechron Power Systems" },
693 { 198, "Mystic Valley Communications" },
694 { 199, "ACTIA Group (formerly Actia Corp)" },
695 { 200, "MGM Brakes" },
696 { 201, "Disenos y Tecnologia S.A." },
697 { 202, "Curtis Instruments, Inc" },
698 { 203, "MILtronik GmbH" },
699 { 204, "The Morey Corporation" },
700 { 205, "SmarTire Systems Inc" },
701 { 206, "port GmbH" },
702 { 207, "Otto Engineering" },
703 { 208, "Drew Technologies, Inc" },
704 { 209, "Bell Equip. Co. SA (PTY) LTD" },
705 { 210, "Iteris, Inc." },
706 { 211, "DNA Group" },
707 { 212, "Sure Power Industries, Inc" },
708 { 213, "CNH Belgium N.V." },
709 { 214, "MC elettronica Srl" },
710 { 215, "Aetna Engineering/Fireboy-Xintex" },
711 { 216, "Paneltronics Inc." },
712 { 217, "RM Michaelides Software & Elektronik GmbH" },
713 { 218, "Gits Manufacturing Company" },
714 { 219, "Cat OEM Solutions" },
715 { 220, "Beede Electrical Instrument Company, Inc" },
716 { 221, "SiE" },
717 { 222, "Generac Power Systems, Inc." },
718 { 223, "Vaueo Retarder Co., Ltd." },
719 { 224, "EMMI Network, S.L." },
720 { 225, "SKF" },
721 { 226, "Monaco Coach Corporation" },
722 { 227, "Lykketronic A/S" },
723 { 228, "Unused (formerly ZF Marine Electronics)" },
724 { 229, "Garmin International Inc." },
725 { 230, "Saucon Technologies" },
726 { 231, "Topcon Positioning Systems, Inc." },
727 { 232, "TSD Integrated Controls" },
728 { 233, "Yacht Monitoring Solutions Inc." },
729 { 234, "Mondial electronic GmbH" },
730 { 235, "SailorMade Marine Telemetry - Tetra Technology Ltd." },
731 { 236, "NORAC Systems International Inc" },
732 { 237, "Agtron Enterprises Inc" },
733 { 238, "ZF Friedrichshafen AG" },
734 { 239, "May & Scofield Ltd" },
735 { 240, "Vanair Mfg" },
736 { 241, "Schneider Automation SAS" },
737 { 242, "Kokusandenki Co. Ltd" },
738 { 243, "eRide, Inc." },
739 { 244, "Techno-Matic" },
740 { 245, "Capstan Ag Systems, Inc." },
741 { 246, "Class 1, Inc" },
742 { 247, "ePULSE" },
743 { 248, "Cooper Standard Automotive Active Systems Group" },
744 { 249, "Schaltbau GmbH" },
745 { 250, "Kuhn Group" },
746 { 251, "German Agricultural Society, Test Center (DLG)" },
747 { 252, "Sensor-Technik Wiedemann GmbH" },
748 { 253, "Mobile Control Systems" },
749 { 254, "GE Sensing" },
750 { 255, "MEAS France" },
751 { 256, "Tyco Electronics AMP" },
752 { 257, "Honda Motor Co., Ltd" },
753 { 258, "ARAG" },
754 { 259, "Bucher Automation AG (formerly Jetter AG)" },
755 { 260, "Reichhardt GmbH Steuerungstechnik" },
756 { 261, "Red Dot Corporation" },
757 { 262, "HydraForce, Inc" },
758 { 263, "IMMI" },
759 { 264, "Autolync" },
760 { 265, "MTS Sensor Technologie GmbH" },
761 { 266, "International Thermal Research Ltd" },
762 { 267, "Red Lion Controls, Inc" },
763 { 268, "Accurate Technologies" },
764 { 269, "Saft America Inc., Space & Defense Division" },
765 { 270, "Tennant" },
766 { 271, "Cole Hersee" },
767 { 272, "Gross Mechanical Laboratories, Inc" },
768 { 273, "Active Research Limited" },
769 { 274, "LTW Technology Co., LTD" },
770 { 275, "Navico Egersund AS" },
771 { 276, "Aqua-Hot Heating Systems" },
772 { 277, "LHP Telematics" },
773 { 278, "Takata Electronics" },
774 { 279, "Geometris LP" },
775 { 280, "Leica Geosystems Pty Ltd" },
776 { 281, "Precision Governors LLC" },
777 { 282, "Medallion Instrumentation Systems" },
778 { 283, "CWF Hamilton & Co Ltd" },
779 { 284, "Mobile Tech Chile" },
780 { 285, "Sea Recovery Corp" },
781 { 286, "Coelmo srl" },
782 { 287, "NTech Industries, Inc" },
783 { 288, "Mitsubishi FUSO Truck & Bus Corp." },
784 { 289, "Watlow" },
785 { 290, "Kuebler GmbH" },
786 { 291, "Groeneveld Transport Efficiency BV" },
787 { 292, "IKUSI - Angel Iglesias S.A." },
788 { 293, "Spyder Controls Corp." },
789 { 294, "Grayhill Inc." },
790 { 295, "BEP Marine" },
791 { 296, "micro dynamics GmbH" },
792 { 297, "Zonar Systems Inc" },
793 { 298, "Holley Performance" },
794 { 299, "Rauch" },
795 { 300, "Systron Donner Automotive" },
796 { 301, "Parker Hannifin (UK) Ltd FDE group" },
797 { 302, "Nissin Kogyo Co., LTD" },
798 { 303, "CTS Corporation" },
799 { 304, "EmpirBus AB" },
800 { 305, "NovAtel Inc" },
801 { 306, "Sleipner Motor AB" },
802 { 307, "MAS Technologies" },
803 { 308, "Cyntrx" },
804 { 309, "Krauss-Maffei Wegmann GmbH & Co. KG" },
805 { 310, "TECNORD srl" },
806 { 311, "Patrick Power Products" },
807 { 312, "Lectronix, Inc." },
808 { 313, "Ilmor Engineering, Inc." },
809 { 314, "CSM GmbH" },
810 { 315, "Icom Incorporated" },
811 { 316, "ITT Flow Control" },
812 { 317, "Navtronics Bvba" },
813 { 318, "SAT Plan" },
814 { 319, "Cadec Global" },
815 { 320, "Miedema Landbouwwerktuigenfabriek B.V." },
816 { 321, "Ultra Electronics, Electrics" },
817 { 322, "MICHENKA s.r.o." },
818 { 323, "Mobileye Vision Technologies Ltd." },
819 { 324, "Snap-on Diagnostics" },
820 { 325, "ASM Automation Sensorik Messtechnik GmbH" },
821 { 326, "Akron Brass Company" },
822 { 327, "Sonceboz SA" },
823 { 328, "Qwerty Electronik AB" },
824 { 329, "Deif A/S" },
825 { 330, "Kidde Aerospace and Defense" },
826 { 331, "Horton, Inc." },
827 { 332, "HWH Corporation" },
828 { 333, "Link Manufacturing, Ltd. (formerly Hadley Products Corporation)" },
829 { 334, "Takata-Petri AG" },
830 { 335, "Evo Electric Ltd" },
831 { 336, "APE s.r.o." },
832 { 337, "Carraro S.p.A." },
833 { 338, "GRAF-SYTECO" },
834 { 339, "Competence Center ISOBUS e.V." },
835 { 340, "Continental AG" },
836 { 341, "Boning GmbH & Co" },
837 { 342, "THOMAS MAGNETE GmbH" },
838 { 343, "Baumer Group" },
839 { 344, "Parvus Corporation" },
840 { 345, "Korean Maritime University" },
841 { 346, "Control Solutions" },
842 { 347, "Honeywell" },
843 { 348, "Amazonen Werke H. Dreyer" },
844 { 349, "Suonentieto" },
845 { 350, "Noris Marine Systems GmbH & Co KG" },
846 { 351, "Thrane & Thrane" },
847 { 352, "SAME DEUTZ-FAHR GROUP S.p.A." },
848 { 353, "Hegemon Electronics, Inc." },
849 { 354, "Junkkari OY" },
850 { 355, "Mastervolt International B.V." },
851 { 356, "Fischer Panda Generators, Inc" },
852 { 357, "Hardi International A/S" },
853 { 358, "Victron Energy B.V." },
854 { 359, "Ludwig Bergmann GmbH" },
855 { 360, "HJS Emission Technology GmbH & Co KG (formerly HJS Fahrzeugtechnik GmbH & Co KG)" },
856 { 361, "InMach" },
857 { 362, "Poettinger Landtechnik GmbH (formerly Alois Poettinger Maschinenfabrik GmbH)" },
858 { 363, "BEI Duncan" },
859 { 364, "OEM Controls Inc." },
860 { 365, "Digi-Star, LLC" },
861 { 366, "Viewnyx Corp." },
862 { 367, "Fliegl Agrartechnik" },
863 { 368, "HANSENHOF_electronic" },
864 { 369, "Power Torque Engineering Ltd" },
865 { 370, "Rolls-Royce Marine AS" },
866 { 371, "Heinzmann GmbH & Co. KG" },
867 { 372, "Delphi" },
868 { 373, "Electronic Design Inc." },
869 { 374, "Northern Lights, Inc." },
870 { 375, "Williams Controls Inc." },
871 { 376, "Quake Global" },
872 { 377, "ifm electronic gmbh" },
873 { 378, "Glendinning Marine Products" },
874 { 379, "Yamabiko Corporation" },
875 { 380, "Suntech International Ltd." },
876 { 381, "B & G" },
877 { 382, "National Agriculture and Food Research Organization" },
878 { 383, "MCL Industries" },
879 { 384, "Camano Light" },
880 { 385, "Johnson Outdoor Marine Electronics" },
881 { 386, "JLG Automation BVBA" },
882 { 387, "Orscheln Products, LLC" },
883 { 388, "Innomatix, LLC" },
884 { 389, "Benchmark Electronics, Minnesota Division" },
885 { 390, "Partech Inc." },
886 { 391, "Electronic Design for Industry, Inc" },
887 { 392, "Tianyuan Technology Co Ltd." },
888 { 393, "Harvest Tec, Inc" },
889 { 394, "Capi 2 Nederland B.V." },
890 { 395, "GENTEC S.R.L." },
891 { 396, "Beyond Measure" },
892 { 397, "Sanyo-kiki Co Ltd." },
893 { 398, "Hilite International" },
894 { 399, "ISEKI & Co., Ltd." },
895 { 400, "Livorsi Marine" },
896 { 401, "Torqeedo GmbH" },
897 { 402, "Simma Software, Inc." },
898 { 403, "Trackwell ADS, Inc." },
899 { 404, "Com Nav Marine Ltd" },
900 { 405, "Wema System AS" },
901 { 406, "Vecima Networks Inc." },
902 { 407, "Comtech Mobile Datacom" },
903 { 408, "Corvus Energy Ltd." },
904 { 409, "Transfluid S.r.L." },
905 { 410, "COBO S.p.A. Divisione 3B6" },
906 { 411, "Hy-Drive Technologies Ltd." },
907 { 412, "WebTech Wireless Inc." },
908 { 413, "Datapross Nijbroek bv" },
909 { 414, "Cattron Group International" },
910 { 415, "Valid Manufacturing Ltd." },
911 { 416, "Kubota Corporation" },
912 { 417, "KZValve" },
913 { 418, "Intellistick Inc" },
914 { 419, "Fusion Electronics Ltd" },
915 { 420, "Vermeer Corporation, ACS Group" },
916 { 421, "Vertex Standard Co, Ltd" },
917 { 422, "True Heading AB" },
918 { 423, "BSM Wireless, Inc." },
919 { 424, "Odyne LLC" },
920 { 425, "Methode Electronics Inc, MDI" },
921 { 429, "Rota Engineering Ltd." },
922 { 430, "Auteq Telematica S.A." },
923 { 431, "Tohatsu Corporation" },
924 { 432, "S&A Systems, Inc." },
925 { 433, "Rowe Electronics" },
926 { 434, "Stored Energy Systems" },
927 { 435, "Zunhammer GmbH" },
928 { 436, "Kinze Manufacturing" },
929 { 437, "Digital Yacht Limited" },
930 { 438, "Comar Systems Ltd" },
931 { 439, "Hyundai Heavy Industries" },
932 { 440, "Cummins Power Generation" },
933 { 441, "PTG Reifendruckregelsysteme GmbH" },
934 { 442, "Horsch Maschinen GmbH" },
935 { 443, "SignalQuest, Inc." },
936 { 444, "ITT Power Solutions" },
937 { 445, "KAT MECHATRONIC, Electronic Product Division" },
938 { 446, "CertTech, L.L.C." },
939 { 447, "Great Plains Mfg." },
940 { 448, "Stanadyne Corporation, Electronics Systems" },
941 { 449, "Polaris Industries Inc" },
942 { 450, "Dycor Technologies Ltd." },
943 { 451, "Parker Hannifin Corp" },
944 { 452, "WIKA Alexander Wiegand SE & Co. KG" },
945 { 453, "Cooper Bussmann" },
946 { 454, "NGK Spark Plug Co. Ltd" },
947 { 455, "ADZ NAGANO GmbH" },
948 { 456, "General Kinetics" },
949 { 457, "RUSELPROM-ElectricDrive Ltd" },
950 { 458, "Control Solutions, Inc." },
951 { 459, "Alltek Marine Electronics Corp" },
952 { 460, "San Giorgio S.E.I.N." },
953 { 461, "HAWE Hydraulik SE" },
954 { 462, "IHI Shibaura Machinery Corporation" },
955 { 463, "PROBOTIQ" },
956 { 464, "Leach International Corporation" },
957 { 465, "Ashcroft Inc" },
958 { 466, "Veethree Electronics and Marine LLC" },
959 { 467, "Lely Industries N.V." },
960 { 468, "Tyco Fire Protection Products" },
961 { 469, "RA Consulting GmbH" },
962 { 470, "SI-TEX Marine Electronics" },
963 { 471, "Sea Cross Marine AB" },
964 { 472, "Tenneco Inc." },
965 { 473, "Boss Industries, Inc." },
966 { 474, "Persen Technologies Inc." },
967 { 475, "GME" },
968 { 476, "Hummingbird Marine Electronics" },
969 { 477, "OilQuick AB" },
970 { 478, "OceanSat B.V." },
971 { 479, "Vapor Bus International" },
972 { 480, "EnerDel, Inc." },
973 { 481, "Chetco Digital Instruments" },
974 { 482, "Tricon Electronics" },
975 { 483, "Valeo" },
976 { 484, "Headsight Inc." },
977 { 485, "MATT automotive" },
978 { 486, "Westport Innovations Inc." },
979 { 487, "DSE Test Solutions A/S" },
980 { 488, "The Charles Machine Works, Inc." },
981 { 489, "Appareo Systems, LLC" },
982 { 490, "QuikQ" },
983 { 491, "Penny and Giles Ltd" },
984 { 492, "Inergy Automotive Systems" },
985 { 493, "Watcheye" },
986 { 494, "Synerject" },
987 { 495, "HOLMER Maschinenbau GmbH" },
988 { 496, "W. Gessmann GmbH" },
989 { 497, "SENTRON Sistemas Embarcados" },
990 { 498, "Innovative Design Solutions, Inc." },
991 { 499, "LCJ Capteurs" },
992 { 500, "Oxbo International Corporation" },
993 { 501, "Agrotronix S.A." },
994 { 502, "Attwood Corporation" },
995 { 503, "Naviop S.R.L." },
996 { 504, "Vesper Marine" },
997 { 505, "Yetter Farm Equipment" },
998 { 506, "IHI STAR Machinery Corporation" },
999 { 507, "ISOBUS Test Center" },
1000 { 508, "Transtech Innovations" },
1001 { 509, "MOTORTECH GmbH" },
1002 { 510, "Marinesoft Co. Ltd" },
1003 { 511, "Sulky" },
1004 { 512, "Inpower LLC" },
1005 { 513, "Precision Technology" },
1006 { 514, "DISTek Integration, Inc." },
1007 { 515, "GINAF Trucks Nederland B.V." },
1008 { 516, "AVAT Automation GmbH" },
1009 { 517, "Noland Engineering" },
1010 { 518, "Transas USA Inc." },
1011 { 519, "Peeters Landbouwmachines b.v." },
1012 { 520, "Trapeze" },
1013 { 521, "Clever Devices Ltd." },
1014 { 522, "Nebraska Tractor Test Laboratory" },
1015 { 523, "Reggio Emilia Innovazione" },
1016 { 524, "Vomax Instrumentation Pty. Ltd." },
1017 { 525, "Rust Sales INC" },
1018 { 526, "LOFA Industries, Inc" },
1019 { 527, "GKN Walterscheid GmbH" },
1020 { 528, "Hoganas AB, Electric Drive Systems" },
1021 { 529, "National Instruments Korea" },
1022 { 530, "NMEA" },
1023 { 531, "Genge & Thoma AG" },
1024 { 532, "Onwa Marine Electronics Co Ltd." },
1025 { 533, "Doran Manufacturing, LLC" },
1026 { 534, "Webasto Thermo & Comfort SE" },
1027 { 535, "MOTORPAL, a.s." },
1028 { 536, "SSI Technologies" },
1029 { 537, "Schrader Electronics Ltd." },
1030 { 538, "Crop Ventures, Inc." },
1031 { 539, "Mobileview" },
1032 { 540, "Dinex A/S" },
1033 { 541, "Total Fire Systems, Inc." },
1034 { 542, "Dinamica Generale s.p.a." },
1035 { 543, "BAUER Maschinen GmbH" },
1036 { 544, "Au Group Electronics" },
1037 { 545, "GS Global Resources (formerly GS Hydraulics)" },
1038 { 546, "Maruyama Mfg Co, Inc." },
1039 { 547, "Thomson Linear LLC" },
1040 { 548, "TM4 Inc." },
1041 { 549, "ROAD Deutschland GmbH" },
1042 { 550, "SUN-A Corporation" },
1043 { 551, "Wexler CSD Ltd." },
1044 { 552, "Matsuyama Plow Mfg Co, Ltd" },
1045 { 553, "KIB Electronics" },
1046 { 554, "iris-GmbH infrared & intelligent sensors" },
1047 { 555, "Sasaki Corporation" },
1048 { 556, "Doosan Infracore Norway" },
1049 { 557, "Rockson Automation GmbH" },
1050 { 558, "Davis Instruments Corp." },
1051 { 559, "Four Peaks Navigation" },
1052 { 560, "Iowa State University, Agricultural and Biosystems Engineering" },
1053 { 561, "b-plus GmbH" },
1054 { 562, "Bombardier Transportation GmbH" },
1055 { 563, "LOHR Sistemas Eletronicos LTDA" },
1056 { 564, "Auto Power Electronic" },
1057 { 565, "Micro-Trak Systems, Inc." },
1058 { 566, "Geode Technology, Inc." },
1059 { 567, "Lithiumstart LLC" },
1060 { 568, "Makersan Ltd. Co." },
1061 { 569, "LORD MicroStrain Sensing Systems" },
1062 { 570, "frenzel + berg electronic GmbH & Co. KG" },
1063 { 571, "Marinecraft Co., Ltd." },
1064 { 572, "Fasse Valves" },
1065 { 573, "Orolia Ltd" },
1066 { 574, "Vishay Precision Group" },
1067 { 575, "Lytx" },
1068 { 576, "Vectia" },
1069 { 577, "Denchi Power Ltd (formerly ABSL Power Solutions Limited)" },
1070 { 578, "advanSea" },
1071 { 579, "KVH Industries, Inc." },
1072 { 580, "San Jose Technology, Inc." },
1073 { 581, "Väderstad AB" },
1074 { 582, "Innovative Software Engineering" },
1075 { 583, "Yachtcontrol" },
1076 { 584, "CarMedialab GmbH" },
1077 { 585, "Industrial Electronic Controls" },
1078 { 586, "Suzuki Motor Corp" },
1079 { 587, "JCA Electronics" },
1080 { 588, "Vignal Systems" },
1081 { 589, "MICO, Inc." },
1082 { 590, "ARGO-HYTOS GMBH" },
1083 { 591, "United States Coast Guard" },
1084 { 592, "tecsis GmbH" },
1085 { 593, "Sensata Technologies" },
1086 { 594, "Kongsberg Automotive" },
1087 { 595, "CustomWare" },
1088 { 596, "Brunelco Electronic Innovators B.V." },
1089 { 597, "Hydac Filter Systems GmbH" },
1090 { 598, "ABB Turbo Systems Ltd" },
1091 { 599, "Spudnik Equipment Co, LLC" },
1092 { 600, "Aquatic AV" },
1093 { 601, "Navitas Systems" },
1094 { 602, "Nomad Digital Ltd." },
1095 { 603, "Kereval" },
1096 { 604, "Rototilt Group AB (formerly Indexator Rototilt Systems AB)" },
1097 { 605, "Aventics GmbH" },
1098 { 606, "Intellian Technologies" },
1099 { 607, "Knappco/Civacon" },
1100 { 608, "Gale Banks Engineering" },
1101 { 609, "Walvoil S.p.A." },
1102 { 610, "Trail Tech" },
1103 { 611, "Esterline" },
1104 { 612, "Samwon IT" },
1105 { 613, "HKS Co., Ltd." },
1106 { 614, "ARLT Technologies GmbH" },
1107 { 615, "Networkfleet, Verizon Telematics" },
1108 { 616, "SMART-TEC s.r.o." },
1109 { 617, "Zero Emission Vehicles" },
1110 { 618, "Evrard SA" },
1111 { 619, "Right Weigh Load Scales" },
1112 { 620, "BorgWarner Inc. (formerly Sevcon Ltd.)" },
1113 { 621, "Hagie Manufacturing Company" },
1114 { 622, "Floyd Bell Inc" },
1115 { 623, "Xirgo Technologies" },
1116 { 624, "Blackbox Machine Control Pty Ltd" },
1117 { 625, "Global MRV Inc." },
1118 { 626, "AVL DiTEST GmbH" },
1119 { 627, "Radio Ocean" },
1120 { 628, "Falck Schmidt Defence Systems" },
1121 { 629, "Agri Info Design, Ltd." },
1122 { 630, "SmartDrive Systems Inc." },
1123 { 631, "Reltima" },
1124 { 632, "Pepperl+Fuchs GmbH" },
1125 { 633, "TORC Robotics" },
1126 { 634, "Rocky Research" },
1127 { 635, "Argo Tractors S.p.A." },
1128 { 636, "Divelbiss Corporation" },
1129 { 637, "Bavaria Yachtbau GmbH" },
1130 { 638, "KVH Industries, Inc." },
1131 { 639, "Startec s.r.l." },
1132 { 640, "Power Solutions International" },
1133 { 641, "Diverse Yacht Services" },
1134 { 642, "Moog / Aspen Motion Technologies" },
1135 { 643, "Bogballe A/S" },
1136 { 644, "KUS USA" },
1137 { 645, "esd electronic system design gmbh" },
1138 { 646, "Veenhuis Machines B.V." },
1139 { 647, "Siloking" },
1140 { 648, "OJSC Ekran" },
1141 { 649, "Control-Q B.V." },
1142 { 650, "Seiko Epson Corp." },
1143 { 651, "Takakita Co, Ltd." },
1144 { 652, "MicroControl GmbH & Co. KG" },
1145 { 653, "AEV, spol. s r. o." },
1146 { 654, "Kohler Power Systems, Detroit Engine Development Center (DEDC)" },
1147 { 655, "Genge & Thoma AG" },
1148 { 656, "PRO SOLUS do Brasil" },
1149 { 657, "Terzo Power Systems" },
1150 { 658, "Shenzhen Jiuzhou Himunication Technology Co., Ltd" },
1151 { 659, "Data Panel Corp." },
1152 { 660, "Auto-Gaz Centrum" },
1153 { 661, "SPAL Automotive S.r.l." },
1154 { 662, "Kissling Elektrotechnik GmbH" },
1155 { 663, "Delta Systems, Inc" },
1156 { 664, "Level Developments Ltd" },
1157 { 665, "Gebr. Bode GmbH & Co. KG" },
1158 { 666, "Schaeffler Technologies AG & Co., KG" },
1159 { 667, "Bartec" },
1160 { 668, "MacDon Industries Ltd." },
1161 { 669, "Quantum Fuel Systems Technologies Worldwide, Inc" },
1162 { 670, "STEMCO LP" },
1163 { 671, "Innovative Controls Inc." },
1164 { 672, "OPTIMA Concept" },
1165 { 673, "Caruelle Nicolas" },
1166 { 674, "Yara International ASA" },
1167 { 675, "Kawasaki Motors Corp., USA" },
1168 { 676, "Danfoss IXA A/S" },
1169 { 677, "DSA Daten- und Systemtechnik GmbH" },
1170 { 678, "KeepTruckin, Inc." },
1171 { 679, "OXE Marine AB (formerly Cimco Marine AB)" },
1172 { 680, "AMVAC Chemical Corporation" },
1173 { 681, "BEDIA Motorentechnik GmbH & Co. KG" },
1174 { 682, "Eckelmann AG" },
1175 { 683, "Fosen Elektro" },
1176 { 684, "KEB" },
1177 { 685, "ANEDO (formerly ANEDO Ltd.)" },
1178 { 686, "Taigene Electric Machinery Corp." },
1179 { 687, "Flight Systems, Inc." },
1180 { 688, "Rockford Corp" },
1181 { 689, "Aarcomm Systems Inc" },
1182 { 690, "LINAK A/S" },
1183 { 691, "Digitroll Agricultural Electronics" },
1184 { 692, "Tanhay Corporation" },
1185 { 693, "Agility Fuel Solutions (formerly Agility Fuel Systems)" },
1186 { 694, "GasTOPS Ltd." },
1187 { 695, "Weldon Technologies" },
1188 { 696, "DRS Network & Imaging Systems, LLC (DRS Technologies)" },
1189 { 697, "Ålö AB" },
1190 { 698, "Scorpion Technologies Ltd." },
1191 { 699, "Harman International (formerly Harman International Industries)" },
1192 { 700, "K-Tec Earthmovers Inc." },
1193 { 701, "BigRoad Inc." },
1194 { 702, "Weichai Power Co., Ltd." },
1195 { 703, "Hydro Tab Marine Engineering" },
1196 { 704, "JL Audio, Inc." },
1197 { 705, "SVAB Hydraulik AB" },
1198 { 706, "Shanghai Diesel Engine Corporation Limited" },
1199 { 707, "Rochester Gauges Inc" },
1200 { 708, "Lars Thrane A/S" },
1201 { 709, "Marquardt GmbH" },
1202 { 710, "Greentronics Ltd." },
1203 { 711, "DAS Co., LTD" },
1204 { 712, "LOR Manufacturing Company Inc." },
1205 { 713, "US Hybrid Corporation" },
1206 { 714, "Kobashi Kogyo Co., Ltd." },
1207 { 715, "Autonnic Research Ltd" },
1208 { 716, "Eaton Control & Power Conversion Division (CPCD)" },
1209 { 717, "Yacht Devices Ltd" },
1210 { 718, "Micronet Inc" },
1211 { 719, "Cojali S. L." },
1212 { 720, "WITZ Corporation" },
1213 { 721, "Hypro" },
1214 { 722, "Contelec AG" },
1215 { 723, "Jabil Inc." },
1216 { 724, "Electronic Applications, Inc." },
1217 { 725, "Hitachi Construction Machinery Co., Ltd." },
1218 { 726, "MIDORI PRECISIONS" },
1219 { 727, "Dhoot Transmission Pvt Ltd." },
1220 { 728, "Streumaster (formerly Streumaster / Panien)" },
1221 { 729, "Liebherr" },
1222 { 730, "BERTHOUD AGRICOLE" },
1223 { 731, "Modine Manufacturing Company" },
1224 { 732, "Gefran S.p.A." },
1225 { 733, "Intendia S.L." },
1226 { 734, "REAPsystems" },
1227 { 735, "AEM Performance Electronics" },
1228 { 736, "Terex Aerial Work Platforms - Genie" },
1229 { 737, "Balluff GmbH" },
1230 { 738, "Blue Ink Technologies" },
1231 { 739, "LXNAV d.o.o." },
1232 { 740, "e-Traction" },
1233 { 741, "Carling Technologies" },
1234 { 742, "EROAD" },
1235 { 743, "Daemyung Elevator Co., Ltd." },
1236 { 744, "Woosung Engineering Co., Ltd." },
1237 { 745, "Cidra Corporate Services Inc." },
1238 { 746, "SurePoint Ag Systems (formerly SureFire Ag Systems, Inc.)" },
1239 { 747, "Agratronix" },
1240 { 748, "ISOTTA" },
1241 { 749, "Chart Inc." },
1242 { 750, "Joskin SA" },
1243 { 751, "Pacific Track" },
1244 { 752, "Deep Sea Electronics Plc" },
1245 { 753, "AIROD Technologies" },
1246 { 754, "Parker Hannifin Corp., Automation Group" },
1247 { 755, "Firefly Integrations" },
1248 { 756, "Maschio Gaspardo S.P.A." },
1249 { 757, "IMPCO Technologies" },
1250 { 758, "Banner Engineering Corp." },
1251 { 759, "Hydro-Gear" },
1252 { 760, "Bernecker + Rainer Industrie Elektronik GmbH" },
1253 { 761, "MITA OLEODINAMICA S.p.A." },
1254 { 762, "ROJ s.r.l." },
1255 { 763, "AT-Systems BVBA" },
1256 { 764, "Bednar FMT s.r.o." },
1257 { 765, "GIGAVAC" },
1258 { 766, "Epec Oy" },
1259 { 767, "Alliance Wireless Technologies Inc." },
1260 { 768, "Flores Automation, LLC" },
1261 { 769, "Trombetta" },
1262 { 770, "MONOSEM" },
1263 { 771, "Shaw Development, LLC" },
1264 { 772, "Blink Marine" },
1265 { 773, "Clarion Corporation of America" },
1266 { 774, "Taisho Corporation" },
1267 { 775, "ZIEHL-ABEGG Automotive GmbH" },
1268 { 776, "HMI Systems LLC" },
1269 { 777, "Ocean Signal Ltd" },
1270 { 778, "Seakeeper Inc." },
1271 { 779, "RLC Electronic Systems" },
1272 { 780, "Turntide Transport Limited (formerly AVID Technology Ltd)" },
1273 { 781, "Poly-Planar LLC" },
1274 { 782, "AVR nv" },
1275 { 783, "Loup Electronics Inc." },
1276 { 784, "CM Automotive Systems, Inc." },
1277 { 785, "Fischer Panda GmbH" },
1278 { 786, "Johnson Matthey Battery Systems" },
1279 { 787, "Abertax Technologies Limited" },
1280 { 788, "MoTeC Pty Ltd" },
1281 { 789, "GRADALL" },
1282 { 790, "VACALL" },
1283 { 791, "AUTEC" },
1284 { 792, "Kostal Mexicana" },
1285 { 793, "James Fisher Prolec" },
1286 { 794, "Shihlin Electric & Engineering Corporation" },
1287 { 795, "Broyda Enterprises Pty Ltd" },
1288 { 796, "Canadian Automotive Industries Ltd" },
1289 { 797, "Tides Marine" },
1290 { 798, "Lumishore Ltd" },
1291 { 799, "Stillwater Designs and Audio, Inc. - KICKER" },
1292 { 800, "Delta-Q Technologies" },
1293 { 801, "LOR Manufacturing Company Inc." },
1294 { 802, "SPBI (Bj Technologie)" },
1295 { 803, "Gill Sensors & Controls Limited" },
1296 { 804, "ASA Electronics" },
1297 { 805, "Gundersen & Løken AS" },
1298 { 806, "Charge Automotive Ltd" },
1299 { 807, "Schneider-Electric" },
1300 { 808, "RIMEX Supply Ltd." },
1301 { 809, "HMS Industrial Networks AB" },
1302 { 810, "Dutch Power Company" },
1303 { 811, "Blue Water Desalination" },
1304 { 812, "Torch Technologies" },
1305 { 813, "Thales Suisse SA" },
1306 { 814, "Kronotech Srl (formerly Soltec Soluzioni Tecnologiche Srl)" },
1307 { 815, "FLIR Systems, Inc." },
1308 { 816, "UniStrong" },
1309 { 817, "TE Connectivity Sensor Solutions" },
1310 { 818, "HGNSS" },
1311 { 819, "Preco Electronics" },
1312 { 820, "DIaLOGIKa Gesellschaft fuer angewandte Informatik mbH" },
1313 { 821, "Thorsen Teknik A/S" },
1314 { 822, "Bren-Tronics, Inc." },
1315 { 823, "ACEINNA, Inc (formerly MEMSIC, Inc)" },
1316 { 824, "Undheim Systems AS" },
1317 { 825, "BPW Hungária" },
1318 { 826, "Lewmar Marine Inc" },
1319 { 827, "INmatix Technology Group Ltd" },
1320 { 828, "AgriBrink Inc." },
1321 { 829, "Drov Technologies, Inc." },
1322 { 830, "Ultra Motion LLC" },
1323 { 831, "DOK-ING Ltd." },
1324 { 832, "Heizomat Gerätebau-Energiesysteme GmbH" },
1325 { 833, "Electrum Automation AB" },
1326 { 834, "Pioneer Microsystems, Inc." },
1327 { 835, "PetTrack Ltd." },
1328 { 836, "Signature4" },
1329 { 837, "Famic Technologies Inc." },
1330 { 838, "Teamsurv Ltd" },
1331 { 839, "Indexator Rotator Systems AB" },
1332 { 840, "E.S.T.E. srl" },
1333 { 841, "Agra-GPS" },
1334 { 842, "DigiDevice Srl" },
1335 { 843, "Hendrickson Truck Commercial Vehicle Systems" },
1336 { 844, "FELL AS" },
1337 { 845, "GMB Güstrower Maschinenbau GmbH" },
1338 { 846, "L3 Magnet-Motor" },
1339 { 847, "Oceanvolt" },
1340 { 848, "ningupex" },
1341 { 849, "MTS Maschinentechnik Schrode AG" },
1342 { 850, "Geoprospectors GmbH" },
1343 { 851, "Novotechnik Messwertaufnehmer OHG" },
1344 { 852, "Velvac Inc" },
1345 { 853, "Teledyne RESON B.V." },
1346 { 854, "GEMAC Chemnitz GmbH" },
1347 { 855, "Toshiba Infrastructure Systems & Solutions Corporation" },
1348 { 856, "FarmFacts GmbH" },
1349 { 857, "Zoomlion Heavy Industry NA, Inc" },
1350 { 858, "Littelfuse" },
1351 { 859, "Valor" },
1352 { 860, "Michelin" },
1353 { 861, "Adel System S.r.l." },
1354 { 862, "Prospec Electronics" },
1355 { 863, "SMAG" },
1356 { 864, "Streamline Transportation Technologies Inc." },
1357 { 865, "MyEasyFarm" },
1358 { 866, "Netradyne, Inc." },
1359 { 867, "Skeleton Technologies" },
1360 { 868, "Data Panel Corp" },
1361 { 869, "Intercomp" },
1362 { 870, "Textron Fleet Management" },
1363 { 871, "Agri-Fab (formerly Superior Tech Inc)" },
1364 { 872, "Kählig Antriebstechnik GmbH" },
1365 { 873, "Garnet Instruments Ltd." },
1366 { 874, "MTA S.p.A." },
1367 { 875, "Salvarani S.r.l." },
1368 { 876, "SUCO Robert Scheuffele GmbH & Co. KG" },
1369 { 877, "SICK ATech GmbH" },
1370 { 878, "FOTON" },
1371 { 879, "PG Trionic, Inc." },
1372 { 880, "Revision Military" },
1373 { 881, "Sovema" },
1374 { 882, "BHTronik GmbH & Co. KG" },
1375 { 883, "Swift Navigation, Inc." },
1376 { 884, "Sure Grip Controls Inc." },
1377 { 885, "SICK AG (formerly SICK Stegmann GmbH)" },
1378 { 886, "Hitachi Zosen Corporation" },
1379 { 887, "Turntide Transport Limited (formerly Hyperdrive Innovation Limited)" },
1380 { 888, "Carma Systems Inc" },
1381 { 889, "SANY America Inc" },
1382 { 890, "L3 Technologies, Inc." },
1383 { 891, "CarrierWeb" },
1384 { 892, "Mectronx Corp" },
1385 { 893, "KlinkTechnics Ltd." },
1386 { 894, "Rhodan Marine Systems of Florida LLC" },
1387 { 895, "Peloton Technology" },
1388 { 896, "NextFour Solutions Ltd" },
1389 { 897, "Dot Technology Corp." },
1390 { 898, "Josef Kotte Landtechnik GmbH & Co. KG" },
1391 { 899, "Lippert Components, Inc" },
1392 { 900, "OSB connagtive GmbH (formerly OSB AG)" },
1393 { 901, "Zivan Srl" },
1394 { 902, "Bucher Hydraulics" },
1395 { 903, "InMotion" },
1396 { 904, "Equipment Safety Systems Pty. Ltd. (EQSS)" },
1397 { 905, "ASA Electronics" },
1398 { 906, "MOBA AG" },
1399 { 907, "strautmann" },
1400 { 908, "Chonbuk National University Department of Electronics" },
1401 { 909, "Marines Co., Ltd." },
1402 { 910, "Hermann Paus Maschinenfabrik GmbH" },
1403 { 911, "Nautic-On" },
1404 { 912, "Steyr Motors GmbH" },
1405 { 913, "Toyota Motor Corporation" },
1406 { 914, "ZETOR TRACTORS a.s." },
1407 { 915, "Dosificacion y sistemas electronicos S.L. (DSE)" },
1408 { 916, "Hans Turck GmbH & Co. KG (formerly Turck Inc.)" },
1409 { 917, "Sentinel d.o.o." },
1410 { 918, "AMW Machine Control, Inc" },
1411 { 919, "Furrion LLC" },
1412 { 920, "MTD Consumer Group Inc." },
1413 { 921, "ROPA Fahrzeug- und Maschinenbau GmbH" },
1414 { 922, "Terberg Benschop B.V." },
1415 { 923, "ELTEK S.p.A." },
1416 { 924, "PAS Peschak Autonome Systeme GmbH" },
1417 { 925, "GW Lisk Company" },
1418 { 926, "Buhler Industries Inc." },
1419 { 927, "Saicon" },
1420 { 928, "EAO Automotive GmbH & Co. KG" },
1421 { 929, "Jl Marine Systems, Inc." },
1422 { 930, "Ecotronix Corp." },
1423 { 931, "Enertec Marine Ltd" },
1424 { 932, "Discover Battery" },
1425 { 933, "Delta Mobile Systems, Inc." },
1426 { 934, "Farmobile, Inc." },
1427 { 935, "Meels GmbH & Co. KG" },
1428 { 936, "Hi-tech Millennium" },
1429 { 937, "Precision Circuits Inc" },
1430 { 938, "LEVEL Systems" },
1431 { 939, "Warn Industries, Inc." },
1432 { 940, "Dometal Oy" },
1433 { 941, "Navya" },
1434 { 942, "Vogelsang GmbH & Co. KG" },
1435 { 943, "FISCHER AG Präzisionspindeln" },
1436 { 944, "ZONTISA Marine SL" },
1437 { 945, "Equalizer AG" },
1438 { 946, "Hydac Tecnologia Ltda" },
1439 { 947, "Gerd Bär GmbH" },
1440 { 948, "Donix" },
1441 { 949, "Å koda Electric a.s." },
1442 { 950, "RE:Lab s.r.l." },
1443 { 951, "Exor International S.p.A." },
1444 { 952, "Tan Delta Systems Ltd" },
1445 { 953, "Curtiss-Wright" },
1446 { 954, "Setec Pty Ltd" },
1447 { 955, "Hottinger Baldwin (Suzhou) Electronic Measurement Technology Co., Ltd." },
1448 { 956, "Piher Sensors & Controls S.A." },
1449 { 957, "Sierra Wireless Inc" },
1450 { 958, "NHK MEC Corporation" },
1451 { 959, "Cascade Corporation" },
1452 { 960, "Vemcon GmbH" },
1453 { 961, "POK SAS" },
1454 { 962, "Timbolier Industries, Inc." },
1455 { 963, "Thomason Jones Company, LLC" },
1456 { 964, "AgroVIR Kft" },
1457 { 965, "Ro-Sys Software" },
1458 { 966, "VisibleFarm" },
1459 { 967, "Moteck Electric Corp." },
1460 { 968, "Cox Powertrain Limited" },
1461 { 969, "Blue Sea Systems" },
1462 { 970, "Jaboni Power Products, LLC" },
1463 { 971, "B+B Smartworx" },
1464 { 972, "Axion AG" },
1465 { 973, "Zasso GmbH" },
1466 { 974, "Pico Technology Limited" },
1467 { 975, "Siemens AG" },
1468 { 976, "Derive Systems, Inc." },
1469 { 977, "Copeland LP (formerly Emerson Electric Co.)" },
1470 { 978, "Canfield Connector" },
1471 { 979, "McHale" },
1472 { 980, "Gussi Italia S.R.L." },
1473 { 981, "Kobelt Manufacturing Co. Ltd" },
1474 { 982, "Briggs & Stratton Corporation" },
1475 { 983, "Dezwaef NV" },
1476 { 984, "E-T-A Elektrotechnische Apparate GmbH" },
1477 { 985, "NLR, LLC" },
1478 { 986, "AAMP Global" },
1479 { 987, "Baltic Car Equipment" },
1480 { 988, "Voith Turbo" },
1481 { 989, "Flux-Geräte GmbH" },
1482 { 990, "SAMSUNG SDI Co., Ltd." },
1483 { 991, "Deutronic Elektronik GmbH" },
1484 { 992, "MarineIOT LLC" },
1485 { 993, "Alelion Energy Systems AB" },
1486 { 994, "Morris Industries Ltd." },
1487 { 995, "Circuitlink Pty Ltd." },
1488 { 996, "Eniquest Pty Ltd" },
1489 { 997, "Xenta Systems Srl" },
1490 { 998, "Transcell Technology Inc" },
1491 { 999, "TerraTroniq B.V." },
1492 { 1000, "Landmaschinen Wienhoff GmbH" },
1493 { 1001, "Cleral Inc." },
1494 { 1002, "Kussmaul Electronics Co." },
1495 { 1003, "technotrans SE" },
1496 { 1004, "Ultraflex SpA" },
1497 { 1005, "TSE Brakes, Inc." },
1498 { 1006, "Proterra" },
1499 { 1007, "Maschinenfabrik Meyer-Lohne GmbH" },
1500 { 1008, "Lintest Systems LLC" },
1501 { 1009, "TouchTronics, Inc." },
1502 { 1010, "Agricultural Industry Electronics Foundation e.V." },
1503 { 1011, "Soundmax Electronics Ltd" },
1504 { 1012, "Rhodan Marine Systems of Florida LLC" },
1505 { 1013, "Allochis E-Tec" },
1506 { 1014, "Briri Maschinenbau GmbH" },
1507 { 1015, "SECURITAG SAS" },
1508 { 1016, "Röhren- und Pumpenwerk BAUER GmbH" },
1509 { 1017, "Caldaro AB" },
1510 { 1018, "Flex TTS" },
1511 { 1019, "Codek Foundries" },
1512 { 1020, "Onyx Marine Automation s.r.l." },
1513 { 1021, "Entratech Systems LLC" },
1514 { 1022, "ITC Inc" },
1515 { 1023, "PEAK-System Technik GmbH" },
1516 { 1024, "Inventus Power" },
1517 { 1025, "eze System, Inc." },
1518 { 1026, "ZTR Control Systems, LLC" },
1519 { 1027, "Goldacres PTY LTD" },
1520 { 1028, "Autel Intelligent Technology Corp., Ltd" },
1521 { 1029, "The Marine Guardian LLC" },
1522 { 1030, "Tume-Agri Oy" },
1523 { 1031, "Flintec UK Ltd." },
1524 { 1032, "SIMOL S.p.A." },
1525 { 1033, "ECCO Safety Group" },
1526 { 1034, "Siren Marine" },
1527 { 1035, "Agres" },
1528 { 1036, "Bender GmbH & Co. KG" },
1529 { 1037, "Dragonfly Energy Corp." },
1530 { 1038, "EMIT Technologies, Inc." },
1531 { 1039, "Liugong Dressta Machinery" },
1532 { 1040, "BPE Electronics Srl" },
1533 { 1041, "EZ Lynk" },
1534 { 1042, "engcon group" },
1535 { 1043, "Hyva" },
1536 { 1044, "Xee" },
1537 { 1045, "CMR Group" },
1538 { 1046, "Praxidyn" },
1539 { 1047, "Sonic Corporation" },
1540 { 1048, "Agrivation UG" },
1541 { 1049, "S&S Cycle" },
1542 { 1050, "Spacenus GmbH" },
1543 { 1051, "ProNav AS" },
1544 { 1052, "Pfreundt" },
1545 { 1053, "Vetus Maxwell, Inc." },
1546 { 1054, "Schmotzer Hacktechnik GmbH & Co. KG" },
1547 { 1055, "EXA Computing GmbH" },
1548 { 1056, "Lithium Pros" },
1549 { 1057, "EquipmentShare" },
1550 { 1058, "Bondioli & Pavesi SpA" },
1551 { 1059, "Boatrax" },
1552 { 1060, "Scale-Tec" },
1553 { 1061, "Volvo Construction Equipment" },
1554 { 1062, "Marol Co Ltd" },
1555 { 1063, "SolSteer" },
1556 { 1064, "Omnitech Robotics Inc." },
1557 { 1065, "CALYPSO Instruments" },
1558 { 1066, "Spot Zero Water" },
1559 { 1067, "Tecomec S.r.l." },
1560 { 1068, "Zapi S.p.A." },
1561 { 1069, "Lithionics Battery LLC" },
1562 { 1070, "Quick-teck Electronics Ltd" },
1563 { 1071, "MACH SYSTEMS s.r.o." },
1564 { 1072, "La Marche Manufacturing Company" },
1565 { 1073, "Manitou Equipment America LLC" },
1566 { 1074, "Kindhelm / Navigs Oy" },
1567 { 1075, "Uniden America Corporation" },
1568 { 1076, "DOGA S.A." },
1569 { 1077, "Ymer Technology" },
1570 { 1078, "GE Appliances" },
1571 { 1079, "Carl Zeiss Spectroscopy GmbH" },
1572 { 1080, "Epsilor-Electric Fuel Ltd." },
1573 { 1081, "Imcon Electronics, s.r.o." },
1574 { 1082, "TÃœMOSAN Engine and Tractor Co." },
1575 { 1083, "Nauticoncept" },
1576 { 1084, "Shadow-Caster LED lighting LLC" },
1577 { 1085, "Wet Sounds, LLC" },
1578 { 1086, "Life Racing Ltd" },
1579 { 1087, "ITPhotonics S.r.l." },
1580 { 1088, "E-T-A Circuit Breakers" },
1581 { 1089, "Carrosserie HESS AG" },
1582 { 1090, "E-T-A Circuit Breakers Ltd" },
1583 { 1091, "Wheel Monitor Inc." },
1584 { 1092, "Scheiber" },
1585 { 1093, "innolectric" },
1586 { 1094, "Tokushu Denki" },
1587 { 1095, "WEG Drives and Controls - Automação Ltda" },
1588 { 1096, "Texense Sensors" },
1589 { 1097, "M2M Craft Co., Ltd" },
1590 { 1098, "Preh GmbH" },
1591 { 1099, "MadgeTech, Inc" },
1592 { 1100, "Smart Yachts International Limited" },
1593 { 1101, "DIS Sensors B.V." },
1594 { 1102, "Carl Geringhoff GmbH & Co. KG" },
1595 { 1103, "Diesel Laptops" },
1596 { 1104, "The Toro Company" },
1597 { 1105, "Redekop Manufacturing" },
1598 { 1106, "Great Dane LLC" },
1599 { 1107, "Dräger Safety" },
1600 { 1108, "ORBCOMM" },
1601 { 1109, "Dockmate" },
1602 { 1110, "Analytic Systems Ware (1993) Ltd." },
1603 { 1111, "SEPPI M." },
1604 { 1112, "Bollinger Motors" },
1605 { 1113, "iVolve Pty Ltd" },
1606 { 1114, "Bob's Machine" },
1607 { 1115, "Gems Sensors & Controls" },
1608 { 1116, "HR Agrartechnik GmbH" },
1609 { 1117, "LG Chem, Ltd" },
1610 { 1118, "L3Harris ASV" },
1611 { 1119, "Balmar LLC" },
1612 { 1120, "Elettromedia s.r.l." },
1613 { 1121, "Platform Science" },
1614 { 1122, "GT Inc." },
1615 { 1123, "QP Hydraulics" },
1616 { 1124, "Fortron Agriculture" },
1617 { 1125, "Griffith-Elder & Co. Ltd." },
1618 { 1126, "Auralix" },
1619 { 1127, "ElectroMaax" },
1620 { 1128, "Citoon Electronic Technology (Tianjin) Co., Ltd." },
1621 { 1129, "Spectrolytic GmbH" },
1622 { 1130, "Vitesco Technologies" },
1623 { 1131, "Guliwer electronics s.r.o." },
1624 { 1132, "Tokachi Zaidan" },
1625 { 1133, "MEGATRON Elektronik GmbH & Co. KG" },
1626 { 1134, "Master Schools at Ostbahnhof" },
1627 { 1135, "Japan Aviation Electronics Industry, Limited" },
1628 { 1136, "Primosensor GmbH" },
1629 { 1137, "SIKO GmbH" },
1630 { 1138, "Micro-Sensor GmbH" },
1631 { 1139, "ASP Technology" },
1632 { 1140, "Across Oceans Systems Ltd." },
1633 { 1141, "MRS Electronic GmbH & Co. KG" },
1634 { 1142, "Truma" },
1635 { 1143, "Elektro-Szoft 2000" },
1636 { 1144, "Troo Corporation" },
1637 { 1145, "Kiwi Yachting" },
1638 { 1146, "Rometron" },
1639 { 1147, "Dana Inc." },
1640 { 1148, "Stercom Power Solutions GmbH" },
1641 { 1149, "Wuxi Shengbang Electronics Co., Ltd" },
1642 { 1150, "BSB Artificial Intelligence GmbH" },
1643 { 1151, "Orca Technologies AS" },
1644 { 1152, "Vredo Dodewaard B.V." },
1645 { 1153, "Kawasaki Heavy Industries, Ltd." },
1646 { 1154, "TBS Electronics BV" },
1647 { 1155, "LACOS GmbH (formerly LACOS Computerservice GmbH)" },
1648 { 1156, "Nokian Tyres" },
1649 { 1157, "Carriergistics" },
1650 { 1158, "Technoton Electronics" },
1651 { 1159, "Bel Power Solutions" },
1652 { 1160, "MG Energy Systems B.V." },
1653 { 1161, "Griessbach GmbH" },
1654 { 1162, "PEL-tuote Oy" },
1655 { 1163, "DFX Technologies LLC" },
1656 { 1164, "SEG Automotive" },
1657 { 1165, "InnoTotal AB" },
1658 { 1166, "Wachendorff Automation GmbH & Co. KG" },
1659 { 1167, "Tevva Motors" },
1660 { 1168, "Masats S.A." },
1661 { 1169, "Sea Machine Robotics Inc." },
1662 { 1170, "Poseidon Ocean Systems Ltd." },
1663 { 1171, "Vista Manufacturing" },
1664 { 1172, "Hyzon Motors" },
1665 { 1173, "philippi elektrische systeme gmbh" },
1666 { 1174, "Agricon GmbH" },
1667 { 1175, "MAGTEC Products, Inc." },
1668 { 1176, "Asuns Corp." },
1669 { 1177, "RNG International Inc." },
1670 { 1178, "ERO GmbH" },
1671 { 1179, "QS Control srl" },
1672 { 1180, "Murata Power Solutions Inc." },
1673 { 1181, "Banjo Corporation" },
1674 { 1182, "Rottmann Automation" },
1675 { 1183, "Zipwake AB" },
1676 { 1184, "AMA S.p.A." },
1677 { 1185, "WFCO Electronics" },
1678 { 1186, "Sailmon BV" },
1679 { 1187, "TiTAN-Project LLC" },
1680 { 1188, "G-SNS" },
1681 { 1189, "Autotrasporti Cavallo G&V" },
1682 { 1190, "Sirros IoT" },
1683 { 1191, "Pacoma USA, Inc." },
1684 { 1192, "Airmoniq Pro Kft." },
1685 { 1193, "emotas embedded communication GmbH" },
1686 { 1194, "Sierra Marine" },
1687 { 1195, "düvelsdorf" },
1688 { 1196, "Terra Care GmbH" },
1689 { 1197, "SOLGE Corporation" },
1690 { 1198, "ComLink Equipamentos Eletrônicos Ltda" },
1691 { 1199, "ELEO Technologies B.V." },
1692 { 1200, "Xinuo Information Technology (Xiamen) Corporation Limited" },
1693 { 1201, "Emisense Technologies, LLC" },
1694 { 1202, "OSCAR ELECTRONICS SRL (formerly OSCAR Elettronica)" },
1695 { 1203, "Equipment Technologies, Inc." },
1696 { 1204, "Miller Technology Incorporated" },
1697 { 1205, "Carbon Autonomous Robotic Systems" },
1698 { 1206, "STE Solutions B.V." },
1699 { 1207, "UEC Electronics" },
1700 { 1208, "Afflield Kft. (MachineryGuide)" },
1701 { 1209, "Bauser GmbH & Co. KG" },
1702 { 1210, "Ambra Solutions" },
1703 { 1211, "Kiwon Electronics Co., Ltd." },
1704 { 1212, "TAO Performance Limited" },
1705 { 1213, "Apollo Tyres Ltd" },
1706 { 1214, "Element 1" },
1707 { 1215, "Power Control Systems" },
1708 { 1216, "SMP Poland sp. z o.o." },
1709 { 1217, "FSG Fernsteuergeräte Kurt Oelsch GmbH" },
1710 { 1218, "Septentrio" },
1711 { 1219, "Weidmueller Interface GmbH & Co. KG" },
1712 { 1220, "Catamaran Electronics LLC" },
1713 { 1221, "Norcold Inc." },
1714 { 1222, "Tough Tech Ltd." },
1715 { 1223, "Toyo Agricultural Machinery Manufacturing Co., Ltd." },
1716 { 1224, "Neuser Elektrotechnik GmbH" },
1717 { 1225, "SeedMaster Manufacturing Ltd." },
1718 { 1226, "Piippo Hydraulic" },
1719 { 1227, "YAHATA Co., Ltd." },
1720 { 1228, "INTILION GmbH" },
1721 { 1229, "Arcon Designs, LLC" },
1722 { 1230, "Nick Abbey Digital Agriculture Ltd" },
1723 { 1231, "Excidor AB" },
1724 { 1232, "Treffler Maschinenbau GmbH & Co. KG" },
1725 { 1233, "nke Marine Electronics" },
1726 { 1234, "American Battery Solutions" },
1727 { 1235, "NESAN Automotive Inc." },
1728 { 1236, "Agrosystem" },
1729 { 1237, "Changzhou Lambda Electronic Co., Ltd" },
1730 { 1238, "Honda Electronics Co., Ltd" },
1731 { 1239, "SuperTrack Aps" },
1732 { 1240, "TiMOTION" },
1733 { 1241, "Ineo Systrans" },
1734 { 1242, "Super Start Batteries" },
1735 { 1243, "AvMap S.r.l." },
1736 { 1244, "Planti Center" },
1737 { 1245, "Raritan Engineering Company, Inc" },
1738 { 1246, "Rother Industries & Technology" },
1739 { 1247, "GRIFA" },
1740 { 1248, "O.M.F.B. S.p.A. Hydraulic Components" },
1741 { 1249, "Integrated Power Solutions AG" },
1742 { 1250, "ELHO" },
1743 { 1251, "Valmet Automotive EV Power Ltd" },
1744 { 1252, "APV - Technische Produkte GmbH" },
1745 { 1253, "Trafag AG" },
1746 { 1254, "ARADEX AG" },
1747 { 1255, "Altec Industries, Inc." },
1748 { 1256, "Dimensions Agri Technologies AS" },
1749 { 1257, "KOSTAL" },
1750 { 1258, "AGC Technologies" },
1751 { 1259, "Grayson Automotive Services Limited" },
1752 { 1260, "Interactive Technologies, Inc." },
1753 { 1261, "AgXeed" },
1754 { 1262, "Fort Robotics" },
1755 { 1263, "BOS Balance of Storage Systems AG" },
1756 { 1264, "Microelect" },
1757 { 1265, "IPETRONIK GmbH & Co KG" },
1758 { 1266, "Hyundai Doosan Infracore" },
1759 { 1267, "Wacker Neuson SE" },
1760 { 1268, "Back 40 Precision Inc." },
1761 { 1269, "VIS Hydraulics s.r.l." },
1762 { 1270, "Versalift Denmark A/S" },
1763 { 1271, "Raven Connected" },
1764 { 1272, "Samsara Inc." },
1765 { 1273, "Clearflame Engines Inc" },
1766 { 1274, "LDL Technology" },
1767 { 1275, "O.M.P. Officine Mazzocco Pagnoni S.r.l." },
1768 { 1276, "Aspin Kemp & Associates" },
1769 { 1277, "BMZ Germany GmbH" },
1770 { 1278, "Comrod Communication Group" },
1771 { 1279, "Ognibene Power S.p.A." },
1772 { 1280, "SANTEST CO., LTD." },
1773 { 1281, "iQuus" },
1774 { 1282, "COTEK ELECTRONIC IND. CO., LTD" },
1775 { 1283, "LTG Tech" },
1776 { 1284, "Robot Makers GmbH" },
1777 { 1285, "Graco Inc." },
1778 { 1286, "NEXAT GmbH" },
1779 { 1287, "Spartan Radar" },
1780 { 1288, "ANELLO Photonics" },
1781 { 1289, "Loadrite (Auckland) Ltd." },
1782 { 1290, "WaveTamer Partners LLC" },
1783 { 1291, "Forward Thinking Systems LLC" },
1784 { 1292, "SUMITOMO CONSTRUCTION MACHINERY Co., Ltd." },
1785 { 1293, "POSITAL" },
1786 { 1294, "TR-Electronic GmbH" },
1787 { 1295, "SIP d.d." },
1788 { 1296, "Hexagon" },
1789 { 1297, "Micro-Epsilon Messtechnik GmbH & Co. KG" },
1790 { 1298, "SFOGGIA Agriculture Division S.r.l." },
1791 { 1299, "Energy Solutions" },
1792 { 1300, "Watt Fuel Cell Corporation" },
1793 { 1301, "Tecumseh do Brasil Ltda" },
1794 { 1302, "ProMariner" },
1795 { 1303, "Carbon Bee AgTech" },
1796 { 1304, "Palfinger Europe GmbH" },
1797 { 1305, "dragonfly Energy" },
1798 { 1306, "Koden Electronics Co., Ltd." },
1799 { 1307, "Smart AG Systems" },
1800 { 1308, "Agtecnic" },
1801 { 1309, "Shanghai Zhichuan Electronic Tech Co., Ltd." },
1802 { 1310, "LPL Systems (formerly Loughborough Projects Ltd)" },
1803 { 1311, "Humphree AB" },
1804 { 1312, "Control Devices Pty Ltd" },
1805 { 1313, "United States Army - Ground Vehicle Systems Center" },
1806 { 1314, "Newton Crouch Company, LLC" },
1807 { 1315, "SMPC Technologies Ltd." },
1808 { 1316, "Hinkley Yachts" },
1809 { 1317, "GMM - Global Maritime Management GmbH" },
1810 { 1318, "Atlis Motor Vehicles" },
1811 { 1319, "I/O Controls Corporation" },
1812 { 1320, "Triskel Marine Ltd" },
1813 { 1321, "PATLITE Corporation" },
1814 { 1322, "Movimatica" },
1815 { 1323, "Briter Products, Inc." },
1816 { 1324, "Bourgault Industries" },
1817 { 1325, "BASE Engineering Inc." },
1818 { 1326, "HBC-radiomatic GmbH" },
1819 { 1327, "Frans Vervaet B.V." },
1820 { 1328, "PerPlant ApS" },
1821 { 1329, "IDM S.r.l." },
1822 { 1330, "Warwick Control Technologies" },
1823 { 1331, "Dolphin Charger" },
1824 { 1332, "Fairbanks Scales, Inc." },
1825 { 1333, "xFarm Technologies SA" },
1826 { 1334, "Greer Company" },
1827 { 1335, "CPDEVICE" },
1828 { 1336, "Aegis Power Systems, Inc." },
1829 { 1337, "Barnacle Systems Inc." },
1830 { 1338, "Volta Trucks AB" },
1831 { 1339, "Tillett and Hague Technology Limited" },
1832 { 1340, "ORELTEK Elektronik ve Yazılım Teknolojileri" },
1833 { 1341, "Ag Express Electronics" },
1834 { 1342, "DKE-Data GmbH & Co. KG" },
1835 { 1343, "Heavy Data GmbH" },
1836 { 1344, "Haulotte Group" },
1837 { 1345, "PRIGNITZ Mikrosystemtechnik GmbH" },
1838 { 1346, "Einboeck GmbH" },
1839 { 1347, "Munckhof Fruit Tech Innovators" },
1840 { 1348, "Radian IoT, Inc." },
1841 { 1349, "ANNABURGER Nutzfahrzeug GmbH" },
1842 { 1350, "AGRONETIC" },
1843 { 1351, "Motorenfabrik Hatz GmbH & Co. KG" },
1844 { 1352, "NISHIYAMA Corporation" },
1845 { 1353, "Ocean LED Marine Ltd" },
1846 { 1354, "Técnicas de Electrónica y Automatismos, S.A." },
1847 { 1355, "DROP Agricultura Ltda" },
1848 { 1356, "Nordic Lights Ltd" },
1849 { 1357, "TireCheck" },
1850 { 1358, "Fontaine Fifth Wheel" },
1851 { 1359, "BlueNav" },
1852 { 1360, "Lemca Vision" },
1853 { 1361, "Nantong Saiyang Electronics Co., Ltd." },
1854 { 1362, "Zparq AB" },
1855 { 1363, "Calix AB" },
1856 { 1364, "Yashu Systems" },
1857 { 1365, "JVCKENWOOD Corporation" },
1858 { 1366, "Telemecanique Sensors & Switches" },
1859 { 1367, "Dewulf NV" },
1860 { 1368, "RAD Propulsion Ltd" },
1861 { 1369, "Electric Yacht" },
1862 { 1370, "Emtech S.A." },
1863 { 1371, "First Mode" },
1864 { 1372, "Elco Motor Yachts" },
1865 { 1373, "Centek Industries" },
1866 { 1374, "CASAPPA S.p.A." },
1867 { 1375, "Å KODA ELECTRIC a.s." },
1868 { 1376, "SUNS International, LLC" },
1869 { 1377, "ABD Solutions" },
1870 { 1378, "Bertini SA" },
1871 { 1379, "Novag SAS" },
1872 { 1380, "ADVES GmbH & Co. KG" },
1873 { 1381, "Dr. Diesel Technologies" },
1874 { 1382, "Thornwave Labs Inc." },
1875 { 1383, "Alpego S.p.A." },
1876 { 1384, "Tecnoseal Foundry S.r.l." },
1877 { 1385, "Pro Charging Systems, LLC" },
1878 { 1386, "Smart Eye AB" },
1879 { 1387, "Radel (Pty) Ltd" },
1880 { 1388, "Nira Technology" },
1881 { 1389, "EVEX Co., LTD" },
1882 { 1390, "FJ Dynamics International Limited" },
1883 { 1391, "AriensCo" },
1884 { 1392, "Phoenix America LLC" },
1885 { 1393, "Powerland Technology Inc" },
1886 { 1394, "Zhejiang Ruixing Electromechanical Technology Co., Ltd." },
1887 { 1395, "MLB Industrial" },
1888 { 1396, "Fast Ag Solutions, LLC" },
1889 { 1397, "SaMASZ Sp. Z o.o." },
1890 { 1398, "Gobius Sensor Technology AB" },
1891 { 1399, "Hans Brantner & Sohn Fahrzeugbaugesellschaft mbH" },
1892 { 1400, "IWN GmbH & Co. KG" },
1893 { 1401, "ROM Communications Inc." },
1894 { 1402, "ComNav Technology Ltd." },
1895 { 1403, "Arco Marine" },
1896 { 1404, "BRUSA HyPower AG" },
1897 { 1405, "TELIG Electronics" },
1898 { 1406, "Lumilex ALT SRL" },
1899 { 1407, "Open-Agriculture" },
1900 { 1408, "Lenco Marine Inc." },
1901 { 1409, "Z Elektronika Kft." },
1902 { 1410, "Allan Equipment Manufacturing Ltd." },
1903 { 1411, "Shanghai Huace Navigation Technology Ltd." },
1904 { 1412, "Naocontrol S.L." },
1905 { 1413, "OHNOH2O LLC" },
1906 { 1414, "INTRACOM DEFENSE S.A." },
1907 { 1415, "Máquinas Agrícolas Jacto S.A." },
1908 { 1416, "Wavetronix LLC" },
1909 { 1417, "Revatek LLC" },
1910 { 1418, "Karluna Engineering" },
1911 { 1419, "iPatch Marine" },
1912 { 1420, "TALOS - Precision Measurement Technologies" },
1913 { 1421, "Clarios, LLC" },
1914 { 1422, "xTCU AG" },
1915 { 1423, "AC S.A." },
1916 { 1424, "Bewis" },
1917 { 1425, "Electronics in Agriculture, School of Engineering, University of Galway" },
1918 { 1426, "Samson Group" },
1919 { 1427, "REITER RESPIRO" },
1920 { 1428, "Samo Maschinenbau GmbH" },
1921 { 1429, "Nikola Corporation" },
1922 { 1430, "Mantracourt Electronics Ltd" },
1923 { 1431, "Nauto Inc." },
1924 { 1432, "MDH Defence Ltd." },
1925 { 1433, "Unicontrol ApS" },
1926 { 1434, "eSurvey GNSS Ltd." },
1927 { 1435, "Heilongjiang Huida Technology Co., Ltd" },
1928 { 1436, "M-extend" },
1929 { 1437, "DOKEN Technology Co. Ltd." },
1930 { 1438, "Aeolionics" },
1931 { 1439, "PredictWind Ltd" },
1932 { 1440, "Egis Mobile Electric" },
1933 { 1441, "Shanghai Allynav Technology Co.,Ltd." },
1934 { 1442, "EVYTRA GmbH" },
1935 { 1443, "SoilEssentials Limited" },
1936 { 1444, "Micropower Group" },
1937 { 1445, "Starboard Yacht Group" },
1938 { 1446, "Roswell Marine" },
1939 { 1447, "Innotag Distributions Inc." },
1940 { 1448, "Elmer's Manufacturing" },
1941 { 1449, "Bontaz Centre" },
1942 { 1450, "Agrivaux" },
1943 { 1451, "Guangdong ePropulsion Technology Ltd." },
1944 { 1452, "Micro-Air LLC" },
1945 { 1453, "Vital Battery" },
1946 { 1454, "QTIS B.V." },
1947 { 1455, "Eberspächer Climate Control Systems International GmbH" },
1948 { 1456, "Krampe Fahrzeugbau GmbH" },
1949 { 1457, "Albach Maschinenbau AG" },
1950 { 1569, "621 Technologies Inc." },
1951 { 1850, "Seastar Solutions (formerly Teleflex)" },
1952 { 1851, "RayMarine" },
1953 { 1852, "Navionics" },
1954 { 1853, "Japan Radio Co" },
1955 { 1854, "Northstar Technologies" },
1956 { 1855, "Furuno USA" },
1957 { 1856, "Trimble" },
1958 { 1857, "Simrad" },
1959 { 1858, "Litton" },
1960 { 1859, "Kvasar AB" },
1961 { 1860, "MMP" },
1962 { 1861, "Vector North America (formerly Vector Cantech)" },
1963 { 1862, "Sanshin" },
1964 { 1863, "Thomas G. Faria Co." },
1965 { 0, NULL }
1966};
1967static value_string_ext isobus_manufacturers_ext = VALUE_STRING_EXT_INIT(_isobus_manufacturers);
1968
1969static const value_string _isobus_pgn_names[] = {
1970 { 0, "Torque/Speed Control 1" },
1971 { 256, "Transmission Control 1" },
1972 { 512, "Electronic Brake System #1/1" },
1973 { 768, "Electronic Brake System #2/1" },
1974 { 1024, "External Brake Request" },
1975 { 1280, "CANopen Application Message #1/1" },
1976 { 1536, "CANopen Application Message #2/1" },
1977 { 1792, "General Purpose Valve Pressure" },
1978 { 2048, "Auxiliary Input/Output Status 5" },
1979 { 2304, "Static Roll Angle Sensor Information" },
1980 { 2560, "Cruise Control / Vehicle Speed 2" },
1981 { 2816, "Advanced Emergency Braking System 2" },
1982 { 3072, "Electronic Engine Controller 16" },
1983 { 3328, "Transmission Control 2" },
1984 { 3584, "Safety Header Message" },
1985 { 3840, "High Voltage Energy Storage Pack 11 Control 1" },
1986 { 4096, "High Voltage Energy Storage Pack 12 Control 1" },
1987 { 4352, "High Voltage Energy Storage Pack 13 Control 1" },
1988 { 4608, "High Voltage Energy Storage Pack 14 Control 1" },
1989 { 4864, "High Voltage Energy Storage Pack 15 Control 1" },
1990 { 5120, "High Voltage Energy Storage Pack 16 Control 1" },
1991 { 5376, "High Voltage Energy Storage Pack 17 Control 1" },
1992 { 5632, "High Voltage Energy Storage Pack 18 Control 1" },
1993 { 5888, "High Voltage Energy Storage Pack 19 Control 1" },
1994 { 6144, "High Voltage Energy Storage Pack 20 Control 1" },
1995 { 6400, "High Voltage Energy Storage Pack 21 Control 1" },
1996 { 6656, "High Voltage Energy Storage Pack 22 Control 1" },
1997 { 6912, "High Voltage Energy Storage System Control 1" },
1998 { 7168, "Transmission Control 3 (Obsolete, see PGN 16896)" },
1999 { 7424, "Engine Ignition Controller" },
2000 { 7680, "Alternator Control" },
2001 { 7936, "High Voltage Energy Storage Pack 23 Control 1" },
2002 { 8192, "High Voltage Energy Storage Pack 24 Control 1" },
2003 { 8448, "High Voltage Energy Storage Pack 25 Control 1" },
2004 { 8704, "High Voltage Energy Storage Pack 26 Control 1" },
2005 { 8960, "Tractor Implement Management (TIM) Server to TIM Client" },
2006 { 9216, "Tractor Implement Management (TIM) Client to TIM Server" },
2007 { 9472, "Multi-PG" },
2008 { 9728, "Motor/Generator 1 Inverter Control" },
2009 { 9984, "Motor/Generator 2 Inverter Control" },
2010 { 10240, "Motor/Generator 1 Inverter Rate Limits Request 1" },
2011 { 10496, "Motor/Generator 2 Inverter Rate Limits Request 1" },
2012 { 10752, "High Voltage Energy Storage Pack 1 Control 1" },
2013 { 11008, "High Voltage Energy Storage Pack 2 Control 1" },
2014 { 11264, "High Voltage Energy Storage Pack 3 Control 1" },
2015 { 11520, "High Voltage Energy Storage Pack 4 Control 1" },
2016 { 11776, "High Voltage Energy Storage Pack 5 Control 1" },
2017 { 12032, "High Voltage Energy Storage Pack 6 Control 1" },
2018 { 12288, "High Voltage Energy Storage Pack 7 Control 1" },
2019 { 12544, "High Voltage Energy Storage Pack 8 Control 1" },
2020 { 12800, "High Voltage Energy Storage Pack 9 Control 1" },
2021 { 13056, "High Voltage Energy Storage Pack 10 Control 1" },
2022 { 13312, "Reliable Long Message" },
2023 { 13568, "Reliable Short Message" },
2024 { 13824, "Unreliable Message" },
2025 { 14080, "Message Acknowledgement" },
2026 { 14336, "Version Negotiation Section" },
2027 { 14592, "External ACC Acceleration Request" },
2028 { 14848, "Battery Charger 1 Command 1" },
2029 { 15104, "Battery Charger 2 Command 1" },
2030 { 15360, "Tractor Implement Management (TIM) Server to TIM Client - Control Status" },
2031 { 15616, "Tractor Implement Management (TIM) Client to TIM Server - Control Status" },
2032 { 15872, "Fuel Cell System Control Command" },
2033 { 16128, "Fuel Cell System Power Limit Command" },
2034 { 16384, "Fuel Cell System Current Limit Command" },
2035 { 16640, "Hydrogen Storage System Control Command" },
2036 { 16896, "Transmission Control 4" },
2037 { 17920, "API Select" },
2038 { 18432, "Tractor Implement Management (TIM) Server to Client - Initialization & Parameterization" },
2039 { 18688, "Tractor Implement Management (TIM) Client to Server - Initialization & Parameterization" },
2040 { 18944, "EV Multi-Connection DC Status 1" },
2041 { 19200, "EV Multi-Connection DC Charging Limits 1" },
2042 { 19456, "Electrified Accessory Engine Coolant Pump Command" },
2043 { 19712, "FD Transport Protocol - Connection Mgmt" },
2044 { 19968, "FD Transport Protocol - Data Transfer" },
2045 { 20224, "Data Transfer Support" },
2046 { 20480, "Monthly Data Transfer" },
2047 { 20736, "Weekly Data Transfer" },
2048 { 20992, "Daily Data Transfer" },
2049 { 21248, "EVSE Control 1" },
2050 { 21504, "Winch Information 3" },
2051 { 21760, "Air Suspension Control 8" },
2052 { 22016, "Motor/Generator 2 Inverter Control 2" },
2053 { 22272, "Motor/Generator 1 Inverter Control 2" },
2054 { 22528, "Hoist Command Information" },
2055 { 22784, "Motor/Generator 2 Inverter Isolation Integrity Request" },
2056 { 23040, "Motor/Generator 1 Inverter Isolation Integrity Request" },
2057 { 23296, "Motor/Generator 2 Inverter Limits Request Power" },
2058 { 23552, "Motor/Generator 2 Inverter Limits Request Mechanical" },
2059 { 23808, "Motor/Generator 2 Inverter Limits Request DC Side" },
2060 { 24064, "Motor/Generator 1 Inverter Limits Request DC Side" },
2061 { 24320, "Motor/Generator 1 Inverter Limits Request Mechanical" },
2062 { 24576, "Motor/Generator 1 Inverter Limits Request Power" },
2063 { 24832, "Personnel Detect Interlock" },
2064 { 25088, "Engine Cylinder Combustion Configuration Feedback" },
2065 { 25344, "Engine Cylinder Combustion Configuration" },
2066 { 25600, "Engine Cylinder Pressure Timing Feedback" },
2067 { 25856, "Engine Cylinder Pressure Timing Configuration" },
2068 { 26112, "Electrified Accessory Generator Coolant Pump Command " },
2069 { 26368, "Electrified Accessory Generator Coolant Fan Command " },
2070 { 26624, "On Board Programming 1" },
2071 { 26880, "Marine Control Information Configuration 1" },
2072 { 27136, "Marine Control Information 2" },
2073 { 27392, "Well Stimulation Pump Sensor Calibration Command" },
2074 { 27648, "CiA 602-2 XCP" },
2075 { 27904, "Well Stimulation Pump System Configuration Command" },
2076 { 28160, "Configurable Receive SPNs Command" },
2077 { 28416, "Authentication Client to Authentication Server" },
2078 { 28672, "Authentication Server to Authentication Client" },
2079 { 28928, "Configurable Transmit PGNs Command" },
2080 { 29184, "Oil Debris Monitor Configuration Command" },
2081 { 29440, "Electrified Accessory Propulsion Motor Coolant Fan 3 Command" },
2082 { 29696, "Electrified Accessory Propulsion Motor Coolant Fan 2 Command" },
2083 { 29952, "Electrified Accessory Propulsion Motor Coolant Fan 1 Command" },
2084 { 30208, "Electrified Accessory Power Electronics Coolant Fan 3 Command" },
2085 { 30464, "Electrified Accessory Power Electronics Coolant Fan 2 Command" },
2086 { 30720, "Electrified Accessory Power Electronics Coolant Fan 1 Command" },
2087 { 30976, "Electrified Accessory Propulsion Motor Oil Pump Command" },
2088 { 31232, "Electrified Accessory Propulsion Motor Coolant Pump Command" },
2089 { 31488, "Electrified Accessory Power Electronics Coolant Pump Command" },
2090 { 32000, "Electrified Accessory Motor Command" },
2091 { 32256, "Engine Speed Ramp Rate Boundary Request" },
2092 { 32512, "Tire Sensor Identification Command" },
2093 { 32768, "Hybrid or EV System Control 1" },
2094 { 33024, "Aftertreatment System Control" },
2095 { 33280, "Tire Configuration Command Information" },
2096 { 33536, "Payload Calibration Information Command" },
2097 { 33792, "Aftertreatment 1 Particulate Sensor Control" },
2098 { 34048, "Cab Message 2" },
2099 { 34304, "Switched Power Outputs Command" },
2100 { 34560, "Engine State Requests" },
2101 { 34816, "Radio Beacon Request" },
2102 { 35072, "Running Gear Equipment #2/4" },
2103 { 35328, "Running Gear Equipment #1/2" },
2104 { 35584, "CCP Data Transmission Object" },
2105 { 35840, "CCP Command Receive Object" },
2106 { 36096, "Sequence Control Client-to-Sequence Control Master" },
2107 { 36352, "Sequence Control Master-to-Sequence Control Client" },
2108 { 36608, "Engine Configuration Commands" },
2109 { 36864, "Supplemental Fan Command" },
2110 { 37120, "Vehicle/Chassis Lubrication System 1" },
2111 { 37376, "Aftertreatment 1 Hydrocarbon Doser Information 1" },
2112 { 37632, "NAME Management Message" },
2113 { 37888, "Aftertreatment 1 Diesel Particulate Filter Soot Sensor Calibration" },
2114 { 38144, "Aftertreatment 2 Diesel Particulate Filter Soot Sensor Calibration" },
2115 { 38400, "Low Voltage Disconnect Set Operating Mode" },
2116 { 38656, "Noise Control Status" },
2117 { 38912, "Noise Control 1" },
2118 { 39168, "Joystick Lamp Command Message" },
2119 { 39424, "General Purpose Message #1/8" },
2120 { 39680, "Proprietary Method Identification" },
2121 { 39936, "Auxiliary Input/Output Status 7" },
2122 { 40192, "Auxiliary Input/Output Status 6" },
2123 { 40448, "DTC Counts" },
2124 { 40704, "Immediate Fault Status" },
2125 { 40960, "NTE Status" },
2126 { 41216, "Emission Increasing Auxiliary Emission Control Device Active Time" },
2127 { 41472, "Regulated Exhaust Emission Level Exceedance" },
2128 { 41728, "DTC To Lamp Association" },
2129 { 41984, "Scaled Test Results" },
2130 { 42240, "Auxiliary Input/Output Status 4" },
2131 { 42496, "Auxiliary Input/Output Status 3" },
2132 { 42752, "Auxiliary Input/Output Status 2" },
2133 { 43008, "Text Display" },
2134 { 43264, "Forward Lane Image Command" },
2135 { 43520, "Client (ECU) to File Server message" },
2136 { 43776, "File Server to Client (ECU) message" },
2137 { 44032, "Agricultural Guidance Machine Info" },
2138 { 44288, "Agricultural Guidance System command" },
2139 { 44544, "Tire Pressure Reference Setting" },
2140 { 44800, "Parameter Locate Message" },
2141 { 45056, "Configuration Identification Message" },
2142 { 45312, "Proprietarily Configurable Message #1" },
2143 { 45568, "Proprietarily Configurable Message #2" },
2144 { 45824, "Proprietarily Configurable Message #3" },
2145 { 46080, "Proprietarily Configurable Message #4" },
2146 { 46336, "Proprietarily Configurable Message #5" },
2147 { 46592, "Proprietarily Configurable Message #6" },
2148 { 46848, "Proprietarily Configurable Message #7" },
2149 { 47104, "Proprietarily Configurable Message #8" },
2150 { 47360, "Proprietarily Configurable Message #9" },
2151 { 47616, "Proprietarily Configurable Message #10" },
2152 { 47872, "Proprietarily Configurable Message #11" },
2153 { 48128, "Proprietarily Configurable Message #12" },
2154 { 48384, "Proprietarily Configurable Message #13" },
2155 { 48640, "Proprietarily Configurable Message #14" },
2156 { 48896, "Proprietarily Configurable Message #15" },
2157 { 49152, "Proprietarily Configurable Message #16" },
2158 { 49408, "Diagnostic Readiness 2" },
2159 { 49664, "Monitor Performance Ratio" },
2160 { 49920, "Individual Clear/Reset Of Active And Previously Active DTC" },
2161 { 50176, "General Purpose Valve command" },
2162 { 50432, "General Purpose Valve measured flow" },
2163 { 50688, "General Purpose Valve estimated flow" },
2164 { 50944, "Extended Transport Protocol - Data Transfer" },
2165 { 51200, "Extended Transport Protocol - Connection Management" },
2166 { 51456, "Request 2" },
2167 { 51712, "Transfer" },
2168 { 51968, "Process Data Message" },
2169 { 52224, "Request for Repetition Rate" },
2170 { 52480, "Reserved for ISO 15765-2" },
2171 { 52736, "Reserved for ISO 15765-2" },
2172 { 52992, "Continuous Torque & Speed Limit Request" },
2173 { 53248, "Background lighting level command" },
2174 { 53504, "Air Suspension Control 6" },
2175 { 53760, "Air Suspension Control 2" },
2176 { 54016, "Calibration Information" },
2177 { 54272, "Data Security" },
2178 { 54528, "Time/Date Adjust" },
2179 { 54784, "Boot Load Data" },
2180 { 55040, "Binary Data Transfer" },
2181 { 55296, "Memory Access Response" },
2182 { 55552, "Memory Access Request" },
2183 { 55808, "Reserved for ISO 15765-2" },
2184 { 56064, "Reserved for ISO 15765-2" },
2185 { 56320, "Anti-theft Status" },
2186 { 56576, "Anti-theft Request" },
2187 { 56832, "Reset" },
2188 { 57088, "Stop Start Broadcast" },
2189 { 57344, "Cab Message 1" },
2190 { 57600, "General Purpose Message #2/1" },
2191 { 57856, "General Purpose Message #1/1" },
2192 { 58112, "Command Non-continuously Monitored Test" },
2193 { 58368, "Running Gear Equipment #1/1" },
2194 { 58624, "Running Gear Equipment #2/1" },
2195 { 58880, "Virtual Terminal-to-Node" },
2196 { 59136, "Node-to-Virtual Terminal" },
2197 { 59392, "Acknowledgment Message" },
2198 { 59904, "Request" },
2199 { 60160, "Transport Protocol - Data Transfer" },
2200 { 60416, "Transport Protocol - Connection Mgmt" },
2201 { 60672, "Network Message" },
2202 { 60928, "Address Claimed" },
2203 { 61184, "Proprietary A" },
2204 { 61440, "Electronic Retarder Controller 1" },
2205 { 61441, "Electronic Brake Controller 1" },
2206 { 61442, "Electronic Transmission Controller 1" },
2207 { 61443, "Electronic Engine Controller 2" },
2208 { 61444, "Electronic Engine Controller 1" },
2209 { 61445, "Electronic Transmission Controller 2" },
2210 { 61446, "Electronic Axle Controller 1" },
2211 { 61447, "Forward Lane Image 1" },
2212 { 61448, "Hydraulic Pressure Governor Info" },
2213 { 61449, "Vehicle Dynamic Stability Control 2" },
2214 { 61450, "Engine Gas Flow Rate" },
2215 { 61451, "Electronic Steering Control" },
2216 { 61452, "Electronic Transmission Controller #8" },
2217 { 61453, "Land Leveling System Operational Information" },
2218 { 61454, "Aftertreatment 1 Intake Gas 1" },
2219 { 61455, "Aftertreatment 1 Outlet Gas 1" },
2220 { 61456, "Aftertreatment 2 Intake Gas 1" },
2221 { 61457, "Aftertreatment 2 Outlet Gas 1" },
2222 { 61458, "Fifth Wheel Smart Systems 1" },
2223 { 61459, "Slope Sensor Information" },
2224 { 61460, "Blade Information" },
2225 { 61461, "Requested Generator Total AC Reactive Power" },
2226 { 61462, "Cylinder Combustion Status" },
2227 { 61463, "Engine Knock Level #1" },
2228 { 61464, "Engine Knock Level #2" },
2229 { 61465, "Engine Knock Level #3" },
2230 { 61466, "Engine Throttle / Fuel Actuator Control Command" },
2231 { 61467, "General Purpose Message #1/7" },
2232 { 61468, "Requested Generator Average Basic AC Quantities" },
2233 { 61469, "Steering Angle Sensor Information" },
2234 { 61470, "Generator Control 2" },
2235 { 61471, "Electronic Brake System #2/6" },
2236 { 61472, "Electronic Brake System #2/5" },
2237 { 61473, "Engine Speed Sensor Information 1" },
2238 { 61474, "Machine Selected Speed" },
2239 { 61475, "Aftertreatment 1 SCR Dosing System Information 1" },
2240 { 61476, "Aftertreatment 1 SCR Dosing System Requests 1" },
2241 { 61477, "Aftertreatment 1 SCR Ammonia Information" },
2242 { 61478, "Aftertreatment 2 SCR Dosing System Information 1" },
2243 { 61479, "Aftertreatment 2 SCR Dosing System Requests 1" },
2244 { 61480, "Aftertreatment 2 SCR Ammonia Information" },
2245 { 61481, "Slope Sensor Information 2" },
2246 { 61482, "Angular Rate Information" },
2247 { 61483, "Crash Notification" },
2248 { 61484, "Magnet Status Information 2" },
2249 { 61485, "Acceleration Sensor" },
2250 { 61486, "Engine Turbocharger Control 1" },
2251 { 61487, "Advanced Emergency Braking System 1" },
2252 { 61488, "Wireless Status" },
2253 { 61489, "Wand Sensor" },
2254 { 61490, "Linear Displacement Sensor" },
2255 { 61491, "Aftertreatment 1 SCR Ammonia Information 2" },
2256 { 61492, "Aftertreatment 2 SCR Ammonia Information 2" },
2257 { 61494, "High Voltage Energy Storage System Status 2" },
2258 { 61495, "Engine Turbocharger Blowoff Actuator 1" },
2259 { 61496, "Engine Torque / Fuel Request" },
2260 { 61497, "Engine Air System Information" },
2261 { 61498, "Engine Cylinder 1 Combustion Information" },
2262 { 61499, "Engine Cylinder 2 Combustion Information" },
2263 { 61500, "Engine Cylinder 3 Combustion Information" },
2264 { 61501, "Engine Cylinder 4 Combustion Information" },
2265 { 61502, "Engine Cylinder 5 Combustion Information" },
2266 { 61503, "Engine Cylinder 6 Combustion Information" },
2267 { 61504, "Engine Cylinder 7 Combustion Information" },
2268 { 61505, "Engine Cylinder 8 Combustion Information" },
2269 { 61506, "Engine Cylinder 9 Combustion Information" },
2270 { 61507, "Engine Cylinder 10 Combustion Information" },
2271 { 61508, "Engine Cylinder 11 Combustion Information" },
2272 { 61509, "Engine Cylinder 12 Combustion Information" },
2273 { 61510, "Engine Cylinder 13 Combustion Information" },
2274 { 61511, "Engine Cylinder 14 Combustion Information" },
2275 { 61512, "Engine Cylinder 15 Combustion Information" },
2276 { 61513, "Engine Cylinder 16 Combustion Information" },
2277 { 61514, "Engine Cylinder 17 Combustion Information" },
2278 { 61515, "Engine Cylinder 18 Combustion Information" },
2279 { 61516, "Engine Cylinder 19 Combustion Information" },
2280 { 61517, "Engine Cylinder 20 Combustion Information" },
2281 { 61518, "Engine Cylinder 1 Combustion Average Information" },
2282 { 61519, "Engine Cylinder 2 Combustion Average Information" },
2283 { 61520, "Engine Cylinder 3 Combustion Average Information" },
2284 { 61521, "Engine Cylinder 4 Combustion Average Information" },
2285 { 61522, "Engine Cylinder 5 Combustion Average Information" },
2286 { 61523, "Engine Cylinder 6 Combustion Average Information" },
2287 { 61524, "Engine Cylinder 7 Combustion Average Information" },
2288 { 61525, "Engine Cylinder 8 Combustion Average Information" },
2289 { 61526, "Engine Cylinder 9 Combustion Average Information" },
2290 { 61527, "Engine Cylinder 10 Combustion Average Information" },
2291 { 61528, "Engine Cylinder 11 Combustion Average Information" },
2292 { 61529, "Engine Cylinder 12 Combustion Average Information" },
2293 { 61530, "Engine Cylinder 13 Combustion Average Information" },
2294 { 61531, "Engine Cylinder 14 Combustion Average Information" },
2295 { 61532, "Engine Cylinder 15 Combustion Average Information" },
2296 { 61533, "Engine Cylinder 16 Combustion Average Information" },
2297 { 61534, "Engine Cylinder 17 Combustion Average Information" },
2298 { 61535, "Engine Cylinder 18 Combustion Average Information" },
2299 { 61536, "Engine Cylinder 19 Combustion Average Information" },
2300 { 61537, "Engine Cylinder 20 Combustion Average Information" },
2301 { 61538, "Electronic Transmission Controller #12" },
2302 { 61539, "Fuel Information 5 (Gaseous)" },
2303 { 61540, "Engine Gaseous Fuel Valve Duration Command 1" },
2304 { 61541, "Engine Gaseous Fuel Valve Duration Command 2" },
2305 { 61542, "Engine Gaseous Fuel Valve Duration Command 3" },
2306 { 61543, "Engine Gaseous Fuel Valve Duration Command 4" },
2307 { 61544, "Engine Gaseous Fuel Valve Duration Command 5" },
2308 { 61545, "Engine Gaseous Fuel Valve Start of Actuation Command 1" },
2309 { 61546, "Engine Gaseous Fuel Valve Start of Actuation Command 2" },
2310 { 61547, "Engine Gaseous Fuel Valve Start of Actuation Command 3" },
2311 { 61548, "Engine Gaseous Fuel Valve Start of Actuation Command 4" },
2312 { 61549, "Engine Gaseous Fuel Valve Start of Actuation Command 5" },
2313 { 61550, "Fuel Pump Actuator Control Command" },
2314 { 61551, "Power Converter 1 Control 1" },
2315 { 61552, "Power Converter 2 Control 1" },
2316 { 61553, "Power Converter 1 Rate Limits Request 1" },
2317 { 61554, "Power Converter 2 Rate Limits Request 1" },
2318 { 61555, "Power Converter 2 Control 2" },
2319 { 61556, "Power Converter 1 Control 2" },
2320 { 61557, "Power Converter 1 Mode Feedback 1" },
2321 { 61558, "Power Converter 1 Limits Active Power" },
2322 { 61559, "Power Converter 1 Limits Active Electrical" },
2323 { 61560, "Power Converter 1 Limits Active DC Energy Source 1" },
2324 { 61561, "Power Converter 1 Low Voltage" },
2325 { 61562, "Power Converter 2 Mode Feedback 1" },
2326 { 61563, "Power Converter 2 Limits Active Power" },
2327 { 61564, "Power Converter 2 Limits Active Electrical" },
2328 { 61565, "Power Converter 2 Limits Active DC Energy Source 1" },
2329 { 61566, "Power Converter 2 Low Voltage" },
2330 { 61567, "Power Converter 1 Status 2" },
2331 { 61568, "Power Converter 1 Rate Limits Active 1" },
2332 { 61569, "Power Converter 2 Status 2" },
2333 { 61570, "Power Converter 2 Rate Limits Active 1" },
2334 { 61571, "Power Converter 2 Isolation Integrity" },
2335 { 61572, "Power Converter 1 Isolation Integrity" },
2336 { 61573, "Power Converter 2 Status 1" },
2337 { 61574, "Power Converter 1 Status 1" },
2338 { 61575, "Wireless Charger System Status 1" },
2339 { 61576, "Wireless Charger Alignment Quality Status" },
2340 { 61577, "Motor/Generator 1 Inverter Control Status 3" },
2341 { 61578, "Motor/Generator 2 Inverter Control Status 3" },
2342 { 61579, "Motor/Generator 3 Inverter Control Status 3" },
2343 { 61580, "Motor/Generator 4 Inverter Control Status 3" },
2344 { 61581, "Motor/Generator 5 Inverter Control Status 3" },
2345 { 61582, "Motor/Generator 6 Inverter Control Status 3" },
2346 { 61584, "High Voltage Energy Storage System Data 1" },
2347 { 61585, "High Voltage Energy Storage System Data 2" },
2348 { 61586, "High Voltage Energy Storage System Data 3" },
2349 { 61587, "High Voltage Energy Storage System Data 4" },
2350 { 61588, "High Voltage Energy Storage System Data 5" },
2351 { 61589, "High Voltage Energy Storage System Data 6" },
2352 { 61590, "High Voltage Energy Storage System Status 1" },
2353 { 61591, "Motor/Generator 1 Inverter Thermal Performance Status " },
2354 { 61592, "Motor/Generator 2 Inverter Thermal Performance Status " },
2355 { 61593, "Motor/Generator 3 Inverter Thermal Performance Status " },
2356 { 61594, "Motor/Generator 4 Inverter Thermal Performance Status " },
2357 { 61595, "Motor/Generator 5 Inverter Thermal Performance Status " },
2358 { 61596, "Motor/Generator 6 Inverter Thermal Performance Status " },
2359 { 61600, "High Voltage Energy Storage System Data 7" },
2360 { 61640, "DC/AC Accessory Inverter 1 Status 2" },
2361 { 61641, "DC/AC Accessory Inverter 1 Voltage" },
2362 { 61642, "DC/AC Accessory Inverter 1 Feedback 2" },
2363 { 61643, "DC/AC Accessory Inverter 2 Status 2" },
2364 { 61644, "DC/AC Accessory Inverter 2 Voltage" },
2365 { 61645, "DC/AC Accessory Inverter 2 Feedback 2" },
2366 { 61646, "Engine Turbocharger Control 4" },
2367 { 61647, "Engine Turbocharger Wastegate Actuator and Exhaust Back Pressure Regulator Information 2" },
2368 { 61648, "Engine Cylinder Combustion Request" },
2369 { 61649, "Engine Cylinder Head Bypass Actuator 1" },
2370 { 61650, "Engine Electronic Controller 18" },
2371 { 61651, "Predictive Cruise Control 1" },
2372 { 61654, "DC/AC Accessory Inverter 1 Command" },
2373 { 61655, "DC/AC Accessory Inverter 1 Feedback" },
2374 { 61658, "DC/AC Accessory Inverter 2 Command" },
2375 { 61659, "DC/AC Accessory Inverter 2 Feedback" },
2376 { 61662, "DC/AC Accessory Inverter 3 Command" },
2377 { 61663, "DC/AC Accessory Inverter 3 Feedback" },
2378 { 61666, "DC/AC Accessory Inverter 4 Command" },
2379 { 61667, "DC/AC Accessory Inverter 4 Feedback" },
2380 { 61668, "Heartbeat Message" },
2381 { 61669, "Engine Ignition Timing Offset 1" },
2382 { 61670, "Engine Ignition Timing Offset 2" },
2383 { 61671, "Engine Ignition Timing Offset 3" },
2384 { 61672, "Engine Throttle / Fuel Actuator Control Command 2" },
2385 { 61673, "Aftertreatment 1 Intake Gas 3" },
2386 { 61674, "Aftertreatment 1 Outlet Gas 3" },
2387 { 61675, "Aftertreatment 2 Intake Gas 3" },
2388 { 61676, "Aftertreatment 2 Outlet Gas 3" },
2389 { 61677, "Engine Start Control" },
2390 { 61684, "Genset Reactive Power and Supporting Functions" },
2391 { 61685, "Engine Start Arbitrator" },
2392 { 61686, "Advanced Driver Assistance Systems Interface Specification 1" },
2393 { 61687, "Advanced Driver Assistance Systems Interface Specification 2" },
2394 { 61688, "Advanced Driver Assistance Systems Interface Specification 3" },
2395 { 61689, "Engine Valve Controller" },
2396 { 61690, "Electronic Transmission Controller 13" },
2397 { 61691, "Aftertreatment 1 SCR Dosing System Requests 3" },
2398 { 61692, "Aftertreatment 2 SCR Dosing System Requests 3" },
2399 { 61693, "Aftertreatment 1 SCR Dosing System Information 4" },
2400 { 61694, "Aftertreatment 2 SCR Dosing System Information 4" },
2401 { 61695, "Secondary or Front Hitch Roll and Pitch" },
2402 { 61696, "Secondary or Front Hitch Roll and Pitch command" },
2403 { 61697, "Primary or Rear Hitch Roll and Pitch" },
2404 { 61698, "Primary or Rear Hitch Roll and Pitch command" },
2405 { 61699, "Generator Trip Energy" },
2406 { 61700, "Engine Speed Sensor Information 2" },
2407 { 61701, "Hydraulic Pressure Displacement" },
2408 { 61702, "Well Stimulation Pump System 1" },
2409 { 61703, "Well Stimulation Pump System 2" },
2410 { 61704, "High Voltage Energy Storage System Module Status 1" },
2411 { 61705, "High Voltage Energy Storage System Thermal Management System Status 1" },
2412 { 61706, "High Voltage Energy Storage System Data 8" },
2413 { 61707, "High Voltage Energy Storage System Data 9" },
2414 { 61708, "High Voltage Energy Storage System Data 10" },
2415 { 61709, "Fuel Information 6 (Gaseous)" },
2416 { 61710, "Dump Truck Body Information" },
2417 { 61711, "Engine Operating Information 2" },
2418 { 61712, "Brakes 2" },
2419 { 61713, "Gaseous Fuel Pressure 3" },
2420 { 61714, "DC/DC Converter 1 Control" },
2421 { 61715, "DC/DC Converter 1 Operating Status" },
2422 { 61716, "DC/DC Converter 1 Voltage and Current" },
2423 { 61717, "DC/DC Converter 1 SLI Battery Status" },
2424 { 61718, "Well Stimulation Pump System 3" },
2425 { 61719, "DC/DC Converter 1 Status 2" },
2426 { 61720, "DC/DC Converter 2 Control" },
2427 { 61721, "DC/DC Converter 2 Operating Status" },
2428 { 61722, "DC/DC Converter 2 Voltage and Current" },
2429 { 61723, "DC/DC Converter 2 SLI Battery Status" },
2430 { 61724, "DC/DC Converter 2 Status 2" },
2431 { 61725, "DC/DC Converter 3 Control" },
2432 { 61726, "DC/DC Converter 3 Operating Status" },
2433 { 61727, "DC/DC Converter 3 Voltage and Current" },
2434 { 61728, "DC/DC Converter 3 SLI Battery Status" },
2435 { 61729, "DC/DC Converter 3 Status 2" },
2436 { 61730, "DC/DC Converter 4 Control" },
2437 { 61731, "DC/DC Converter 4 Operating Status" },
2438 { 61732, "DC/DC Converter 4 Voltage and Current" },
2439 { 61733, "DC/DC Converter 4 SLI Battery Status" },
2440 { 61734, "DC/DC Converter 4 Status 2" },
2441 { 61735, "Slope Sensor Information 3" },
2442 { 61736, "DC/AC Accessory Inverter 3 Status 2" },
2443 { 61737, "DC/AC Accessory Inverter 3 Voltage" },
2444 { 61738, "DC/AC Accessory Inverter 3 Feedback 2" },
2445 { 61739, "DC/AC Accessory Inverter 4 Status 2" },
2446 { 61740, "DC/AC Accessory Inverter 4 Voltage" },
2447 { 61741, "DC/AC Accessory Inverter 4 Feedback 2" },
2448 { 61742, "DC/AC Accessory Inverter 5 Command" },
2449 { 61743, "DC/AC Accessory Inverter 5 Feedback" },
2450 { 61744, "DC/AC Accessory Inverter 5 Status 2" },
2451 { 61745, "DC/AC Accessory Inverter 5 Voltage" },
2452 { 61746, "DC/AC Accessory Inverter 5 Feedback 2" },
2453 { 61747, "Engine Pre-Chamber Fuel Valve Duration Command 1" },
2454 { 61748, "Engine Pre-Chamber Fuel Valve Duration Command 2" },
2455 { 61749, "Engine Pre-Chamber Fuel Valve Duration Command 3" },
2456 { 61750, "Engine Pre-Chamber Fuel Valve Duration Command 4" },
2457 { 61751, "Engine Pre-Chamber Fuel Valve Duration Command 5" },
2458 { 61752, "Engine Pre-Chamber Fuel Valve Start of Actuation Command 1" },
2459 { 61753, "Engine Pre-Chamber Fuel Valve Start of Actuation Command 2" },
2460 { 61754, "Engine Pre-Chamber Fuel Valve Start of Actuation Command 3" },
2461 { 61755, "Engine Pre-Chamber Fuel Valve Start of Actuation Command 4" },
2462 { 61756, "Engine Pre-Chamber Fuel Valve Start of Actuation Command 5" },
2463 { 61757, "Active Steering System Controls 1" },
2464 { 61758, "Secondary or Front Hitch Yaw command" },
2465 { 61759, "Primary or Rear Hitch Yaw command" },
2466 { 61760, "Stationary Inverter Average Basic AC Quantities" },
2467 { 61761, "Stationary Inverter Total AC Reactive Power" },
2468 { 61762, "Stationary Inverter Total AC Power" },
2469 { 61763, "Stationary Inverter Control" },
2470 { 61764, "Stationary Inverter to Bus Sync Check Status" },
2471 { 61765, "Engine Cylinder 1 Combustion Pressures" },
2472 { 61766, "Engine Cylinder 2 Combustion Pressures" },
2473 { 61767, "Engine Cylinder 3 Combustion Pressures" },
2474 { 61768, "Engine Cylinder 4 Combustion Pressures" },
2475 { 61769, "Engine Cylinder 5 Combustion Pressures" },
2476 { 61770, "Engine Cylinder 6 Combustion Pressures" },
2477 { 61771, "Engine Cylinder 7 Combustion Pressures" },
2478 { 61772, "Engine Cylinder 8 Combustion Pressures" },
2479 { 61773, "Engine Cylinder 9 Combustion Pressures" },
2480 { 61774, "Engine Cylinder 10 Combustion Pressures" },
2481 { 61775, "Engine Cylinder 11 Combustion Pressures" },
2482 { 61776, "Engine Cylinder 12 Combustion Pressures" },
2483 { 61777, "Engine Cylinder 13 Combustion Pressures" },
2484 { 61778, "Engine Cylinder 14 Combustion Pressures" },
2485 { 61779, "Engine Cylinder 15 Combustion Pressures" },
2486 { 61780, "Engine Cylinder 16 Combustion Pressures" },
2487 { 61781, "Engine Cylinder 17 Combustion Pressures" },
2488 { 61782, "Engine Cylinder 18 Combustion Pressures" },
2489 { 61783, "Engine Cylinder 19 Combustion Pressures" },
2490 { 61784, "Engine Cylinder 20 Combustion Pressures" },
2491 { 61785, "Engine Cylinder 1 Combustion Timing" },
2492 { 61786, "Engine Cylinder 2 Combustion Timing" },
2493 { 61787, "Engine Cylinder 3 Combustion Timing" },
2494 { 61788, "Engine Cylinder 4 Combustion Timing" },
2495 { 61789, "Engine Cylinder 5 Combustion Timing" },
2496 { 61790, "Engine Cylinder 6 Combustion Timing" },
2497 { 61791, "Engine Cylinder 7 Combustion Timing" },
2498 { 61792, "Engine Cylinder 8 Combustion Timing" },
2499 { 61793, "Engine Cylinder 9 Combustion Timing" },
2500 { 61794, "Engine Cylinder 10 Combustion Timing" },
2501 { 61795, "Engine Cylinder 11 Combustion Timing" },
2502 { 61796, "Engine Cylinder 12 Combustion Timing" },
2503 { 61797, "Engine Cylinder 13 Combustion Timing" },
2504 { 61798, "Engine Cylinder 14 Combustion Timing" },
2505 { 61799, "Engine Cylinder 15 Combustion Timing" },
2506 { 61800, "Engine Cylinder 16 Combustion Timing" },
2507 { 61801, "Engine Cylinder 17 Combustion Timing" },
2508 { 61802, "Engine Cylinder 18 Combustion Timing" },
2509 { 61803, "Engine Cylinder 19 Combustion Timing" },
2510 { 61804, "Engine Cylinder 20 Combustion Timing" },
2511 { 61805, "Engine Cylinder 1 Combustion Metrics" },
2512 { 61806, "Engine Cylinder 2 Combustion Metrics" },
2513 { 61807, "Engine Cylinder 3 Combustion Metrics" },
2514 { 61808, "Engine Cylinder 4 Combustion Metrics" },
2515 { 61809, "Engine Cylinder 5 Combustion Metrics" },
2516 { 61810, "Engine Cylinder 6 Combustion Metrics" },
2517 { 61811, "Engine Cylinder 7 Combustion Metrics" },
2518 { 61812, "Engine Cylinder 8 Combustion Metrics" },
2519 { 61813, "Engine Cylinder 9 Combustion Metrics" },
2520 { 61814, "Engine Cylinder 10 Combustion Metrics" },
2521 { 61815, "Engine Cylinder 11 Combustion Metrics" },
2522 { 61816, "Engine Cylinder 12 Combustion Metrics" },
2523 { 61817, "Engine Cylinder 13 Combustion Metrics" },
2524 { 61818, "Engine Cylinder 14 Combustion Metrics" },
2525 { 61819, "Engine Cylinder 15 Combustion Metrics" },
2526 { 61820, "Engine Cylinder 16 Combustion Metrics" },
2527 { 61821, "Engine Cylinder 17 Combustion Metrics" },
2528 { 61822, "Engine Cylinder 18 Combustion Metrics" },
2529 { 61823, "Engine Cylinder 19 Combustion Metrics" },
2530 { 61824, "Engine Cylinder 20 Combustion Metrics" },
2531 { 61825, "Motor/Generator 1 Inverter Mode Feedback 1" },
2532 { 61826, "Motor/Generator 1 Inverter Limits Active Power" },
2533 { 61827, "Motor/Generator 1 Inverter Limits Active Mechanical" },
2534 { 61828, "Motor/Generator 1 Inverter Limits Active DC Side" },
2535 { 61829, "Motor/Generator 1 Inverter Low Voltage" },
2536 { 61830, "Motor/Generator 2 Inverter Mode Feedback 1" },
2537 { 61831, "Motor/Generator 2 Inverter Limits Active Power" },
2538 { 61832, "Motor/Generator 2 Inverter Limits Active Mechanical" },
2539 { 61833, "Motor/Generator 2 Inverter Limits Active DC Side" },
2540 { 61834, "Motor/Generator 2 Inverter Low Voltage" },
2541 { 61835, "Motor/Generator 1 Inverter Status 2" },
2542 { 61836, "Motor/Generator 1 Inverter Rate Limits Active 1" },
2543 { 61837, "Motor/Generator 2 Inverter Status 2" },
2544 { 61838, "Motor/Generator 2 Inverter Rate Limits Active 1" },
2545 { 61839, "Impostor PG Alert" },
2546 { 61840, "High Voltage Energy Storage Pack 1 Status 2" },
2547 { 61841, "High Voltage Energy Storage Pack 1 Data 1" },
2548 { 61842, "High Voltage Energy Storage Pack 1 Data 2" },
2549 { 61843, "High Voltage Energy Storage Pack 1 Data 3" },
2550 { 61844, "High Voltage Energy Storage Pack 1 Data 4" },
2551 { 61845, "High Voltage Energy Storage Pack 1 Data 5" },
2552 { 61846, "High Voltage Energy Storage Pack 1 Data 6" },
2553 { 61847, "High Voltage Energy Storage Pack 1 Status 1" },
2554 { 61848, "High Voltage Energy Storage Pack 1 Data 7" },
2555 { 61849, "High Voltage Energy Storage Pack 1 Module Status 1" },
2556 { 61850, "High Voltage Energy Storage Pack 1 Thermal Management System Status 1" },
2557 { 61851, "High Voltage Energy Storage Pack 1 Data 8" },
2558 { 61852, "High Voltage Energy Storage Pack 1 Data 9" },
2559 { 61853, "High Voltage Energy Storage Pack 1 Data 10" },
2560 { 61854, "High Voltage Energy Storage Pack 1 Data 11" },
2561 { 61855, "High Voltage Energy Storage Pack 2 Status 2" },
2562 { 61856, "High Voltage Energy Storage Pack 2 Data 1" },
2563 { 61857, "High Voltage Energy Storage Pack 2 Data 2" },
2564 { 61858, "High Voltage Energy Storage Pack 2 Data 3" },
2565 { 61859, "High Voltage Energy Storage Pack 2 Data 4" },
2566 { 61860, "High Voltage Energy Storage Pack 2 Data 5" },
2567 { 61861, "High Voltage Energy Storage Pack 2 Data 6" },
2568 { 61862, "High Voltage Energy Storage Pack 2 Status 1" },
2569 { 61863, "High Voltage Energy Storage Pack 2 Data 7" },
2570 { 61864, "High Voltage Energy Storage Pack 2 Module Status 1" },
2571 { 61865, "High Voltage Energy Storage Pack 2 Thermal Management System Status 1" },
2572 { 61866, "High Voltage Energy Storage Pack 2 Data 8" },
2573 { 61867, "High Voltage Energy Storage Pack 2 Data 9" },
2574 { 61868, "High Voltage Energy Storage Pack 2 Data 10" },
2575 { 61869, "High Voltage Energy Storage Pack 2 Data 11" },
2576 { 61870, "High Voltage Energy Storage Pack 3 Status 2" },
2577 { 61871, "High Voltage Energy Storage Pack 3 Data 1" },
2578 { 61872, "High Voltage Energy Storage Pack 3 Data 2" },
2579 { 61873, "High Voltage Energy Storage Pack 3 Data 3" },
2580 { 61874, "High Voltage Energy Storage Pack 3 Data 4" },
2581 { 61875, "High Voltage Energy Storage Pack 3 Data 5" },
2582 { 61876, "High Voltage Energy Storage Pack 3 Data 6" },
2583 { 61877, "High Voltage Energy Storage Pack 3 Status 1" },
2584 { 61878, "High Voltage Energy Storage Pack 3 Data 7" },
2585 { 61879, "High Voltage Energy Storage Pack 3 Module Status 1" },
2586 { 61880, "High Voltage Energy Storage Pack 3 Thermal Management System Status 1" },
2587 { 61881, "High Voltage Energy Storage Pack 3 Data 8" },
2588 { 61882, "High Voltage Energy Storage Pack 3 Data 9" },
2589 { 61883, "High Voltage Energy Storage Pack 3 Data 10" },
2590 { 61884, "High Voltage Energy Storage Pack 3 Data 11" },
2591 { 61885, "High Voltage Energy Storage Pack 4 Status 2" },
2592 { 61886, "High Voltage Energy Storage Pack 4 Data 1" },
2593 { 61887, "High Voltage Energy Storage Pack 4 Data 2" },
2594 { 61888, "High Voltage Energy Storage Pack 4 Data 3" },
2595 { 61889, "High Voltage Energy Storage Pack 4 Data 4" },
2596 { 61890, "High Voltage Energy Storage Pack 4 Data 5" },
2597 { 61891, "High Voltage Energy Storage Pack 4 Data 6" },
2598 { 61892, "High Voltage Energy Storage Pack 4 Status 1" },
2599 { 61893, "High Voltage Energy Storage Pack 4 Data 7" },
2600 { 61894, "High Voltage Energy Storage Pack 4 Module Status 1" },
2601 { 61895, "High Voltage Energy Storage Pack 4 Thermal Management System Status 1" },
2602 { 61896, "High Voltage Energy Storage Pack 4 Data 8" },
2603 { 61897, "High Voltage Energy Storage Pack 4 Data 9" },
2604 { 61898, "High Voltage Energy Storage Pack 4 Data 10" },
2605 { 61899, "High Voltage Energy Storage Pack 4 Data 11" },
2606 { 61900, "High Voltage Energy Storage Pack 5 Status 2" },
2607 { 61901, "High Voltage Energy Storage Pack 5 Data 1" },
2608 { 61902, "High Voltage Energy Storage Pack 5 Data 2" },
2609 { 61903, "High Voltage Energy Storage Pack 5 Data 3" },
2610 { 61904, "High Voltage Energy Storage Pack 5 Data 4" },
2611 { 61905, "High Voltage Energy Storage Pack 5 Data 5" },
2612 { 61906, "High Voltage Energy Storage Pack 5 Data 6" },
2613 { 61907, "High Voltage Energy Storage Pack 5 Status 1" },
2614 { 61908, "High Voltage Energy Storage Pack 5 Data 7" },
2615 { 61909, "High Voltage Energy Storage Pack 5 Module Status 1" },
2616 { 61910, "High Voltage Energy Storage Pack 5 Thermal Management System Status 1" },
2617 { 61911, "High Voltage Energy Storage Pack 5 Data 8" },
2618 { 61912, "High Voltage Energy Storage Pack 5 Data 9" },
2619 { 61913, "High Voltage Energy Storage Pack 5 Data 10" },
2620 { 61914, "High Voltage Energy Storage Pack 5 Data 11" },
2621 { 61915, "High Voltage Energy Storage Pack 6 Status 2" },
2622 { 61916, "High Voltage Energy Storage Pack 6 Data 1" },
2623 { 61917, "High Voltage Energy Storage Pack 6 Data 2" },
2624 { 61918, "High Voltage Energy Storage Pack 6 Data 3" },
2625 { 61919, "High Voltage Energy Storage Pack 6 Data 4" },
2626 { 61920, "High Voltage Energy Storage Pack 6 Data 5" },
2627 { 61921, "High Voltage Energy Storage Pack 6 Data 6" },
2628 { 61922, "High Voltage Energy Storage Pack 6 Status 1" },
2629 { 61923, "High Voltage Energy Storage Pack 6 Data 7" },
2630 { 61924, "High Voltage Energy Storage Pack 6 Module Status 1" },
2631 { 61925, "High Voltage Energy Storage Pack 6 Thermal Management System Status 1" },
2632 { 61926, "High Voltage Energy Storage Pack 6 Data 8" },
2633 { 61927, "High Voltage Energy Storage Pack 6 Data 9" },
2634 { 61928, "High Voltage Energy Storage Pack 6 Data 10" },
2635 { 61929, "High Voltage Energy Storage Pack 6 Data 11" },
2636 { 61930, "Motor/Generator 3 Inverter Mode Feedback 1" },
2637 { 61931, "Motor/Generator 3 Inverter Limits Active Power" },
2638 { 61932, "Motor/Generator 3 Inverter Limits Active Mechanical" },
2639 { 61933, "Motor/Generator 3 Inverter Limits Active DC Side" },
2640 { 61934, "Motor/Generator 3 Inverter Low Voltage" },
2641 { 61935, "Motor/Generator 3 Inverter Status 2" },
2642 { 61936, "Motor/Generator 3 Inverter Rate Limits Active 1" },
2643 { 61937, "Motor/Generator 4 Inverter Mode Feedback 1" },
2644 { 61938, "Motor/Generator 4 Inverter Limits Active Power" },
2645 { 61939, "Motor/Generator 4 Inverter Limits Active Mechanical" },
2646 { 61940, "Motor/Generator 4 Inverter Limits Active DC Side" },
2647 { 61941, "Motor/Generator 4 Inverter Low Voltage" },
2648 { 61942, "Motor/Generator 4 Inverter Status 2" },
2649 { 61943, "Motor/Generator 4 Inverter Rate Limits Active 1" },
2650 { 61944, "Motor/Generator 5 Inverter Mode Feedback 1" },
2651 { 61945, "Motor/Generator 5 Inverter Limits Active Power" },
2652 { 61946, "Motor/Generator 5 Inverter Limits Active Mechanical" },
2653 { 61947, "Motor/Generator 5 Inverter Limits Active DC Side" },
2654 { 61948, "Motor/Generator 5 Inverter Low Voltage" },
2655 { 61949, "Motor/Generator 5 Inverter Status 2" },
2656 { 61950, "Motor/Generator 5 Inverter Rate Limits Active 1" },
2657 { 61951, "Motor/Generator 6 Inverter Mode Feedback 1" },
2658 { 61952, "Motor/Generator 6 Inverter Limits Active Power" },
2659 { 61953, "Motor/Generator 6 Inverter Limits Active Mechanical" },
2660 { 61954, "Motor/Generator 6 Inverter Limits Active DC Side" },
2661 { 61955, "Motor/Generator 6 Inverter Low Voltage" },
2662 { 61956, "Motor/Generator 6 Inverter Status 2" },
2663 { 61957, "Motor/Generator 6 Inverter Rate Limits Active 1" },
2664 { 61958, "Blind Spot Detection 1" },
2665 { 61959, "Winch Information 1" },
2666 { 61960, "Motor/Generator 3 Inverter Control" },
2667 { 61961, "Motor/Generator 3 Inverter Rate Limits Request 1" },
2668 { 61962, "Motor/Generator 4 Inverter Control" },
2669 { 61963, "Motor/Generator 4 Inverter Rate Limits Request 1" },
2670 { 61964, "Motor/Generator 5 Inverter Control" },
2671 { 61965, "Motor/Generator 5 Inverter Rate Limits Request 1" },
2672 { 61966, "Motor/Generator 6 Inverter Control" },
2673 { 61967, "Motor/Generator 6 Inverter Rate Limits Request 1" },
2674 { 61968, "Collision Avoidance System 1" },
2675 { 61969, "Collision Avoidance System 2" },
2676 { 61972, "High Voltage Energy Storage Pack 7 Status 2" },
2677 { 61973, "High Voltage Energy Storage Pack 7 Data 1" },
2678 { 61974, "High Voltage Energy Storage Pack 7 Data 2" },
2679 { 61975, "High Voltage Energy Storage Pack 7 Data 3" },
2680 { 61976, "High Voltage Energy Storage Pack 7 Data 4" },
2681 { 61977, "High Voltage Energy Storage Pack 7 Data 5" },
2682 { 61978, "High Voltage Energy Storage Pack 7 Data 6" },
2683 { 61979, "High Voltage Energy Storage Pack 7 Status 1" },
2684 { 61980, "High Voltage Energy Storage Pack 7 Data 7" },
2685 { 61981, "High Voltage Energy Storage Pack 7 Module Status 1" },
2686 { 61982, "High Voltage Energy Storage Pack 7 Thermal Management System Status 1" },
2687 { 61983, "High Voltage Energy Storage Pack 7 Data 8" },
2688 { 61984, "High Voltage Energy Storage Pack 7 Data 9" },
2689 { 61985, "High Voltage Energy Storage Pack 7 Data 10" },
2690 { 61986, "High Voltage Energy Storage Pack 7 Data 11" },
2691 { 61987, "High Voltage Energy Storage Pack 8 Status 2" },
2692 { 61988, "High Voltage Energy Storage Pack 8 Data 1" },
2693 { 61989, "High Voltage Energy Storage Pack 8 Data 2" },
2694 { 61990, "High Voltage Energy Storage Pack 8 Data 3" },
2695 { 61991, "High Voltage Energy Storage Pack 8 Data 4" },
2696 { 61992, "High Voltage Energy Storage Pack 8 Data 5" },
2697 { 61993, "High Voltage Energy Storage Pack 8 Data 6" },
2698 { 61994, "High Voltage Energy Storage Pack 8 Status 1" },
2699 { 61995, "High Voltage Energy Storage Pack 8 Data 7" },
2700 { 61996, "High Voltage Energy Storage Pack 8 Module Status 1" },
2701 { 61997, "High Voltage Energy Storage Pack 8 Thermal Management System Status 1" },
2702 { 61998, "High Voltage Energy Storage Pack 8 Data 8" },
2703 { 61999, "High Voltage Energy Storage Pack 8 Data 9" },
2704 { 62000, "High Voltage Energy Storage Pack 8 Data 10" },
2705 { 62001, "High Voltage Energy Storage Pack 8 Data 11" },
2706 { 62002, "High Voltage Energy Storage Pack 9 Status 2" },
2707 { 62003, "High Voltage Energy Storage Pack 9 Data 1" },
2708 { 62004, "High Voltage Energy Storage Pack 9 Data 2" },
2709 { 62005, "High Voltage Energy Storage Pack 9 Data 3" },
2710 { 62006, "High Voltage Energy Storage Pack 9 Data 4" },
2711 { 62007, "High Voltage Energy Storage Pack 9 Data 5" },
2712 { 62008, "High Voltage Energy Storage Pack 9 Data 6" },
2713 { 62009, "High Voltage Energy Storage Pack 9 Status 1" },
2714 { 62010, "High Voltage Energy Storage Pack 9 Data 7" },
2715 { 62011, "High Voltage Energy Storage Pack 9 Module Status 1" },
2716 { 62012, "High Voltage Energy Storage Pack 9 Thermal Management System Status 1" },
2717 { 62013, "High Voltage Energy Storage Pack 9 Data 8" },
2718 { 62014, "High Voltage Energy Storage Pack 9 Data 9" },
2719 { 62015, "High Voltage Energy Storage Pack 9 Data 10" },
2720 { 62016, "High Voltage Energy Storage Pack 9 Data 11" },
2721 { 62017, "High Voltage Energy Storage Pack 10 Status 2" },
2722 { 62018, "High Voltage Energy Storage Pack 10 Data 1" },
2723 { 62019, "High Voltage Energy Storage Pack 10 Data 2" },
2724 { 62020, "High Voltage Energy Storage Pack 10 Data 3" },
2725 { 62021, "High Voltage Energy Storage Pack 10 Data 4" },
2726 { 62022, "High Voltage Energy Storage Pack 10 Data 5" },
2727 { 62023, "High Voltage Energy Storage Pack 10 Data 6" },
2728 { 62024, "High Voltage Energy Storage Pack 10 Status 1" },
2729 { 62025, "High Voltage Energy Storage Pack 10 Data 7" },
2730 { 62026, "High Voltage Energy Storage Pack 10 Module Status 1" },
2731 { 62027, "High Voltage Energy Storage Pack 10 Thermal Management System Status 1" },
2732 { 62028, "High Voltage Energy Storage Pack 10 Data 8" },
2733 { 62029, "High Voltage Energy Storage Pack 10 Data 9" },
2734 { 62030, "High Voltage Energy Storage Pack 10 Data 10" },
2735 { 62031, "High Voltage Energy Storage Pack 10 Data 11" },
2736 { 62032, "Electronic Auxiliary Transmission Controller 1" },
2737 { 62033, "High Voltage Energy Storage Pack 11 Status 2" },
2738 { 62034, "High Voltage Energy Storage Pack 11 Data 1" },
2739 { 62035, "High Voltage Energy Storage Pack 11 Data 2" },
2740 { 62036, "High Voltage Energy Storage Pack 11 Data 3" },
2741 { 62037, "High Voltage Energy Storage Pack 11 Data 4" },
2742 { 62038, "High Voltage Energy Storage Pack 11 Data 5" },
2743 { 62039, "High Voltage Energy Storage Pack 11 Data 6" },
2744 { 62040, "High Voltage Energy Storage Pack 11 Status 1" },
2745 { 62041, "High Voltage Energy Storage Pack 11 Data 7" },
2746 { 62042, "High Voltage Energy Storage Pack 11 Module Status 1" },
2747 { 62043, "High Voltage Energy Storage Pack 11 Thermal Management System Status 1" },
2748 { 62044, "High Voltage Energy Storage Pack 11 Data 8" },
2749 { 62045, "High Voltage Energy Storage Pack 11 Data 9" },
2750 { 62046, "High Voltage Energy Storage Pack 11 Data 10" },
2751 { 62047, "High Voltage Energy Storage Pack 11 Data 11" },
2752 { 62048, "High Voltage Energy Storage Pack 12 Status 2" },
2753 { 62049, "High Voltage Energy Storage Pack 12 Data 1" },
2754 { 62050, "High Voltage Energy Storage Pack 12 Data 2" },
2755 { 62051, "High Voltage Energy Storage Pack 12 Data 3" },
2756 { 62052, "High Voltage Energy Storage Pack 12 Data 4" },
2757 { 62053, "High Voltage Energy Storage Pack 12 Data 5" },
2758 { 62054, "High Voltage Energy Storage Pack 12 Data 6" },
2759 { 62055, "High Voltage Energy Storage Pack 12 Status 1" },
2760 { 62056, "High Voltage Energy Storage Pack 12 Data 7" },
2761 { 62057, "High Voltage Energy Storage Pack 12 Module Status 1" },
2762 { 62058, "High Voltage Energy Storage Pack 12 Thermal Management System Status 1" },
2763 { 62059, "High Voltage Energy Storage Pack 12 Data 8" },
2764 { 62060, "High Voltage Energy Storage Pack 12 Data 9" },
2765 { 62061, "High Voltage Energy Storage Pack 12 Data 10" },
2766 { 62062, "High Voltage Energy Storage Pack 12 Data 11" },
2767 { 62063, "High Voltage Energy Storage Pack 13 Status 2" },
2768 { 62064, "High Voltage Energy Storage Pack 13 Data 1" },
2769 { 62065, "High Voltage Energy Storage Pack 13 Data 2" },
2770 { 62066, "High Voltage Energy Storage Pack 13 Data 3" },
2771 { 62067, "High Voltage Energy Storage Pack 13 Data 4" },
2772 { 62068, "High Voltage Energy Storage Pack 13 Data 5" },
2773 { 62069, "High Voltage Energy Storage Pack 13 Data 6" },
2774 { 62070, "High Voltage Energy Storage Pack 13 Status 1" },
2775 { 62071, "High Voltage Energy Storage Pack 13 Data 7" },
2776 { 62072, "High Voltage Energy Storage Pack 13 Module Status 1" },
2777 { 62073, "High Voltage Energy Storage Pack 13 Thermal Management System Status 1" },
2778 { 62074, "High Voltage Energy Storage Pack 13 Data 8" },
2779 { 62075, "High Voltage Energy Storage Pack 13 Data 9" },
2780 { 62076, "High Voltage Energy Storage Pack 13 Data 10" },
2781 { 62077, "High Voltage Energy Storage Pack 13 Data 11" },
2782 { 62078, "High Voltage Energy Storage Pack 14 Status 2" },
2783 { 62079, "High Voltage Energy Storage Pack 14 Data 1" },
2784 { 62080, "High Voltage Energy Storage Pack 14 Data 2" },
2785 { 62081, "High Voltage Energy Storage Pack 14 Data 3" },
2786 { 62082, "High Voltage Energy Storage Pack 14 Data 4" },
2787 { 62083, "High Voltage Energy Storage Pack 14 Data 5" },
2788 { 62084, "High Voltage Energy Storage Pack 14 Data 6" },
2789 { 62085, "High Voltage Energy Storage Pack 14 Status 1" },
2790 { 62086, "High Voltage Energy Storage Pack 14 Data 7" },
2791 { 62087, "High Voltage Energy Storage Pack 14 Module Status 1" },
2792 { 62088, "High Voltage Energy Storage Pack 14 Thermal Management System Status 1" },
2793 { 62089, "High Voltage Energy Storage Pack 14 Data 8" },
2794 { 62090, "High Voltage Energy Storage Pack 14 Data 9" },
2795 { 62091, "High Voltage Energy Storage Pack 14 Data 10" },
2796 { 62092, "High Voltage Energy Storage Pack 14 Data 11" },
2797 { 62093, "High Voltage Energy Storage Pack 15 Status 2" },
2798 { 62094, "High Voltage Energy Storage Pack 15 Data 1" },
2799 { 62095, "High Voltage Energy Storage Pack 15 Data 2" },
2800 { 62096, "High Voltage Energy Storage Pack 15 Data 3" },
2801 { 62097, "High Voltage Energy Storage Pack 15 Data 4" },
2802 { 62098, "High Voltage Energy Storage Pack 15 Data 5" },
2803 { 62099, "High Voltage Energy Storage Pack 15 Data 6" },
2804 { 62100, "High Voltage Energy Storage Pack 15 Status 1" },
2805 { 62101, "High Voltage Energy Storage Pack 15 Data 7" },
2806 { 62102, "High Voltage Energy Storage Pack 15 Module Status 1" },
2807 { 62103, "High Voltage Energy Storage Pack 15 Thermal Management System Status 1" },
2808 { 62104, "High Voltage Energy Storage Pack 15 Data 8" },
2809 { 62105, "High Voltage Energy Storage Pack 15 Data 9" },
2810 { 62106, "High Voltage Energy Storage Pack 15 Data 10" },
2811 { 62107, "High Voltage Energy Storage Pack 15 Data 11" },
2812 { 62108, "High Voltage Energy Storage Pack 16 Status 2" },
2813 { 62109, "High Voltage Energy Storage Pack 16 Data 1" },
2814 { 62110, "High Voltage Energy Storage Pack 16 Data 2" },
2815 { 62111, "High Voltage Energy Storage Pack 16 Data 3" },
2816 { 62112, "High Voltage Energy Storage Pack 16 Data 4" },
2817 { 62113, "High Voltage Energy Storage Pack 16 Data 5" },
2818 { 62114, "High Voltage Energy Storage Pack 16 Data 6" },
2819 { 62115, "High Voltage Energy Storage Pack 16 Status 1" },
2820 { 62116, "High Voltage Energy Storage Pack 16 Data 7" },
2821 { 62117, "High Voltage Energy Storage Pack 16 Module Status 1" },
2822 { 62118, "High Voltage Energy Storage Pack 16 Thermal Management System Status 1" },
2823 { 62119, "High Voltage Energy Storage Pack 16 Data 8" },
2824 { 62120, "High Voltage Energy Storage Pack 16 Data 9" },
2825 { 62121, "High Voltage Energy Storage Pack 16 Data 10" },
2826 { 62122, "High Voltage Energy Storage Pack 16 Data 11" },
2827 { 62123, "High Voltage Energy Storage Pack 17 Status 2" },
2828 { 62124, "High Voltage Energy Storage Pack 17 Data 1" },
2829 { 62125, "High Voltage Energy Storage Pack 17 Data 2" },
2830 { 62126, "High Voltage Energy Storage Pack 17 Data 3" },
2831 { 62127, "High Voltage Energy Storage Pack 17 Data 4" },
2832 { 62128, "High Voltage Energy Storage Pack 17 Data 5" },
2833 { 62129, "High Voltage Energy Storage Pack 17 Data 6" },
2834 { 62130, "High Voltage Energy Storage Pack 17 Status 1" },
2835 { 62131, "High Voltage Energy Storage Pack 17 Data 7" },
2836 { 62132, "High Voltage Energy Storage Pack 17 Module Status 1" },
2837 { 62133, "High Voltage Energy Storage Pack 17 Thermal Management System Status 1" },
2838 { 62134, "High Voltage Energy Storage Pack 17 Data 8" },
2839 { 62135, "High Voltage Energy Storage Pack 17 Data 9" },
2840 { 62136, "High Voltage Energy Storage Pack 17 Data 10" },
2841 { 62137, "High Voltage Energy Storage Pack 17 Data 11" },
2842 { 62138, "High Voltage Energy Storage Pack 18 Status 2" },
2843 { 62139, "High Voltage Energy Storage Pack 18 Data 1" },
2844 { 62140, "High Voltage Energy Storage Pack 18 Data 2" },
2845 { 62141, "High Voltage Energy Storage Pack 18 Data 3" },
2846 { 62142, "High Voltage Energy Storage Pack 18 Data 4" },
2847 { 62143, "High Voltage Energy Storage Pack 18 Data 5" },
2848 { 62144, "High Voltage Energy Storage Pack 18 Data 6" },
2849 { 62145, "High Voltage Energy Storage Pack 18 Status 1" },
2850 { 62146, "High Voltage Energy Storage Pack 18 Data 7" },
2851 { 62147, "High Voltage Energy Storage Pack 18 Module Status 1" },
2852 { 62148, "High Voltage Energy Storage Pack 18 Thermal Management System Status 1" },
2853 { 62149, "High Voltage Energy Storage Pack 18 Data 8" },
2854 { 62150, "High Voltage Energy Storage Pack 18 Data 9" },
2855 { 62151, "High Voltage Energy Storage Pack 18 Data 10" },
2856 { 62152, "High Voltage Energy Storage Pack 18 Data 11" },
2857 { 62153, "High Voltage Energy Storage Pack 19 Status 2" },
2858 { 62154, "High Voltage Energy Storage Pack 19 Data 1" },
2859 { 62155, "High Voltage Energy Storage Pack 19 Data 2" },
2860 { 62156, "High Voltage Energy Storage Pack 19 Data 3" },
2861 { 62157, "High Voltage Energy Storage Pack 19 Data 4" },
2862 { 62158, "High Voltage Energy Storage Pack 19 Data 5" },
2863 { 62159, "High Voltage Energy Storage Pack 19 Data 6" },
2864 { 62160, "High Voltage Energy Storage Pack 19 Status 1" },
2865 { 62161, "High Voltage Energy Storage Pack 19 Data 7" },
2866 { 62162, "High Voltage Energy Storage Pack 19 Module Status 1" },
2867 { 62163, "High Voltage Energy Storage Pack 19 Thermal Management System Status 1" },
2868 { 62164, "High Voltage Energy Storage Pack 19 Data 8" },
2869 { 62165, "High Voltage Energy Storage Pack 19 Data 9" },
2870 { 62166, "High Voltage Energy Storage Pack 19 Data 10" },
2871 { 62167, "High Voltage Energy Storage Pack 19 Data 11" },
2872 { 62168, "High Voltage Energy Storage Pack 20 Status 2" },
2873 { 62169, "High Voltage Energy Storage Pack 20 Data 1" },
2874 { 62170, "High Voltage Energy Storage Pack 20 Data 2" },
2875 { 62171, "High Voltage Energy Storage Pack 20 Data 3" },
2876 { 62172, "High Voltage Energy Storage Pack 20 Data 4" },
2877 { 62173, "High Voltage Energy Storage Pack 20 Data 5" },
2878 { 62174, "High Voltage Energy Storage Pack 20 Data 6" },
2879 { 62175, "High Voltage Energy Storage Pack 20 Status 1" },
2880 { 62176, "High Voltage Energy Storage Pack 20 Data 7" },
2881 { 62177, "High Voltage Energy Storage Pack 20 Module Status 1" },
2882 { 62178, "High Voltage Energy Storage Pack 20 Thermal Management System Status 1" },
2883 { 62179, "High Voltage Energy Storage Pack 20 Data 8" },
2884 { 62180, "High Voltage Energy Storage Pack 20 Data 9" },
2885 { 62181, "High Voltage Energy Storage Pack 20 Data 10" },
2886 { 62182, "High Voltage Energy Storage Pack 20 Data 11" },
2887 { 62183, "High Voltage Energy Storage Pack 21 Status 2" },
2888 { 62184, "High Voltage Energy Storage Pack 21 Data 1" },
2889 { 62185, "High Voltage Energy Storage Pack 21 Data 2" },
2890 { 62186, "High Voltage Energy Storage Pack 21 Data 3" },
2891 { 62187, "High Voltage Energy Storage Pack 21 Data 4" },
2892 { 62188, "High Voltage Energy Storage Pack 21 Data 5" },
2893 { 62189, "High Voltage Energy Storage Pack 21 Data 6" },
2894 { 62190, "High Voltage Energy Storage Pack 21 Status 1" },
2895 { 62191, "High Voltage Energy Storage Pack 21 Data 7" },
2896 { 62192, "High Voltage Energy Storage Pack 21 Module Status 1" },
2897 { 62193, "High Voltage Energy Storage Pack 21 Thermal Management System Status 1" },
2898 { 62194, "High Voltage Energy Storage Pack 21 Data 8" },
2899 { 62195, "High Voltage Energy Storage Pack 21 Data 9" },
2900 { 62196, "High Voltage Energy Storage Pack 21 Data 10" },
2901 { 62197, "High Voltage Energy Storage Pack 21 Data 11" },
2902 { 62198, "High Voltage Energy Storage Pack 22 Status 2" },
2903 { 62199, "High Voltage Energy Storage Pack 22 Data 1" },
2904 { 62200, "High Voltage Energy Storage Pack 22 Data 2" },
2905 { 62201, "High Voltage Energy Storage Pack 22 Data 3" },
2906 { 62202, "High Voltage Energy Storage Pack 22 Data 4" },
2907 { 62203, "High Voltage Energy Storage Pack 22 Data 5" },
2908 { 62204, "High Voltage Energy Storage Pack 22 Data 6" },
2909 { 62205, "High Voltage Energy Storage Pack 22 Status 1" },
2910 { 62206, "High Voltage Energy Storage Pack 22 Data 7" },
2911 { 62207, "High Voltage Energy Storage Pack 22 Module Status 1" },
2912 { 62208, "High Voltage Energy Storage Pack 22 Thermal Management System Status 1" },
2913 { 62209, "High Voltage Energy Storage Pack 22 Data 8" },
2914 { 62210, "High Voltage Energy Storage Pack 22 Data 9" },
2915 { 62211, "High Voltage Energy Storage Pack 22 Data 10" },
2916 { 62212, "High Voltage Energy Storage Pack 22 Data 11" },
2917 { 62213, "High Voltage Energy Storage Pack 23 Status 2" },
2918 { 62214, "High Voltage Energy Storage Pack 23 Data 1" },
2919 { 62215, "High Voltage Energy Storage Pack 23 Data 2" },
2920 { 62216, "High Voltage Energy Storage Pack 23 Data 3" },
2921 { 62217, "High Voltage Energy Storage Pack 23 Data 4" },
2922 { 62218, "High Voltage Energy Storage Pack 23 Data 5" },
2923 { 62219, "High Voltage Energy Storage Pack 23 Data 6" },
2924 { 62220, "High Voltage Energy Storage Pack 23 Status 1" },
2925 { 62221, "High Voltage Energy Storage Pack 23 Data 7" },
2926 { 62222, "High Voltage Energy Storage Pack 23 Module Status 1" },
2927 { 62223, "High Voltage Energy Storage Pack 23 Thermal Management System Status 1" },
2928 { 62224, "High Voltage Energy Storage Pack 23 Data 8" },
2929 { 62225, "High Voltage Energy Storage Pack 23 Data 9" },
2930 { 62226, "High Voltage Energy Storage Pack 23 Data 10" },
2931 { 62227, "High Voltage Energy Storage Pack 23 Data 11" },
2932 { 62228, "High Voltage Energy Storage Pack 24 Status 2" },
2933 { 62229, "High Voltage Energy Storage Pack 24 Data 1" },
2934 { 62230, "High Voltage Energy Storage Pack 24 Data 2" },
2935 { 62231, "High Voltage Energy Storage Pack 24 Data 3" },
2936 { 62232, "High Voltage Energy Storage Pack 24 Data 4" },
2937 { 62233, "High Voltage Energy Storage Pack 24 Data 5" },
2938 { 62234, "High Voltage Energy Storage Pack 24 Data 6" },
2939 { 62235, "High Voltage Energy Storage Pack 24 Status 1" },
2940 { 62236, "High Voltage Energy Storage Pack 24 Data 7" },
2941 { 62237, "High Voltage Energy Storage Pack 24 Module Status 1" },
2942 { 62238, "High Voltage Energy Storage Pack 24 Thermal Management System Status 1" },
2943 { 62239, "High Voltage Energy Storage Pack 24 Data 8" },
2944 { 62240, "High Voltage Energy Storage Pack 24 Data 9" },
2945 { 62241, "High Voltage Energy Storage Pack 24 Data 10" },
2946 { 62242, "High Voltage Energy Storage Pack 24 Data 11" },
2947 { 62243, "High Voltage Energy Storage Pack 25 Status 2" },
2948 { 62244, "High Voltage Energy Storage Pack 25 Data 1" },
2949 { 62245, "High Voltage Energy Storage Pack 25 Data 2" },
2950 { 62246, "High Voltage Energy Storage Pack 25 Data 3" },
2951 { 62247, "High Voltage Energy Storage Pack 25 Data 4" },
2952 { 62248, "High Voltage Energy Storage Pack 25 Data 5" },
2953 { 62249, "High Voltage Energy Storage Pack 25 Data 6" },
2954 { 62250, "High Voltage Energy Storage Pack 25 Status 1" },
2955 { 62251, "High Voltage Energy Storage Pack 25 Data 7" },
2956 { 62252, "High Voltage Energy Storage Pack 25 Module Status 1" },
2957 { 62253, "High Voltage Energy Storage Pack 25 Thermal Management System Status 1" },
2958 { 62254, "High Voltage Energy Storage Pack 25 Data 8" },
2959 { 62255, "High Voltage Energy Storage Pack 25 Data 9" },
2960 { 62256, "High Voltage Energy Storage Pack 25 Data 10" },
2961 { 62257, "High Voltage Energy Storage Pack 25 Data 11" },
2962 { 62258, "High Voltage Energy Storage Pack 26 Status 2" },
2963 { 62259, "High Voltage Energy Storage Pack 26 Data 1" },
2964 { 62260, "High Voltage Energy Storage Pack 26 Data 2" },
2965 { 62261, "High Voltage Energy Storage Pack 26 Data 3" },
2966 { 62262, "High Voltage Energy Storage Pack 26 Data 4" },
2967 { 62263, "High Voltage Energy Storage Pack 26 Data 5" },
2968 { 62264, "High Voltage Energy Storage Pack 26 Data 6" },
2969 { 62265, "High Voltage Energy Storage Pack 26 Status 1" },
2970 { 62266, "High Voltage Energy Storage Pack 26 Data 7" },
2971 { 62267, "High Voltage Energy Storage Pack 26 Module Status 1" },
2972 { 62268, "High Voltage Energy Storage Pack 26 Thermal Management System Status 1" },
2973 { 62269, "High Voltage Energy Storage Pack 26 Data 8" },
2974 { 62270, "High Voltage Energy Storage Pack 26 Data 9" },
2975 { 62271, "High Voltage Energy Storage Pack 26 Data 10" },
2976 { 62272, "High Voltage Energy Storage Pack 26 Data 11" },
2977 { 62273, "External Steering Request" },
2978 { 62274, "Active Steering System Controller 2" },
2979 { 62275, "Electronic Park Brake Controller 1" },
2980 { 62276, "Electronic Park Brake Controller 2" },
2981 { 62277, "Genset Frequency Limitation" },
2982 { 62278, "Genset Power Limitation" },
2983 { 62279, "Genset Real Power Control" },
2984 { 62280, "Genset Reactive Power" },
2985 { 62281, "Fuel Cell Compartment Information" },
2986 { 62282, "Genset Real Power Setpoint Demand" },
2987 { 62283, "Genset Real Power Control 2" },
2988 { 62284, "High Voltage Energy Storage Pack 1 Data 12" },
2989 { 62285, "High Voltage Energy Storage Pack 1 Data 13" },
2990 { 62286, "High Voltage Energy Storage Pack 2 Data 12" },
2991 { 62287, "High Voltage Energy Storage Pack 2 Data 13" },
2992 { 62288, "High Voltage Energy Storage Pack 3 Data 12" },
2993 { 62289, "High Voltage Energy Storage Pack 3 Data 13" },
2994 { 62290, "High Voltage Energy Storage Pack 4 Data 12" },
2995 { 62291, "High Voltage Energy Storage Pack 4 Data 13" },
2996 { 62292, "High Voltage Energy Storage Pack 5 Data 12" },
2997 { 62293, "High Voltage Energy Storage Pack 5 Data 13" },
2998 { 62294, "High Voltage Energy Storage Pack 6 Data 12" },
2999 { 62295, "High Voltage Energy Storage Pack 6 Data 13" },
3000 { 62296, "High Voltage Energy Storage Pack 7 Data 12" },
3001 { 62297, "High Voltage Energy Storage Pack 7 Data 13" },
3002 { 62298, "High Voltage Energy Storage Pack 8 Data 12" },
3003 { 62299, "High Voltage Energy Storage Pack 8 Data 13" },
3004 { 62300, "High Voltage Energy Storage Pack 9 Data 12" },
3005 { 62301, "High Voltage Energy Storage Pack 9 Data 13" },
3006 { 62302, "High Voltage Energy Storage Pack 10 Data 12" },
3007 { 62303, "High Voltage Energy Storage Pack 10 Data 13" },
3008 { 62304, "High Voltage Energy Storage Pack 11 Data 12" },
3009 { 62305, "High Voltage Energy Storage Pack 11 Data 13" },
3010 { 62306, "High Voltage Energy Storage Pack 12 Data 12" },
3011 { 62307, "High Voltage Energy Storage Pack 12 Data 13" },
3012 { 62308, "Tracked Vehicle Data" },
3013 { 62309, "Electrified Accessory Propulsion Motor Coolant Fan 3 Status 2" },
3014 { 62310, "Electrified Accessory Propulsion Motor Coolant Fan 2 Status 2" },
3015 { 62311, "Electrified Accessory Propulsion Motor Coolant Fan 1 Status 2" },
3016 { 62312, "Electrified Accessory Power Electronics Coolant Fan 3 Status 2" },
3017 { 62313, "Electrified Accessory Power Electronics Coolant Fan 2 Status 2" },
3018 { 62314, "Electrified Accessory Power Electronics Coolant Fan 1 Status 2" },
3019 { 62315, "Electrified Accessory Propulsion Motor Oil Pump Status 2" },
3020 { 62316, "Electrified Accessory Propulsion Motor Coolant Pump Status 2" },
3021 { 62317, "Electrified Accessory Power Electronics Coolant Pump Status 2" },
3022 { 62318, "Electrified Accessory Generator Coolant Pump Status 2" },
3023 { 62319, "Electrified Accessory Generator Coolant Fan Status 2" },
3024 { 62320, "Electrified Accessory Motor Status 2" },
3025 { 62321, "Fuel Cell System Controller Information" },
3026 { 62322, "Fuel Cell System Minimum Power Information" },
3027 { 62323, "Fuel Cell System Maximum Power Information" },
3028 { 62324, "Fuel Cell System Minimum Current Information" },
3029 { 62325, "Fuel Cell System Maximum Current Information" },
3030 { 62326, "Hydrogen Storage System Information" },
3031 { 62327, "Fuel Cell System Operating State" },
3032 { 62328, "Fuel Cell System Operations Request" },
3033 { 62329, "Fuel Cell Stack Information " },
3034 { 62330, "Fuel Cell System Coolant Fan 1 Status 2" },
3035 { 62331, "Fuel Cell System Coolant Fan 2 Status 2" },
3036 { 62332, "Fuel Cell System Coolant Fan 3 Status 2" },
3037 { 62333, "Fuel Cell System Coolant Fan 4 Status 2" },
3038 { 62334, "HVESS Coolant Pump 1 Status 2" },
3039 { 62335, "HVESS Coolant Pump 2 Status 2" },
3040 { 62336, "High Voltage Energy Storage System Fan Status 2" },
3041 { 63935, "Enrichment Information" },
3042 { 63936, "Fuel Cell System Voltage Limit Command" },
3043 { 63939, "Auxiliary Input/Output Status 17" },
3044 { 63940, "Auxiliary Input/Output Status 16" },
3045 { 63941, "Auxiliary Input/Output Status 15" },
3046 { 63942, "Auxiliary Input/Output Status 14" },
3047 { 63943, "Auxiliary Input/Output Status 13" },
3048 { 63944, "Auxiliary Input/Output Status 12" },
3049 { 63945, "Auxiliary Input/Output Status 11" },
3050 { 63946, "Auxiliary Input/Output Status 10" },
3051 { 63947, "Auxiliary Input/Output Status 9" },
3052 { 63948, "Auxiliary Input/Output Status 8" },
3053 { 63949, "Aftertreatment System Information 8" },
3054 { 63950, "Brake Temperature 6" },
3055 { 63951, "Brake Temperature 5" },
3056 { 63952, "Brake Temperature 4" },
3057 { 63953, "Brake Temperature 3" },
3058 { 63954, "Brake Temperature 2" },
3059 { 63955, "Brake Temperature 1" },
3060 { 63956, "Wheel Brake Lining Remaining Information 3" },
3061 { 63957, "Wheel Brake Lining Remaining Information 2" },
3062 { 63958, "High Voltage Bus Contactor Status 3" },
3063 { 63959, "High Voltage Bus Contactor Status 2" },
3064 { 63960, "High Voltage Bus Connection Command 2" },
3065 { 63961, "Cab Illumination Data" },
3066 { 63962, "Service Needed DTC Information" },
3067 { 63963, "EVSE Status 2" },
3068 { 63964, "High Voltage Energy Storage System Thermal Management System Chiller 1" },
3069 { 63965, "High Voltage Energy Storage System Thermal Management System Chiller 2" },
3070 { 63966, "High Voltage Energy Storage System Thermal Management System Chiller 3" },
3071 { 63967, "HVESS Coolant Pump 1 Status 1" },
3072 { 63968, "HVESS Coolant Pump 1 Command" },
3073 { 63969, "HVESS Coolant Pump 2 Status 1" },
3074 { 63970, "HVESS Coolant Pump 2 Command" },
3075 { 63971, "Hydrogen Information" },
3076 { 63972, "Operator Inducement Information 2" },
3077 { 63973, "Operator Inducement Vehicle Speed Information 1" },
3078 { 63974, "Operator Inducement Vehicle Speed Information 2" },
3079 { 63975, "Engine Protection Speed Derate Information" },
3080 { 63976, "Engine Protection Torque Derate Information" },
3081 { 63977, "Aftertreatment System Information 7" },
3082 { 63978, "SAE J2012 3-Byte DTC Display" },
3083 { 63979, "High Voltage Energy Storage System Internal Status 5" },
3084 { 63980, "High Voltage Energy Storage System Internal Status 6" },
3085 { 63981, "High Voltage Energy Storage System Internal Status 7" },
3086 { 63982, "Engine Cylinder Average Ignition Delay Angle 1" },
3087 { 63983, "Engine Cylinder Average Ignition Delay Angle 2" },
3088 { 63984, "Engine Cylinder Average Ignition Delay Angle 3" },
3089 { 63985, "Engine Cylinder Average Ignition Delay Angle 4" },
3090 { 63986, "Engine Cylinder Average Ignition Delay Angle 5" },
3091 { 63987, " Engine Indicated Mean Effective Pressure Information 1" },
3092 { 63988, " Engine Indicated Mean Effective Pressure Information 2" },
3093 { 63989, " Engine Indicated Mean Effective Pressure Information 3" },
3094 { 63990, "Fuel Cell System Coolant Fan 1 Command" },
3095 { 63991, "Fuel Cell System Coolant Fan 1 Status 1" },
3096 { 63992, "Fuel Cell System Coolant Fan 2 Command" },
3097 { 63993, "Fuel Cell System Coolant Fan 2 Status 1" },
3098 { 63994, "Fuel Cell System Coolant Fan 3 Command" },
3099 { 63995, "Fuel Cell System Coolant Fan 3 Status 1" },
3100 { 63996, "Fuel Cell System Coolant Fan 4 Command" },
3101 { 63997, "Fuel Cell System Coolant Fan 4 Status 1" },
3102 { 63998, "APIs Supported" },
3103 { 63999, "Fuel Cell System Configuration" },
3104 { 64000, "Fuel Cell System Coolant Information 1" },
3105 { 64001, "Fuel Cell System Coolant Information 2" },
3106 { 64006, "Dash Display 3" },
3107 { 64007, "Vehicle Speed Profile" },
3108 { 64008, "Reference Time" },
3109 { 64009, "Software History" },
3110 { 64010, "Motor/Generator 1 Thermal Performance Status " },
3111 { 64011, "Motor/Generator 2 Thermal Performance Status " },
3112 { 64012, "Motor/Generator 3 Thermal Performance Status " },
3113 { 64013, "Motor/Generator 4 Thermal Performance Status " },
3114 { 64014, "Motor/Generator 5 Thermal Performance Status " },
3115 { 64015, "Motor/Generator 6 Thermal Performance Status " },
3116 { 64016, "On Board Programming Event Time/Date " },
3117 { 64017, "Aftertreatment 1 Light Off SCR Service Information 1" },
3118 { 64018, "Motor/Generator Location Extended" },
3119 { 64019, "Cold Start Emissions Reduction Strategy Current Operating Cycle Data" },
3120 { 64020, "Cold Start Emissions Reduction Strategy Average Data" },
3121 { 64021, "Genset Supporting Functions" },
3122 { 64022, "High Voltage Energy Storage System Internal Status 1 " },
3123 { 64023, "High Voltage Energy Storage System Internal Status 2" },
3124 { 64024, "High Voltage Energy Storage System Internal Status 3" },
3125 { 64025, "High Voltage Energy Storage System Internal Status 4" },
3126 { 64026, "Electronic Engine Controller 23" },
3127 { 64027, "Electronic Engine Controller 24" },
3128 { 64028, "Electronic Engine Controller 25" },
3129 { 64029, "High Voltage Bus Connection Command 1" },
3130 { 64030, "High Voltage Bus Contactor Status 1" },
3131 { 64031, "Aftertreatment System Information 6" },
3132 { 64032, "EV Multi-Connection DC Charging Limits 2" },
3133 { 64033, "EV Multi-Connection Charging In Progress" },
3134 { 64034, "Sensor Supply Voltage" },
3135 { 64035, "Motor/Generator Location (obsolete, use PGN 64018)" },
3136 { 64036, "High Voltage Energy Storage System Data 12" },
3137 { 64037, "High Voltage Energy Storage System Data 13" },
3138 { 64038, "High Voltage Energy Storage System Data 14" },
3139 { 64039, "High Voltage Energy Storage Pack 1 Internal Status 1" },
3140 { 64040, "High Voltage Energy Storage Pack 2 Internal Status 1" },
3141 { 64041, "High Voltage Energy Storage Pack 3 Internal Status 1" },
3142 { 64042, "High Voltage Energy Storage Pack 4 Internal Status 1" },
3143 { 64043, "High Voltage Energy Storage Pack 5 Internal Status 1" },
3144 { 64044, "High Voltage Energy Storage Pack 6 Internal Status 1" },
3145 { 64045, "High Voltage Energy Storage Pack 7 Internal Status 1" },
3146 { 64046, "High Voltage Energy Storage Pack 8 Internal Status 1" },
3147 { 64047, "High Voltage Energy Storage Pack 9 Internal Status 1" },
3148 { 64048, "High Voltage Energy Storage Pack 10 Internal Status 1" },
3149 { 64049, "High Voltage Energy Storage Pack 11 Internal Status 1" },
3150 { 64050, "High Voltage Energy Storage Pack 12 Internal Status 1" },
3151 { 64051, "Multi-Color Indicator Lamp Command" },
3152 { 64052, "Multi-Color Indicator Lamp Status" },
3153 { 64053, "Refuse Truck Body Information" },
3154 { 64054, "Engine Fluid Level/Pressure 14" },
3155 { 64055, "Well Stimulation Transmission Control" },
3156 { 64056, "Well Stimulation Pump Protection System Configuration Command 1" },
3157 { 64057, "Well Stimulation Pump Protection System Configuration Command 2" },
3158 { 64058, "Electric PTO Drive Engagement 1" },
3159 { 64059, "Electric PTO 1 Information" },
3160 { 64060, "Engine Exhaust O2 Sensor Information" },
3161 { 64061, "Gaseous Fuel Supply Pressure 3" },
3162 { 64062, "Traffic Signage" },
3163 { 64063, "Engine Configuration 4" },
3164 { 64064, "Electronic Transmission Controller 15" },
3165 { 64065, "Automated Driving System Network Configuration 2" },
3166 { 64066, "Automated Driving System Network Configuration 1" },
3167 { 64067, "Hybrid System Inputs 2" },
3168 { 64068, "Engine Speed/Load Factor Information 2" },
3169 { 64069, "Generator Trip Energy 2" },
3170 { 64070, "Security System Machine Operation Information" },
3171 { 64071, "Engine Fuel Actuator Service Mode" },
3172 { 64072, "Steering Wheel Controls" },
3173 { 64073, "Park Assist" },
3174 { 64074, "Extended DTC information" },
3175 { 64075, "Aftertreatment 2 SCR Dosing System Information 5" },
3176 { 64076, "Aftertreatment 1 SCR Dosing System Information 5" },
3177 { 64077, "EV Economy Information" },
3178 { 64078, "Automated Driving System Status 2" },
3179 { 64079, "Automated Driving System Control 3" },
3180 { 64080, "Aftercooler Valve" },
3181 { 64081, "Engine Radiator 1" },
3182 { 64082, "Engine Radiator 2" },
3183 { 64083, "Genset Enclosure Ventilation" },
3184 { 64084, "Heat Exchanger 1" },
3185 { 64085, "Heat Exchanger 2" },
3186 { 64086, "Heat Exchanger 3" },
3187 { 64087, "Heat Exchanger 4" },
3188 { 64088, "Engine Exhaust Gas Heat Exchanger" },
3189 { 64089, "Genset Enclosure Ventilation Louver" },
3190 { 64090, "Genset External Coolant System" },
3191 { 64091, "EV DC Status 1" },
3192 { 64092, "EVSE DC Charging Limits 3" },
3193 { 64093, "EVSE Power Max Schedule" },
3194 { 64094, "EV Charge Profile" },
3195 { 64095, "EV DC Charging Limits 2" },
3196 { 64096, "EV DC Charging In Progress" },
3197 { 64098, "Lighting Data 2" },
3198 { 64099, "Lighting Command 2" },
3199 { 64100, "Aftertreatment System Information 5" },
3200 { 64101, "Aftertreatment System Information 4" },
3201 { 64102, "Aftertreatment System Information 3" },
3202 { 64103, "Fluid Resistance 1" },
3203 { 64104, "Power Converter 2 Isolation Integrity Request" },
3204 { 64105, "Power Converter 1 Isolation Integrity Request" },
3205 { 64106, "Power Converter 2 Limits Request Power" },
3206 { 64107, "Power Converter 2 Limits Request Electrical" },
3207 { 64108, "Power Converter 2 Limits Request DC Energy Source 1" },
3208 { 64109, "Power Converter 1 Limits Request DC Energy Source 1" },
3209 { 64110, "Power Converter 1 Limits Request Electrical" },
3210 { 64111, "Power Converter 1 Limits Request Power" },
3211 { 64112, "Inverter 1 Lifetime Data" },
3212 { 64113, "Inverter 2 Lifetime Data" },
3213 { 64114, "Power Converter 2 Active Power Limits" },
3214 { 64115, "Power Converter 1 Active Power Limits" },
3215 { 64116, "Power Converter 2 Reference 1" },
3216 { 64117, "Power Converter 2 Reference 2" },
3217 { 64118, "Power Converter 2 Temperature" },
3218 { 64119, "Power Converter 1 Temperature" },
3219 { 64120, "Power Converter 1 Reference 2" },
3220 { 64121, "Power Converter 1 Reference 1" },
3221 { 64122, "Power Converter 1 Phase Current" },
3222 { 64123, "Power Converter 2 Phase Current" },
3223 { 64124, "Power Converter 1 Phase Voltage" },
3224 { 64125, "Power Converter 2 Phase Voltage" },
3225 { 64126, "Power Converter Power Module Switch Temperatures" },
3226 { 64127, "Power Converter 1 Power Module Switch Power Supply Voltage" },
3227 { 64128, "Power Converter 2 Power Module Switch Power Supply Voltage" },
3228 { 64129, "Power Converter Totals 1" },
3229 { 64130, "Transformer Temperatures" },
3230 { 64131, "Electrified Accessory Engine Coolant Pump Status" },
3231 { 64132, "High Voltage Energy Storage Pack 11 History" },
3232 { 64133, "High Voltage Energy Storage Pack 11 Configuration" },
3233 { 64134, "High Voltage Energy Storage Pack 12 History" },
3234 { 64135, "High Voltage Energy Storage Pack 12 Configuration" },
3235 { 64136, "High Voltage Energy Storage Pack 13 History" },
3236 { 64137, "High Voltage Energy Storage Pack 13 Configuration" },
3237 { 64138, "High Voltage Energy Storage Pack 14 History" },
3238 { 64139, "High Voltage Energy Storage Pack 14 Configuration" },
3239 { 64140, "High Voltage Energy Storage Pack 15 History" },
3240 { 64141, "High Voltage Energy Storage Pack 15 Configuration" },
3241 { 64142, "High Voltage Energy Storage Pack 16 History" },
3242 { 64143, "High Voltage Energy Storage Pack 16 Configuration" },
3243 { 64144, "High Voltage Energy Storage Pack 17 History" },
3244 { 64145, "High Voltage Energy Storage Pack 17 Configuration" },
3245 { 64146, "High Voltage Energy Storage Pack 18 History" },
3246 { 64147, "High Voltage Energy Storage Pack 18 Configuration" },
3247 { 64148, "High Voltage Energy Storage Pack 19 History" },
3248 { 64149, "High Voltage Energy Storage Pack 19 Configuration" },
3249 { 64150, "High Voltage Energy Storage Pack 20 History" },
3250 { 64151, "High Voltage Energy Storage Pack 20 Configuration" },
3251 { 64152, "High Voltage Energy Storage Pack 21 History" },
3252 { 64153, "High Voltage Energy Storage Pack 21 Configuration" },
3253 { 64154, "High Voltage Energy Storage Pack 22 History" },
3254 { 64155, "High Voltage Energy Storage Pack 22 Configuration" },
3255 { 64156, "High Voltage Energy Storage Pack 23 History" },
3256 { 64157, "High Voltage Energy Storage Pack 23 Configuration" },
3257 { 64158, "High Voltage Energy Storage Pack 24 History" },
3258 { 64159, "High Voltage Energy Storage Pack 24 Configuration" },
3259 { 64160, "High Voltage Energy Storage Pack 25 History" },
3260 { 64161, "High Voltage Energy Storage Pack 25 Configuration" },
3261 { 64162, "High Voltage Energy Storage Pack 26 History" },
3262 { 64163, "High Voltage Energy Storage Pack 26 Configuration" },
3263 { 64164, "Automated Driving System Control 2" },
3264 { 64165, "Dual Fuel Mode 3" },
3265 { 64166, "Dual Fuel Mode 2" },
3266 { 64167, "Dual Fuel Mode 1" },
3267 { 64168, "Transmission 1 History" },
3268 { 64169, "Transmission Shaft Twist Information" },
3269 { 64170, "Electronic Auxiliary Transmission Controller 2" },
3270 { 64171, "High Voltage Energy Storage Pack 10 Configuration" },
3271 { 64172, "High Voltage Energy Storage Pack 10 History" },
3272 { 64173, "High Voltage Energy Storage Pack 9 Configuration" },
3273 { 64174, "High Voltage Energy Storage Pack 9 History" },
3274 { 64175, "High Voltage Energy Storage Pack 8 Configuration" },
3275 { 64176, "High Voltage Energy Storage Pack 8 History" },
3276 { 64177, "High Voltage Energy Storage Pack 7 Configuration" },
3277 { 64178, "High Voltage Energy Storage Pack 7 History" },
3278 { 64179, "AUTOSAR Time Synchronization" },
3279 { 64180, "EV DC Charging Limits 1" },
3280 { 64181, "EVSE DC Charging Limits 1" },
3281 { 64182, "EVSE DC Charging Limits 2" },
3282 { 64183, "EV DC Charging Target" },
3283 { 64184, "EVSE DC Status 1" },
3284 { 64185, "EVSE 1 Contactor Cmd 1" },
3285 { 64186, "EVSE 1 Contactor Status 1" },
3286 { 64187, "Direct Lamp Control Command 3" },
3287 { 64188, "Direct Lamp Control Data 3" },
3288 { 64189, "Motor/Generator 1 Lifetime Data" },
3289 { 64190, "Motor/Generator 2 Lifetime Data" },
3290 { 64191, "Motor/Generator 3 Lifetime Data" },
3291 { 64192, "Motor/Generator 4 Lifetime Data" },
3292 { 64193, "Motor/Generator 5 Lifetime Data" },
3293 { 64194, "Motor/Generator 6 Lifetime Data" },
3294 { 64195, "Air Supply Pressure 3" },
3295 { 64196, "EVSE AC Supply Voltage" },
3296 { 64197, "EVSE AC 3-Phase Load" },
3297 { 64198, "Electronic Retarder Controller 3" },
3298 { 64200, "Electronic Transmission Controller 14" },
3299 { 64203, "Collision Avoidance System 4" },
3300 { 64204, "Collision Avoidance System 3" },
3301 { 64205, "Aftertreatment 1 SCR Exhaust Gas Pressures 2" },
3302 { 64206, "PTO Information 2" },
3303 { 64207, "EVCC Diagnostic Data 1" },
3304 { 64208, "Cab Door Control 2" },
3305 { 64209, "Engine Average Information 2" },
3306 { 64210, "Turbocharger Information 9" },
3307 { 64211, "Automated Driving System Control 1" },
3308 { 64212, "EVSE AC Status 2" },
3309 { 64213, "EVSE AC Status 1" },
3310 { 64214, "EVSE Status 1" },
3311 { 64215, "Object Detection Message #1/1" },
3312 { 64216, "Object Detection Message #2/1" },
3313 { 64217, "Object Detection Message #2/2" },
3314 { 64218, "Object Detection Message #2/3" },
3315 { 64219, "Object Detection Message #2/4" },
3316 { 64220, "Object Detection Message #2/5" },
3317 { 64221, "Object Detection Message #2/6" },
3318 { 64222, "Object Detection Message #2/7" },
3319 { 64223, "Object Detection Message #2/8" },
3320 { 64224, "Object Detection Message #2/9" },
3321 { 64225, "Object Detection Message #2/10" },
3322 { 64226, "Object Detection Message #2/11" },
3323 { 64227, "Object Detection Message #2/12" },
3324 { 64228, "Object Detection Message #2/13" },
3325 { 64229, "Object Detection Message #2/14" },
3326 { 64230, "Object Detection Message #2/15" },
3327 { 64231, "Object Detection Message #2/16" },
3328 { 64232, "Object Detection Message #2/17" },
3329 { 64233, "Object Detection Message #2/18" },
3330 { 64234, "Object Detection Message #2/19" },
3331 { 64235, "Object Detection Message #2/20" },
3332 { 64236, "Object Detection Message #2/21" },
3333 { 64237, "Temperature Sensing Module 1" },
3334 { 64238, "Temperature Sensing Module 2" },
3335 { 64239, "Aftertreatment 2 SCR Service Information 3" },
3336 { 64240, "Aftertreatment 1 SCR Service Information 3" },
3337 { 64241, "PSA Times Lifetime Hours" },
3338 { 64242, "PSA Times Stored 100 Hours" },
3339 { 64243, "PSA Times Active 100 Hours" },
3340 { 64244, "Hybrid Charge Depleting or Increasing Operation Lifetime Hours" },
3341 { 64245, "Hybrid Charge Depleting or Increasing Operation Stored 100 Hours" },
3342 { 64246, "Hybrid Charge Depleting or Increasing Operation Active 100 Hours" },
3343 { 64247, "Aftertreatment 1 Historical Information 3" },
3344 { 64248, "Engine Maximum Net Torque Map" },
3345 { 64249, "Aftertreatment 1 SCR 2 NOx Mass and NH3 Storage" },
3346 { 64250, "Aftertreatment 1 SCR 1 NOx Mass and NH3 Storage" },
3347 { 64251, "Evaporative System Pressure and Control" },
3348 { 64252, "GHG Tracking Lifetime Array Data" },
3349 { 64253, "GHG Tracking Stored 100 Hour Array Data" },
3350 { 64254, "GHG Tracking Active 100 Hour Array Data" },
3351 { 64255, "Green House Gas Stored 100 Hour Active Technology Tracking " },
3352 { 64256, "Green House Gas Active 100 Hour Active Technology Tracking " },
3353 { 64257, "Green House Gas Lifetime Active Technology Tracking " },
3354 { 64258, "NOx Tracking Engine Activity Lifetime Fuel Consumption Bins " },
3355 { 64259, "NOx Tracking Engine Activity Lifetime Engine Run Time Bins " },
3356 { 64260, "NOx Tracking Engine Activity Lifetime Vehicle Distance Bins " },
3357 { 64261, "NOx Tracking Engine Activity Lifetime Engine Output Energy Bins " },
3358 { 64262, "NOx Tracking Valid NOx Lifetime Fuel Consumption Bins " },
3359 { 64263, "NOx Tracking Valid NOx Lifetime Engine Run Time Bins " },
3360 { 64264, "NOx Tracking Valid NOx Lifetime Vehicle Distance Bins " },
3361 { 64265, "NOx Tracking Valid NOx Lifetime Engine Output Energy Bins " },
3362 { 64266, "NOx Tracking Valid NOx Lifetime Engine Out NOx Mass Bins " },
3363 { 64267, "NOx Tracking Valid NOx Lifetime System Out NOx Mass Bins " },
3364 { 64268, "NOx Tracking Stored 100 Hour Fuel Consumption Bins " },
3365 { 64269, "NOx Tracking Stored 100 Hour Engine Run Time Bins " },
3366 { 64270, "NOx Tracking Stored 100 Hour Vehicle Distance Bins " },
3367 { 64271, "NOx Tracking Stored 100 Hour Engine Output Energy Bins " },
3368 { 64272, "NOx Tracking Stored 100 Hour Engine Out NOx Mass Bins " },
3369 { 64273, "NOx Tracking Stored 100 Hour System Out NOx Mass Bins " },
3370 { 64274, "NOx Tracking Active 100 Hour Fuel Consumption Bins " },
3371 { 64275, "NOx Tracking Active 100 Hour Engine Run Time Bins " },
3372 { 64276, "NOx Tracking Active 100 Hour Vehicle Distance Bins " },
3373 { 64277, "NOx Tracking Active 100 Hour Engine Output Energy Bins " },
3374 { 64278, "NOx Tracking Active 100 Hour Engine Out NOx Mass Bins " },
3375 { 64279, "NOx Tracking Active 100 Hour System Out NOx Mass Bins " },
3376 { 64280, "Motor/Generator 6 Inverter Control 2" },
3377 { 64281, "Motor/Generator 6 Inverter Limits Request Power" },
3378 { 64282, "Motor/Generator 6 Inverter Limits Request Mechanical" },
3379 { 64283, "Motor/Generator 6 Inverter Limits Request DC Side" },
3380 { 64284, "Motor/Generator 6 Inverter Isolation Integrity Request" },
3381 { 64285, "Motor/Generator 5 Inverter Control 2" },
3382 { 64286, "Motor/Generator 5 Inverter Limits Request Power" },
3383 { 64287, "Motor/Generator 5 Inverter Limits Request Mechanical" },
3384 { 64288, "Motor/Generator 5 Inverter Limits Request DC Side" },
3385 { 64289, "Motor/Generator 5 Inverter Isolation Integrity Request" },
3386 { 64290, "Motor/Generator 4 Inverter Control 2" },
3387 { 64291, "Motor/Generator 4 Inverter Limits Request Power" },
3388 { 64292, "Motor/Generator 4 Inverter Limits Request Mechanical" },
3389 { 64293, "Motor/Generator 4 Inverter Limits Request DC Side" },
3390 { 64294, "Motor/Generator 4 Inverter Isolation Integrity Request" },
3391 { 64295, "Motor/Generator 3 Inverter Control 2" },
3392 { 64296, "Motor/Generator 3 Inverter Limits Request Power" },
3393 { 64297, "Motor/Generator 3 Inverter Limits Request Mechanical" },
3394 { 64298, "Motor/Generator 3 Inverter Limits Request DC Side" },
3395 { 64299, "Motor/Generator 3 Inverter Isolation Integrity Request" },
3396 { 64300, "Diagnostic Readiness 4" },
3397 { 64301, "Turbocharger Information 8" },
3398 { 64302, "Winch Information 2" },
3399 { 64303, "Motor/Generator 6 Inverter Reference 1" },
3400 { 64304, "Motor/Generator 6 Inverter Status 1" },
3401 { 64305, "Motor/Generator 6 Inverter Reference 2" },
3402 { 64306, "Motor/Generator 6 Inverter Temperature" },
3403 { 64307, "Motor/Generator 6 Inverter Motor Temperature" },
3404 { 64308, "Motor/Generator 6 Inverter Isolation Integrity" },
3405 { 64309, "Motor/Generator 6 Inverter Active Power Limits" },
3406 { 64310, "Motor/Generator 5 Inverter Reference 1" },
3407 { 64311, "Motor/Generator 5 Inverter Status 1" },
3408 { 64312, "Motor/Generator 5 Inverter Reference 2" },
3409 { 64313, "Motor/Generator 5 Inverter Temperature" },
3410 { 64314, "Motor/Generator 5 Inverter Motor Temperature" },
3411 { 64315, "Motor/Generator 5 Inverter Isolation Integrity" },
3412 { 64316, "Motor/Generator 5 Inverter Active Power Limits" },
3413 { 64317, "Motor/Generator 4 Inverter Reference 1" },
3414 { 64318, "Motor/Generator 4 Inverter Status 1" },
3415 { 64319, "Motor/Generator 4 Inverter Reference 2" },
3416 { 64320, "Motor/Generator 4 Inverter Temperature" },
3417 { 64321, "Motor/Generator 4 Inverter Motor Temperature" },
3418 { 64322, "Motor/Generator 4 Inverter Isolation Integrity" },
3419 { 64323, "Motor/Generator 4 Inverter Active Power Limits" },
3420 { 64324, "Motor/Generator 3 Inverter Reference 1" },
3421 { 64325, "Motor/Generator 3 Inverter Status 1" },
3422 { 64326, "Motor/Generator 3 Inverter Reference 2" },
3423 { 64327, "Motor/Generator 3 Inverter Temperature" },
3424 { 64328, "Motor/Generator 3 Inverter Motor Temperature" },
3425 { 64329, "Motor/Generator 3 Inverter Isolation Integrity" },
3426 { 64330, "Motor/Generator 3 Inverter Active Power Limits" },
3427 { 64331, "Automated Driving System Status 1" },
3428 { 64332, "Cab Climate System Information 2" },
3429 { 64333, "Maintenance Information" },
3430 { 64334, "Hoist Control Information" },
3431 { 64335, "High Voltage Energy Storage Pack 6 History" },
3432 { 64336, "High Voltage Energy Storage Pack 6 Configuration" },
3433 { 64337, "High Voltage Energy Storage Pack 5 History" },
3434 { 64338, "High Voltage Energy Storage Pack 5 Configuration" },
3435 { 64339, "High Voltage Energy Storage Pack 4 History" },
3436 { 64340, "High Voltage Energy Storage Pack 4 Configuration" },
3437 { 64341, "High Voltage Energy Storage Pack 3 History" },
3438 { 64342, "High Voltage Energy Storage Pack 3 Configuration" },
3439 { 64343, "High Voltage Energy Storage Pack 2 History" },
3440 { 64344, "High Voltage Energy Storage Pack 2 Configuration" },
3441 { 64345, "High Voltage Energy Storage Pack 1 History" },
3442 { 64346, "High Voltage Energy Storage Pack 1 Configuration" },
3443 { 64347, "Vehicle Fire Suppression System Module 1 Detector Data" },
3444 { 64348, "Vehicle Fire Suppression System Module 2 Detector Data" },
3445 { 64349, "Vehicle Fire Suppression System Module 3 Detector Data" },
3446 { 64350, "Vehicle Fire Suppression System Module 4 Detector Data" },
3447 { 64351, "Vehicle Fire Suppression System Module 1 Auxiliary Data" },
3448 { 64352, "Vehicle Fire Suppression System Module 2 Auxiliary Data" },
3449 { 64353, "Vehicle Fire Suppression System Module 3 Auxiliary Data" },
3450 { 64354, "Vehicle Fire Suppression System Module 4 Auxiliary Data" },
3451 { 64355, "Vehicle Fire Suppression System Module 1 Names" },
3452 { 64356, "Vehicle Fire Suppression System Module 2 Names" },
3453 { 64357, "Vehicle Fire Suppression System Module 3 Names" },
3454 { 64358, "Vehicle Fire Suppression System Module 4 Names" },
3455 { 64359, "Motor/Generator 2 Inverter Active Power Limits" },
3456 { 64360, "Motor/Generator 2 Inverter Isolation Integrity" },
3457 { 64361, "Motor/Generator 1 Inverter Active Power Limits" },
3458 { 64362, "Motor/Generator 1 Inverter Isolation Integrity" },
3459 { 64363, "High Voltage Bus Information" },
3460 { 64364, "Motor/Generator 2 Inverter Reference 1" },
3461 { 64365, "Motor/Generator 2 Inverter Status 1" },
3462 { 64366, "Motor/Generator 2 Inverter Reference 2" },
3463 { 64367, "Motor/Generator 2 Inverter Temperature" },
3464 { 64368, "Motor/Generator 2 Inverter Motor Temperature" },
3465 { 64369, "Motor/Generator 1 Inverter Motor Temperature" },
3466 { 64370, "Motor/Generator 1 Inverter Temperature" },
3467 { 64371, "Motor/Generator 1 Inverter Reference 2" },
3468 { 64372, "Motor/Generator 1 Inverter Status 1" },
3469 { 64373, "Motor/Generator 1 Inverter Reference 1" },
3470 { 64374, "Personnel Detect Status" },
3471 { 64375, "Engine Cylinder Pressure Gamma 1" },
3472 { 64376, "Engine Cylinder Pressure Gamma 2" },
3473 { 64377, "Engine Cylinder Pressure Gamma 3" },
3474 { 64378, "Engine Cylinder Pressure Gamma 4" },
3475 { 64379, "Engine Cylinder Pressure Gamma 5" },
3476 { 64380, "Reserved for Network Operation Mode" },
3477 { 64381, "Electrified Accessory Generator Coolant Pump Status 1" },
3478 { 64382, "Electrified Accessory Generator Coolant Fan Status 1" },
3479 { 64383, "Well Stimulation Pump System Filter Information" },
3480 { 64384, "PTO Governor Configuration" },
3481 { 64385, "On Board Programming 2" },
3482 { 64386, "Primary or Rear Hitch Yaw" },
3483 { 64387, "Secondary or Front Hitch Yaw" },
3484 { 64388, "Operator Status" },
3485 { 64389, "Engine Idle Management Information" },
3486 { 64390, "Alcohol Interlock To Vehicle" },
3487 { 64391, "Vehicle To Alcohol Interlock" },
3488 { 64392, "Marine Control Information 3" },
3489 { 64393, "Engine Fluid Level/Pressure 13" },
3490 { 64394, "High Voltage Energy Storage System Data 11" },
3491 { 64395, "Economy Mode Inactive Hours" },
3492 { 64396, "Economy Mode Estimated Instantaneous Fuel Savings Rate" },
3493 { 64397, "Economy Mode Active Hours" },
3494 { 64398, "Economy Mode Fuel Used" },
3495 { 64399, "Economy Mode Estimated Fuel Savings" },
3496 { 64400, "DC/DC Converter 4 Voltage" },
3497 { 64401, "DC/DC Converter 3 Voltage" },
3498 { 64402, "DC/DC Converter 2 Voltage" },
3499 { 64403, "DC/DC Converter 1 Voltage" },
3500 { 64404, "Electronic Engine Controller 22" },
3501 { 64405, "Engine Hours 2" },
3502 { 64406, "Engine Information 3" },
3503 { 64407, "Vehicle Electrical Power 15" },
3504 { 64408, "Exhaust Oxygen 2" },
3505 { 64409, "DC/AC Accessory Inverter 1 Temperatures" },
3506 { 64410, "DC/AC Accessory Inverter 1 DC Side Limits " },
3507 { 64411, "DC/AC Accessory Inverter 1 AC Side Limits " },
3508 { 64412, "DC/AC Accessory Inverter 1 Configuration 1" },
3509 { 64413, "DC/AC Accessory Inverter 1 Lifetime Data" },
3510 { 64414, "DC/AC Accessory Inverter 2 Temperatures" },
3511 { 64415, "DC/AC Accessory Inverter 2 DC Side Limits " },
3512 { 64416, "DC/AC Accessory Inverter 2 AC Side Limits " },
3513 { 64417, "DC/AC Accessory Inverter 2 Configuration 1" },
3514 { 64418, "DC/AC Accessory Inverter 2 Lifetime Data" },
3515 { 64419, "DC/AC Accessory Inverter 3 Temperatures" },
3516 { 64420, "DC/AC Accessory Inverter 3 DC Side Limits " },
3517 { 64421, "DC/AC Accessory Inverter 3 AC Side Limits " },
3518 { 64422, "DC/AC Accessory Inverter 3 Configuration 1" },
3519 { 64423, "DC/AC Accessory Inverter 3 Lifetime Data" },
3520 { 64424, "DC/AC Accessory Inverter 4 Temperatures" },
3521 { 64425, "DC/AC Accessory Inverter 4 DC Side Limits " },
3522 { 64426, "DC/AC Accessory Inverter 4 AC Side Limits " },
3523 { 64427, "DC/AC Accessory Inverter 4 Configuration 1" },
3524 { 64428, "DC/AC Accessory Inverter 4 Lifetime Data" },
3525 { 64429, "DC/AC Accessory Inverter 5 Temperatures" },
3526 { 64430, "DC/AC Accessory Inverter 5 DC Side Limits " },
3527 { 64431, "DC/AC Accessory Inverter 5 AC Side Limits " },
3528 { 64432, "DC/AC Accessory Inverter 5 Configuration 1" },
3529 { 64433, "DC/AC Accessory Inverter 5 Lifetime Data" },
3530 { 64434, "Well Stimulation Pump Sensor Calibration Status" },
3531 { 64435, "Well Stimulation Pump Fluid Volume" },
3532 { 64436, "Well Stimulation Pump Serial Number" },
3533 { 64437, "Well Stimulation Pump Trip Hours" },
3534 { 64438, "Aftertreatment 1 Outlet Gas 4" },
3535 { 64439, "Aftertreatment 1 Intake Gas 4" },
3536 { 64440, "DC/DC Converter 4 Lifetime Data" },
3537 { 64441, "DC/DC Converter 4 Configuration 1" },
3538 { 64442, "DC/DC Converter 4 SLI Battery Limits" },
3539 { 64443, "DC/DC Converter 4 Temperatures" },
3540 { 64444, "DC/DC Converter 4 Low Side Limits" },
3541 { 64445, "DC/DC Converter 4 High Side Limits" },
3542 { 64446, "DC/DC Converter 3 Lifetime Data" },
3543 { 64447, "DC/DC Converter 3 Configuration 1" },
3544 { 64448, "DC/DC Converter 3 SLI Battery Limits" },
3545 { 64449, "DC/DC Converter 3 Temperatures" },
3546 { 64450, "DC/DC Converter 3 Low Side Limits" },
3547 { 64451, "DC/DC Converter 3 High Side Limits" },
3548 { 64452, "DC/DC Converter 2 Lifetime Data" },
3549 { 64453, "DC/DC Converter 2 Configuration 1" },
3550 { 64454, "DC/DC Converter 2 SLI Battery Limits" },
3551 { 64455, "DC/DC Converter 2 Temperatures" },
3552 { 64456, "DC/DC Converter 2 Low Side Limits" },
3553 { 64457, "DC/DC Converter 2 High Side Limits" },
3554 { 64458, "CiA 602-2 AUTOSAR CAN-NM" },
3555 { 64459, "Engine Exhaust Particulate Control System Info" },
3556 { 64460, "Well Stimulation Pump Hours" },
3557 { 64461, "Well Stimulation Pump System Configuration Status" },
3558 { 64462, "Configurable Receive SPNs Status" },
3559 { 64463, "DC/DC Converter 1 Lifetime Data" },
3560 { 64464, "DC/DC Converter 1 Configuration 1" },
3561 { 64465, "DC/DC Converter 1 SLI Battery Limits" },
3562 { 64466, "Pump Oil Message" },
3563 { 64467, "Well Stimulation Pump System Lifetime Totals" },
3564 { 64468, "Well Stimulation Pump System Configuration" },
3565 { 64469, "Aftercooler and Oil Cooler Fluids 2" },
3566 { 64470, "Electronic Engine Controller 21" },
3567 { 64471, "Configurable Transmit PGNs Status" },
3568 { 64472, "DC/DC Converter 1 Temperatures" },
3569 { 64473, "DC/DC Converter 1 Low Side Limits" },
3570 { 64474, "DC/DC Converter 1 High Side Limits" },
3571 { 64475, "Reserved for Diagnostic Message" },
3572 { 64476, "Door Control 4" },
3573 { 64477, "Door Control 3" },
3574 { 64478, "Engine Temperature 6" },
3575 { 64479, "Intake/Exhaust Conditions 3" },
3576 { 64480, "Aftercooler and Oil Cooler Fluids 1" },
3577 { 64481, "Diode Temperature 2" },
3578 { 64482, "Diode Temperature 1" },
3579 { 64483, "Alternator Temperature 2" },
3580 { 64484, "Fuel Information 7 (Gaseous)" },
3581 { 64485, "High Voltage Energy Storage System Fan Status 1" },
3582 { 64486, "High Voltage Energy Storage System Fan Commands" },
3583 { 64487, "SCR Operator Inducement Information 5" },
3584 { 64488, "Aftertreatment System Information 2" },
3585 { 64489, "Ethernet 1 Connection Information 2" },
3586 { 64490, "Ethernet 1 Connection Information 1" },
3587 { 64491, "Oil Debris Monitor Counts Ferrous Bins 1 & 2" },
3588 { 64492, "Oil Debris Monitor Counts Ferrous Bins 3 & 4" },
3589 { 64493, "Oil Debris Monitor Counts Ferrous Bins 5 & 6" },
3590 { 64494, "Oil Debris Monitor Counts Non-Ferrous Bins 1 & 2" },
3591 { 64495, "Oil Debris Monitor Counts Non-Ferrous Bins 3 & 4" },
3592 { 64496, "Oil Debris Monitor Counts Non-Ferrous Bins 5 & 6" },
3593 { 64497, "Oil Debris Monitoring System Status" },
3594 { 64498, "Engine Fuel/Lube Systems 3" },
3595 { 64499, "Cruise Control / Vehicle Speed 5" },
3596 { 64500, "Aftertreatment 2 Diesel Oxidation Catalyst 2" },
3597 { 64501, "Aftertreatment 1 Diesel Oxidation Catalyst 2" },
3598 { 64502, "Vehicle Position 2" },
3599 { 64503, "Electrified Accessory Propulsion Motor Coolant Fan 3 Status 1" },
3600 { 64504, "Electrified Accessory Propulsion Motor Coolant Fan 2 Status 1" },
3601 { 64505, "Electrified Accessory Propulsion Motor Coolant Fan 1 Status 1" },
3602 { 64506, "Electrified Accessory Power Electronics Coolant Fan 3 Status 1" },
3603 { 64507, "Electrified Accessory Power Electronics Coolant Fan 2 Status 1" },
3604 { 64508, "Electrified Accessory Power Electronics Coolant Fan 1 Status 1" },
3605 { 64509, "Electrified Accessory Propulsion Motor Oil Pump Status 1" },
3606 { 64510, "Electrified Accessory Propulsion Motor Coolant Pump Status 1" },
3607 { 64511, "Electrified Accessory Power Electronics Coolant Pump Status 1" },
3608 { 64512, "Trailer Wheel Brake Wear Life Remaining Information" },
3609 { 64513, "Electrified Accessory Motor Status 1" },
3610 { 64514, "SCR System Information" },
3611 { 64515, "Vehicle Electrical Power 14" },
3612 { 64516, "Vehicle Electrical Power 13" },
3613 { 64517, "Vehicle Electrical Power 12" },
3614 { 64518, "Vehicle Electrical Power 11" },
3615 { 64519, "Vehicle Electrical Power 10" },
3616 { 64520, "Vehicle Electrical Power 9" },
3617 { 64521, "Vehicle Electrical Power 8" },
3618 { 64522, "Vehicle Electrical Power 7" },
3619 { 64523, "Electronic Engine Controller 20" },
3620 { 64524, "Evaporative Systems" },
3621 { 64525, "Fire Pump Statistics 1" },
3622 { 64526, "Primary or Rear Hitch Roll and Pitch Sensitivity" },
3623 { 64527, "Secondary or Front Hitch Roll and Pitch Sensitivity" },
3624 { 64528, "Ambient Conditions 3" },
3625 { 64529, "Total Gaseous Fuel Information" },
3626 { 64530, "Cab Door Control 1" },
3627 { 64531, "Door Latch Status" },
3628 { 64532, "Vehicle Electrical Power 3 (obsolete, use PGN 65106)" },
3629 { 64533, "Vehicle Electrical Power 6" },
3630 { 64534, "Payload Temperature 2" },
3631 { 64535, "Payload Temperature 1" },
3632 { 64536, "Payload System Totals 2" },
3633 { 64537, "Payload System Totals 1" },
3634 { 64538, "HVESS Thermal Management System Control 1" },
3635 { 64539, "HVESS Thermal Management System Control 2" },
3636 { 64540, "Refrigeration Compartment Information 1" },
3637 { 64541, "Refrigeration Compartment Information 2" },
3638 { 64542, "Vehicle Electrical Power 16" },
3639 { 64543, "Vehicle Electrical Power 17" },
3640 { 64544, "High Voltage Energy Storage System Module Status 2" },
3641 { 64545, "High Voltage Energy Storage System Module Status 3" },
3642 { 64546, "Electronic Engine Controller 19" },
3643 { 64547, "Fuel Consumption (Liquid) 2" },
3644 { 64548, "Aftertreatment 2 Diesel Exhaust Fluid Tank 1 Information 2" },
3645 { 64549, "Aftertreatment 1 Diesel Exhaust Fluid Tank 1 Information 2" },
3646 { 64550, "Aftertreatment 2 Diesel Exhaust Fluid Information 2" },
3647 { 64551, "Aftertreatment 1 Diesel Exhaust Fluid Information 2" },
3648 { 64552, "Cruise Control / Vehicle Speed 6" },
3649 { 64553, "Forward Lane Image 3" },
3650 { 64554, "Operator Inducement Information 1" },
3651 { 64555, "Cruise Control / Vehicle Speed 4" },
3652 { 64556, "Brake Caliper Lining Clearance" },
3653 { 64557, "Alternate Fuel 5" },
3654 { 64558, "Engine Turbocharger Control 3" },
3655 { 64559, "Fire Suppression Agent Status" },
3656 { 64560, "SCR Operator Inducement Information 4" },
3657 { 64561, "Aftertreatment System Information 1" },
3658 { 64562, "Aftertreatment 1 Particulate Sensor Information 3" },
3659 { 64563, "Engine Fuel Injector Metering Rail Pressure Information 3" },
3660 { 64564, "Engine Fuel Injector Metering Rail Pressure Information 2" },
3661 { 64565, "Aftertreatment 2 Diesel Exhaust Fluid Pump 1 Information" },
3662 { 64566, "Gaseous Fuel Supply Valve Information" },
3663 { 64567, "Engine Oil Mist Detection Information 2" },
3664 { 64568, "Engine Oil Mist Detection Information 1" },
3665 { 64569, "Gaseous Fuel Supply Pressure 2" },
3666 { 64570, "Gaseous Fuel Supply Pressure 1" },
3667 { 64571, "Engine End Bearing Temperature 3" },
3668 { 64572, "Engine End Bearing Temperature 2" },
3669 { 64573, "Engine End Bearing Temperature 1" },
3670 { 64574, "Heat Exchanger Debris Purge Information" },
3671 { 64575, "Engine Turbocharger Control 2" },
3672 { 64576, "Engine Hydraulic Fuel 2 Pump Status" },
3673 { 64577, "Alternate Fuel 4" },
3674 { 64578, "Tire Condition Message 2" },
3675 { 64579, "Tire Configuration Status Information" },
3676 { 64580, "High Voltage Energy Storage System Data 15" },
3677 { 64581, "Tire Wireless Signal Strength Indicator" },
3678 { 64582, "Tire Sensor Identification Status" },
3679 { 64583, "Monitored Tire Information" },
3680 { 64584, "Aftertreatment 2 Historical Information 2" },
3681 { 64585, "Aftertreatment 1 Historical Information 2" },
3682 { 64586, "SCR System Cleaning" },
3683 { 64587, "Electronic Engine Controller 17" },
3684 { 64588, "SCR Operator Inducement Information 3" },
3685 { 64589, "Aftertreatment 2 SCR Dosing System Information 3" },
3686 { 64590, "Aftertreatment 1 SCR Dosing System Information 3" },
3687 { 64591, "Payload Weight Sensor Information" },
3688 { 64592, "Payload System Status" },
3689 { 64593, "Air Suspension Control 7" },
3690 { 64594, "Bin Weight and Lift Count" },
3691 { 64595, "Engine Gaseous Leakage Information" },
3692 { 64596, "Driving and Rest Times Driver 2" },
3693 { 64597, "Driving and Rest Times Driver 1" },
3694 { 64598, "SCR Operator Inducement Information 2" },
3695 { 64599, "SCR Operator Inducement Information 1" },
3696 { 64600, "Turbocharger Information 7" },
3697 { 64601, "Engine Load Sharing Information" },
3698 { 64602, "Synchronized Service Distance Information" },
3699 { 64603, "Synchronized Service Delay/Operational Time Based Information" },
3700 { 64604, "Synchronized Service Delay/Calendar Time Based Information" },
3701 { 64605, "High Voltage Energy Storage System Configuration" },
3702 { 64606, "High Voltage Energy Storage System History" },
3703 { 64607, "Encoder Position" },
3704 { 64608, "Encoder High Resolution Position" },
3705 { 64609, "Encoder Speed" },
3706 { 64610, "Encoder Acceleration" },
3707 { 64611, "Encoder Position with Speed and Acceleration" },
3708 { 64612, "Inclinometer Slope Longitudinal (16 bit)" },
3709 { 64613, "Inclinometer Slope Longitudinal (32 bit)" },
3710 { 64614, "Inclinometer Slope Lateral (16 bit)" },
3711 { 64615, "Inclinometer Slope Lateral (32 bit)" },
3712 { 64616, "CANopen Emergency Message" },
3713 { 64617, "EV Operator Indicators 1" },
3714 { 64618, "System Identification" },
3715 { 64619, "Engine Maximum Net Torque Map (obsolete, use PGN 64248)" },
3716 { 64620, "Alarm" },
3717 { 64621, "Acoustic Warning Request" },
3718 { 64622, "Acoustic Warning State" },
3719 { 64623, "Vehicle Load" },
3720 { 64624, "Body Application Unit 1" },
3721 { 64625, "Body Application Unit 2" },
3722 { 64626, "Body Application Unit 3" },
3723 { 64627, "Body Application Unit 4" },
3724 { 64628, "Body Application Unit 5" },
3725 { 64629, "Body Application Unit 6" },
3726 { 64630, "Body Application Unit 7" },
3727 { 64631, "Body Application Unit 8" },
3728 { 64632, "Electronic Control Unit" },
3729 { 64633, "ECU Power Supply" },
3730 { 64634, "ECU Temperature" },
3731 { 64635, "Error" },
3732 { 64636, "Heating And Refrigerating Unit 1" },
3733 { 64637, "Heating And Refrigerating Unit 2" },
3734 { 64638, "Heating And Refrigerating Unit 3" },
3735 { 64639, "Heating And Refrigerating Unit 4" },
3736 { 64640, "HRU Temperature Setpoint" },
3737 { 64641, "Lifting Unit 1" },
3738 { 64642, "Tail-Lift Unit 1" },
3739 { 64643, "Vehicle Status" },
3740 { 64644, "Windshield Wiper Request" },
3741 { 64645, "Fuel Cell Auxiliary Heater Control" },
3742 { 64646, "Fuel Cell Auxiliary Heater Information" },
3743 { 64647, "Fuel Cell Coolant Pump 1 Command" },
3744 { 64648, "Fuel Cell Coolant Pump 2 Command" },
3745 { 64649, "Fuel Cell Coolant Pump 1 Status" },
3746 { 64650, "Fuel Cell Coolant Pump 2 Status" },
3747 { 64651, "Aftertreatment 1 Particulate Sensor Information 2" },
3748 { 64652, "Aftertreatment 1 Particulate Sensor Information 1" },
3749 { 64653, "Product Identification Information" },
3750 { 64654, "Control Function Functionalities" },
3751 { 64655, "Alternate Fuel 3" },
3752 { 64656, "Engine Fuel Injector Metering Rail Pressure Information 1" },
3753 { 64657, "Engine Exhaust NOx" },
3754 { 64658, "Air Fuel Ratio" },
3755 { 64659, "Gaseous Fuel Pressure 2" },
3756 { 64660, "Aftertreatment System Abuse Information" },
3757 { 64661, "Engine Cylinder Pressure Monitor Status Information" },
3758 { 64662, "Engine Information 2" },
3759 { 64663, "Electronic Steering Control 2" },
3760 { 64664, "Vehicle Speed Limiter" },
3761 { 64665, "Assembly Unit Identification" },
3762 { 64666, "Joystick 3 Lamp Status" },
3763 { 64667, "Joystick 2 Lamp Status" },
3764 { 64668, "Joystick 1 Lamp Status" },
3765 { 64669, "Engine Timing Actuator Position Command" },
3766 { 64670, "Engine Timing Actuator Position" },
3767 { 64671, "Dash Display 2" },
3768 { 64672, "Multi-fuel Engine Hours" },
3769 { 64673, "Engine Spark Misfire Rate 3" },
3770 { 64674, "Engine Spark Misfire Rate 2" },
3771 { 64675, "Engine Spark Misfire Rate 1" },
3772 { 64676, "Engine Spark Maximum Voltage 6" },
3773 { 64677, "Engine Spark Maximum Voltage 5" },
3774 { 64678, "Engine Spark Maximum Voltage 4" },
3775 { 64679, "Engine Spark Maximum Voltage 3" },
3776 { 64680, "Engine Spark Maximum Voltage 2" },
3777 { 64681, "Engine Spark Maximum Voltage 1" },
3778 { 64682, "Engine Spark Minimum Voltage 6" },
3779 { 64683, "Engine Spark Minimum Voltage 5" },
3780 { 64684, "Engine Spark Minimum Voltage 4" },
3781 { 64685, "Engine Spark Minimum Voltage 3" },
3782 { 64686, "Engine Spark Minimum Voltage 2" },
3783 { 64687, "Engine Spark Minimum Voltage 1" },
3784 { 64688, "Engine Ignition Controller Maintenance Hours" },
3785 { 64689, "Engine Ignition Control Module Status" },
3786 { 64690, "Switched Power Output Current" },
3787 { 64691, "Fused Power Output Current" },
3788 { 64692, "Switched Power Output Status" },
3789 { 64693, "Fused Power Output Status" },
3790 { 64694, "Vehicle Electrical Power 5" },
3791 { 64695, "Hybrid System Status 2" },
3792 { 64696, "Aftertreatment 2 Service 2" },
3793 { 64697, "Aftertreatment 1 Service 2" },
3794 { 64698, "Aftertreatment 2 SCR Electronic Control Module Information" },
3795 { 64699, "Aftertreatment 1 SCR Electronic Control Module Information" },
3796 { 64700, "Aftertreatment 2 SCR Service Information 2" },
3797 { 64701, "Aftertreatment 1 SCR Service Information 2" },
3798 { 64702, "Electronic Transmission Controller #9" },
3799 { 64703, "Electronic Transmission Controller #10" },
3800 { 64704, "Electronic Transmission Controller #11" },
3801 { 64705, "Transmission Fluids 3" },
3802 { 64706, "Hybrid or EV System Status 1" },
3803 { 64707, "Fuel Information 4 (Gaseous)" },
3804 { 64708, "Aftertreatment 2 SCR Exhaust Gas Temperature 2" },
3805 { 64709, "Aftertreatment 1 SCR Exhaust Gas Temperature 2" },
3806 { 64710, "OBD Information" },
3807 { 64711, "Model Year and Certification Engine Family" },
3808 { 64712, "Electronic Engine Controller 13" },
3809 { 64713, "Engine Fuel/Throttle Valve Information 2" },
3810 { 64714, "Engine Exhaust Gas Recirculation 2 Actuator" },
3811 { 64715, "Engine Exhaust Gas Recirculation 1 Actuator" },
3812 { 64716, "Electronic Engine Controller 12" },
3813 { 64717, "Drive Strategy Status" },
3814 { 64718, "Drive Strategy command" },
3815 { 64719, "NOx Sensor Self-Diagnosis Request" },
3816 { 64720, "Engine Particulate Sensor Information" },
3817 { 64721, "Active Service Only DTCs" },
3818 { 64722, "Previously Active Service Only DTCs" },
3819 { 64723, "Diagnostic Data Clear/Reset for All Service Only DTCs" },
3820 { 64724, "XCP Get Slave ID" },
3821 { 64725, "Aftertreatment 1 Diesel Exhaust Fluid Pump 1 Information" },
3822 { 64726, "Aftertreatment 1 Diesel Particulate Filter 2 Soot 5" },
3823 { 64727, "Aftertreatment 1 Diesel Particulate Filter 2 Soot 4" },
3824 { 64728, "Aftertreatment 1 Diesel Particulate Filter 2 Soot 3" },
3825 { 64729, "Aftertreatment 1 Diesel Particulate Filter 1 Soot 5" },
3826 { 64730, "Aftertreatment 1 Diesel Particulate Filter 1 Soot 4" },
3827 { 64731, "Aftertreatment 1 Diesel Particulate Filter 1 Soot 3" },
3828 { 64732, "Cruise Control / Vehicle Speed 3" },
3829 { 64733, "Aftertreatment 2 Air Control 3" },
3830 { 64734, "Aftertreatment 1 Air Control 3" },
3831 { 64735, "Engine Fluid Level/Pressure 12" },
3832 { 64736, "Diesel Particulate Filter Control 2" },
3833 { 64737, "Fuel Economy 2 (Liquid)" },
3834 { 64738, "Supplemental Fan Status" },
3835 { 64739, "Engine Exhaust Brake Control" },
3836 { 64740, "Engine Fuel Properties" },
3837 { 64741, "Hydraulic Oil Properties" },
3838 { 64742, "Vehicle/Chassis Lubrication System 2" },
3839 { 64743, "Engine Configuration 3" },
3840 { 64744, "Intake Valve Actuation Control" },
3841 { 64745, "Armrest Switch Matrix Commands" },
3842 { 64746, "Vehicle Electrical Power 4 (obsolete, use PGN 64695)" },
3843 { 64747, "Aftertreatment 2 NOx Adsorber Information" },
3844 { 64748, "Aftertreatment 1 NOx Adsorber Information" },
3845 { 64749, "Aftertreatment 2 Warm Up Diesel Oxidation Catalyst Information" },
3846 { 64750, "Land Leveling System Reference Elevation Data" },
3847 { 64751, "Engine Fluid Level/Pressure 11" },
3848 { 64752, "Engine Fuel/Lube _x000D_Systems 2" },
3849 { 64753, "Engine Turbocharger Wastegate Actuator and Exhaust Back Pressure Regulator Information 1" },
3850 { 64754, "Engine Fuel/Throttle Valve Information 1" },
3851 { 64755, "Engine Turbocharger Compressor Bypass Information" },
3852 { 64756, "Charge Air Cooler 2" },
3853 { 64757, "Charge Air Cooler 2 Precooler" },
3854 { 64758, "Charge Air Cooler 1" },
3855 { 64759, "Charge Air Cooler 1 Precooler" },
3856 { 64760, "Diesel Particulate Filter 2 Soot 2" },
3857 { 64761, "Diesel Particulate Filter 1 Soot 2" },
3858 { 64762, "Electronic Engine Controller 11" },
3859 { 64763, "Engine Manifold Actuator Position" },
3860 { 64764, "Engine Manifold Actuator Control" },
3861 { 64765, "Electronic Engine Controller 9" },
3862 { 64766, "Electronic Engine Controller 10" },
3863 { 64767, "Engine Temperature 5" },
3864 { 64768, "Engine Fluid Level/Pressure 10" },
3865 { 64769, "Low Voltage Disconnect Status" },
3866 { 64770, "All implements stop operations switch state" },
3867 { 64771, "Implement Operating state command" },
3868 { 64772, "Direct Lamp Control Data 2" },
3869 { 64773, "Direct Lamp Control Data 1" },
3870 { 64774, "Direct Lamp Control Command 2" },
3871 { 64775, "Direct Lamp Control Command 1" },
3872 { 64776, "Engine oil message" },
3873 { 64777, "High Resolution Fuel Consumption (Liquid)" },
3874 { 64778, "Aftertreatment 2 Outlet Gas NOx Sensor Correction Data 2" },
3875 { 64779, "Aftertreatment 2 Outlet Gas NOx Sensor Correction Data 1" },
3876 { 64780, "Aftertreatment 2 Intake Gas NOx Sensor Correction Data 2" },
3877 { 64781, "Aftertreatment 2 Intake Gas NOx Sensor Correction Data 1" },
3878 { 64782, "Aftertreatment 1 Outlet Gas NOx Sensor Correction Data 2" },
3879 { 64783, "Aftertreatment 1 Outlet Gas NOx Sensor Correction Data 1" },
3880 { 64784, "Aftertreatment 1 Intake Gas NOx Sensor Correction Data 2" },
3881 { 64785, "Aftertreatment 1 Intake Gas NOx Sensor Correction Data 1" },
3882 { 64786, "Magnet Status Information 1" },
3883 { 64787, "Magnet System Configuration Information" },
3884 { 64788, "Battery Charger 2" },
3885 { 64789, "Battery Charger 1" },
3886 { 64790, "Occupant Classification System Information" },
3887 { 64791, "Beltlock and Airbag Deactivation Switch Information" },
3888 { 64792, "Collision Sensor Information" },
3889 { 64793, "Ignitor Loop Information" },
3890 { 64794, "Aftertreatment 1 Warm Up Diesel Oxidation Catalyst Information" },
3891 { 64795, "Diesel Particulate Filter 2 Soot" },
3892 { 64796, "Diesel Particulate Filter 1 Soot" },
3893 { 64797, "Aftertreatment Differential Temperature 2 " },
3894 { 64798, "Aftertreatment Differential Temperature 1 " },
3895 { 64799, "Aftertreatment 2 Diesel Oxidation Catalyst 1" },
3896 { 64800, "Aftertreatment 1 Diesel Oxidation Catalyst 1" },
3897 { 64801, "Aftertreatment 2 Gas Oxidation Catalyst" },
3898 { 64802, "Aftertreatment 1 Gas Oxidation Catalyst" },
3899 { 64803, "Extended Joystick Message 10" },
3900 { 64804, "Basic Joystick Message 10" },
3901 { 64805, "Extended Joystick Message 9" },
3902 { 64806, "Basic Joystick Message 9" },
3903 { 64807, "Extended Joystick Message 8" },
3904 { 64808, "Basic Joystick Message 8" },
3905 { 64809, "Extended Joystick Message 7" },
3906 { 64810, "Basic Joystick Message 7" },
3907 { 64811, "Extended Joystick Message 6" },
3908 { 64812, "Basic Joystick Message 6" },
3909 { 64813, "Extended Joystick Message 5" },
3910 { 64814, "Basic Joystick Message 5" },
3911 { 64815, "Extended Joystick Message 4" },
3912 { 64816, "Basic Joystick Message 4" },
3913 { 64817, "Fan Drive #2" },
3914 { 64818, "ECU diagnostic protocol" },
3915 { 64819, "Aftertreatment 2 Diesel Exhaust Fluid Supply Information" },
3916 { 64820, "Aftertreatment 2 SCR Reagant Tank 2 Information" },
3917 { 64821, "Aftertreatment 2 Diesel Exhaust Fluid Tank 1 Information 1" },
3918 { 64822, "Aftertreatment 2 Diesel Exhaust Fluid Information 1" },
3919 { 64823, "Aftertreatment 2 SCR Service Information 1" },
3920 { 64824, "Aftertreatment 2 SCR Exhaust Gas Temperature 1" },
3921 { 64825, "Aftertreatment 2 SCR Exhaust Gas Pressures" },
3922 { 64826, "Aftertreatment 2 SCR Dosing System Requests 2" },
3923 { 64827, "Aftertreatment 2 SCR Dosing System Information 2" },
3924 { 64828, "Aftertreatment 1 Diesel Exhaust Fluid Supply Information" },
3925 { 64829, "Aftertreatment 1 SCR Reagant Tank 2 Information" },
3926 { 64830, "Aftertreatment 1 SCR Exhaust Gas Temperature 1" },
3927 { 64831, "Aftertreatment 1 SCR Exhaust Gas Pressures" },
3928 { 64832, "Aftertreatment 1 SCR Dosing System Requests 2" },
3929 { 64833, "Aftertreatment 1 SCR Dosing System Information 2" },
3930 { 64834, "ISOBUS compliance certification" },
3931 { 64835, "Machine Selected Speed command" },
3932 { 64836, "Aftertreatment 2 Fuel Control 2" },
3933 { 64837, "Aftertreatment 2 Three Way Catalyst" },
3934 { 64838, "Aftertreatment 1 Three Way Catalyst" },
3935 { 64839, "Transmission Mode Labels" },
3936 { 64840, "Engine Exhaust Bank 2 O2 Fuel Trim" },
3937 { 64841, "Engine Exhaust Bank 1 O2 Fuel Trim" },
3938 { 64842, "General Purpose Message #2/11" },
3939 { 64843, "General Purpose Message #2/10" },
3940 { 64844, "General Purpose Message #2/9" },
3941 { 64845, "General Purpose Message #2/8" },
3942 { 64846, "General Purpose Message #2/7" },
3943 { 64847, "General Purpose Message #2/6" },
3944 { 64848, "General Purpose Message #1/9" },
3945 { 64849, "Aftercooler Coolant Control Valve Command" },
3946 { 64850, "Engine Coolant Control Valve Command" },
3947 { 64851, "Engine Average Information" },
3948 { 64852, "DTCs - C, Previously Active" },
3949 { 64853, "DTCs - C, Confirmed and Active" },
3950 { 64854, "DTCs - C, Pending" },
3951 { 64855, "DTCs - B2, Previously Active" },
3952 { 64856, "DTCs - B2, Confirmed and Active" },
3953 { 64857, "DTCs - B2, Pending" },
3954 { 64858, "DTCs - B1, Previously Active" },
3955 { 64859, "DTCs - B1, Confirmed and Active" },
3956 { 64860, "DTCs - B1, Pending" },
3957 { 64861, "DTCs - A, Previously Active" },
3958 { 64862, "DTCs - A, Confirmed and Active" },
3959 { 64863, "DTCs - A, Pending" },
3960 { 64864, "Harmonized B1 Failure Counts" },
3961 { 64865, "Harmonized Cumulative Continuous Malfunction Indicator – System" },
3962 { 64866, "Harmonized Global Regulation Description" },
3963 { 64867, "Harmonized Roadworthiness – System" },
3964 { 64868, "Harmonized Roadworthiness - Vehicle" },
3965 { 64869, "Aftertreatment 1 Fuel Control 2" },
3966 { 64870, "Engine Temperature 4" },
3967 { 64871, "Zero Net Vehicle Weight Change" },
3968 { 64872, "Gross Combination Vehicle Weight" },
3969 { 64873, "Axle Group Calibration Weights" },
3970 { 64874, "Axle Group Weight" },
3971 { 64875, "Available Axle Group Weights" },
3972 { 64876, "Aftertreatment 2 Air Control 2" },
3973 { 64877, "Aftertreatment 1 Air Control 2" },
3974 { 64878, "Aftertreatment 1 SCR Service Information 1" },
3975 { 64879, "Electronic Engine Controller 8" },
3976 { 64880, "Door ramp control" },
3977 { 64881, "Brake actuator stroke status" },
3978 { 64882, "Engine Spark Voltage 6" },
3979 { 64883, "Engine Spark Voltage 5" },
3980 { 64884, "Engine Spark Voltage 4" },
3981 { 64885, "Engine Spark Voltage 3" },
3982 { 64886, "Engine Spark Voltage 2" },
3983 { 64887, "Engine Spark Voltage 1" },
3984 { 64888, "Aftertreatment 2 Trip Information" },
3985 { 64889, "Aftertreatment 1 Trip Information" },
3986 { 64890, "Aftertreatment 2 Service 1" },
3987 { 64891, "Aftertreatment 1 Service 1" },
3988 { 64892, "Diesel Particulate Filter Control 1" },
3989 { 64893, "Reserved for FMS Telltale status" },
3990 { 64894, "Adaptive Front-Lighting System Status" },
3991 { 64895, "Engine Configuration 2" },
3992 { 64896, "Emission-Related Permanent Diagnostic Trouble Codes" },
3993 { 64897, "EGR Cooler Bypass" },
3994 { 64898, "All Pending DTCs" },
3995 { 64899, "Transfer Case Information" },
3996 { 64900, "Engine Fluid Level/Pressure 9" },
3997 { 64901, "Engine Fluid Level/Pressure 8" },
3998 { 64902, "Engine Fluid Level/Pressure 7" },
3999 { 64903, "Engine Fluid Level/Pressure 6" },
4000 { 64904, "Engine Fluid Level/Pressure 5" },
4001 { 64905, "Vehicle Direction/Speed 2" },
4002 { 64906, "SAE J2012 2-Byte DTC Display" },
4003 { 64907, "Aftertreatment 2 Gas Parameters" },
4004 { 64908, "Aftertreatment 1 Gas Parameters" },
4005 { 64909, "Utility Total AC Reactive Energy" },
4006 { 64910, "Generator Total AC Reactive Energy" },
4007 { 64911, "Generator Total AC Percent Power" },
4008 { 64912, "Advertised Engine Torque Curve" },
4009 { 64913, "AC Switching Device Status" },
4010 { 64914, "Engine Operating Information" },
4011 { 64915, "Generator Control 1" },
4012 { 64916, "Electronic Engine Controller 7" },
4013 { 64917, "Transmission Fluids 2" },
4014 { 64918, "Fuel Information 2 (Liquid)" },
4015 { 64919, "Fuel Information 3 (Liquid)" },
4016 { 64920, "Aftertreatment 1 Historical Information 1" },
4017 { 64921, "Aftertreatment 2 Historical information 1" },
4018 { 64922, "Electronic Brake System #2/4" },
4019 { 64923, "Aftertreatment 1 Diesel Exhaust Fluid Information 1" },
4020 { 64924, "Sensor Electrical Power #2" },
4021 { 64925, "Sensor Electrical Power #1" },
4022 { 64926, "Aftertreatment 2 Air Control 1" },
4023 { 64927, "Aftertreatment 1 Air Control 1" },
4024 { 64928, "Aftertreatment 2 Fuel Control 1" },
4025 { 64929, "Aftertreatment 1 Fuel Control 1" },
4026 { 64930, "Fuel Information 3 (Gaseous)" },
4027 { 64931, "Electronic Engine Controller 6" },
4028 { 64932, "PTO Drive Engagement" },
4029 { 64933, "Door Control 2" },
4030 { 64934, "Voltage Regulator Excitation Status" },
4031 { 64935, "Voltage Regulator Operating Mode" },
4032 { 64936, "Wireless Communications Message 2" },
4033 { 64937, "Wireless Communications Message 1" },
4034 { 64938, "Engine Fluid Level/Pressure 4" },
4035 { 64939, "Request For Complete Configurable Message Set (no longer used)" },
4036 { 64940, "Engine Fuel Information" },
4037 { 64941, "Request For Complete Configurable Message Set" },
4038 { 64942, "Fifth Wheel Smart Systems 2" },
4039 { 64943, "Aftertreatment 2 Intermediate Gas" },
4040 { 64944, "Aftertreatment 2 Outlet Gas 2" },
4041 { 64945, "Aftertreatment 2 Intake Gas 2" },
4042 { 64946, "Aftertreatment 1 Intermediate Gas" },
4043 { 64947, "Aftertreatment 1 Outlet Gas 2" },
4044 { 64948, "Aftertreatment 1 Intake Gas 2" },
4045 { 64949, "Emission-Related Previously MIL-On Diagnostic Trouble Codes" },
4046 { 64950, "SPN Support" },
4047 { 64951, "Expanded Freeze Frame" },
4048 { 64952, "Diagnostic Readiness 3" },
4049 { 64953, "Tire Pressure Reference Information" },
4050 { 64954, "Farebox Status" },
4051 { 64955, "Farebox Point of Sale" },
4052 { 64956, "Farebox Service Detail" },
4053 { 64957, "Signal Preemption" },
4054 { 64958, "Transit Route" },
4055 { 64959, "Transit Milepost" },
4056 { 64960, "Passenger Counter" },
4057 { 64961, "Engine Fluid Level/Pressure 3" },
4058 { 64962, "Electronic Engine Controller 14" },
4059 { 64963, "Electronic Engine Controller 15" },
4060 { 64964, "Electronic Brake Controller 5" },
4061 { 64965, "ECU Identification Information" },
4062 { 64966, "Cold Start Aids" },
4063 { 64967, "Off-Highway Engine Control Selection States" },
4064 { 64968, "Operator Primary Intermediate Speed Control state" },
4065 { 64969, "Electronic Control Module Information" },
4066 { 64970, "Intermediate Speed Control" },
4067 { 64971, "Off-Highway Engine Control Selection" },
4068 { 64972, "Operators External Light Controls Message" },
4069 { 64973, "Operator Wiper and Washer Controls Message" },
4070 { 64974, "Working Set Member Message (Obsolete - See PGN 65088)" },
4071 { 64975, "Working Set Master Message (Obsolete - See PGN 65089)" },
4072 { 64976, "Intake/Exhaust Conditions 2" },
4073 { 64977, "FMS-standard Interface Identity/Capabilities" },
4074 { 64978, "ECU Performance" },
4075 { 64979, "Turbocharger Information 6" },
4076 { 64980, "Cab Message 3" },
4077 { 64981, "Electronic Engine Controller 5" },
4078 { 64982, "Basic Joystick Message 1" },
4079 { 64983, "Extended Joystick Message 1" },
4080 { 64984, "Basic Joystick Message 2" },
4081 { 64985, "Extended Joystick Message 2" },
4082 { 64986, "Basic Joystick Message 3" },
4083 { 64987, "Extended Joystick Message 3" },
4084 { 64988, "Marine Control Information" },
4085 { 64989, "Military Application Message #1/1" },
4086 { 64990, "Military Application Message #2/1" },
4087 { 64991, "Front Wheel Drive Status" },
4088 { 64992, "Ambient Conditions 2" },
4089 { 64993, "Cab Climate System Information 1" },
4090 { 64994, "Supply Pressure Demand" },
4091 { 64995, "Equipment Operation and Control" },
4092 { 64996, "Equipment Performance Data" },
4093 { 64997, "Maximum Vehicle Speed Limit Status" },
4094 { 64998, "Hydraulic Braking System" },
4095 { 64999, "Bus #1/Utility Sync Check Status" },
4096 { 65000, "Bus #1/Generator Sync Check Status" },
4097 { 65001, "Bus #1 Phase C Basic AC Quantities" },
4098 { 65002, "Bus #1 Phase B Basic AC Quantities" },
4099 { 65003, "Bus #1 Phase A Basic AC Quantities" },
4100 { 65004, "Bus #1 Average Basic AC Quantities" },
4101 { 65005, "Utility Total AC Energy" },
4102 { 65006, "Utility Phase C AC Reactive Power" },
4103 { 65007, "Utility Phase C AC Power" },
4104 { 65008, "Utility Phase C AC Basic Quantities" },
4105 { 65009, "Utility Phase B AC Reactive Power" },
4106 { 65010, "Utility Phase B AC Power" },
4107 { 65011, "Utility Phase B AC Basic Quantities" },
4108 { 65012, "Utility Phase A AC Reactive Power" },
4109 { 65013, "Utility Phase A AC Power" },
4110 { 65014, "Utility Phase A Basic AC Quantities" },
4111 { 65015, "Utility Total AC Reactive Power" },
4112 { 65016, "Utility Total AC Power" },
4113 { 65017, "Utility Average Basic AC Quantities" },
4114 { 65018, "Generator Total AC Energy" },
4115 { 65019, "Generator Phase C AC Reactive Power" },
4116 { 65020, "Generator Phase C AC Power" },
4117 { 65021, "Generator Phase C Basic AC Quantities" },
4118 { 65022, "Generator Phase B AC Reactive Power" },
4119 { 65023, "Generator Phase B AC Power" },
4120 { 65024, "Generator Phase B Basic AC Quantities" },
4121 { 65025, "Generator Phase A AC Reactive Power" },
4122 { 65026, "Generator Phase A AC Power" },
4123 { 65027, "Generator Phase A Basic AC Quantities" },
4124 { 65028, "Generator Total AC Reactive Power" },
4125 { 65029, "Generator Total AC Power" },
4126 { 65030, "Generator Average Basic AC Quantities" },
4127 { 65031, "Exhaust Temperature" },
4128 { 65032, "Required Tractor Facilities message" },
4129 { 65033, "Tractor Facilities response message" },
4130 { 65034, "Tractor control command tractor response" },
4131 { 65035, "Tractor control mode command" },
4132 { 65036, "Working Set Member " },
4133 { 65037, "Working Set Master " },
4134 { 65038, "Response for Repetition Rate" },
4135 { 65039, "Language command" },
4136 { 65040, "Auxiliary valve 0 estimated flow" },
4137 { 65041, "Auxiliary valve 1 estimated flow" },
4138 { 65042, "Auxiliary valve 2 estimated flow" },
4139 { 65043, "Auxiliary valve 3 estimated flow" },
4140 { 65044, "Auxiliary valve 4 estimated flow" },
4141 { 65045, "Auxiliary valve 5 estimated flow" },
4142 { 65046, "Auxiliary valve 6 estimated flow" },
4143 { 65047, "Auxiliary valve 7 estimated flow" },
4144 { 65048, "Auxiliary valve 8 estimated flow" },
4145 { 65049, "Auxiliary valve 9 estimated flow" },
4146 { 65050, "Auxiliary valve 10 estimated flow" },
4147 { 65051, "Auxiliary valve 11 estimated flow" },
4148 { 65052, "Auxiliary valve 12 estimated flow" },
4149 { 65053, "Auxiliary valve 13 estimated flow" },
4150 { 65054, "Auxiliary valve 14 estimated flow" },
4151 { 65055, "Auxiliary valve 15 estimated flow" },
4152 { 65056, "Auxiliary valve 0 measured flow" },
4153 { 65057, "Auxiliary valve 1 measured flow" },
4154 { 65058, "Auxiliary valve 2 measured flow" },
4155 { 65059, "Auxiliary valve 3 measured flow" },
4156 { 65060, "Auxiliary valve 4 measured flow" },
4157 { 65061, "Auxiliary valve 5 measured flow" },
4158 { 65062, "Auxiliary valve 6 measured flow" },
4159 { 65063, "Auxiliary valve 7 measured flow" },
4160 { 65064, "Auxiliary valve 8 measured flow" },
4161 { 65065, "Auxiliary valve 9 measured flow" },
4162 { 65066, "Auxiliary valve 10 measured flow" },
4163 { 65067, "Auxiliary valve 11 measured flow" },
4164 { 65068, "Auxiliary valve 12 measured flow" },
4165 { 65069, "Auxiliary valve 13 measured flow" },
4166 { 65070, "Auxiliary valve 14 measured flow" },
4167 { 65071, "Auxiliary valve 15 measured flow" },
4168 { 65072, "Auxiliary valve 0 command" },
4169 { 65073, "Auxiliary valve 1 command" },
4170 { 65074, "Auxiliary valve 2 command" },
4171 { 65075, "Auxiliary valve 3 command" },
4172 { 65076, "Auxiliary valve 4 command" },
4173 { 65077, "Auxiliary valve 5 command" },
4174 { 65078, "Auxiliary valve 6 command" },
4175 { 65079, "Auxiliary valve 7 command" },
4176 { 65080, "Auxiliary valve 8 command" },
4177 { 65081, "Auxiliary valve 9 command" },
4178 { 65082, "Auxiliary valve 10 command" },
4179 { 65083, "Auxiliary valve 11 command" },
4180 { 65084, "Auxiliary valve 12 command" },
4181 { 65085, "Auxiliary valve 13 command" },
4182 { 65086, "Auxiliary valve 14 command" },
4183 { 65087, "Auxiliary valve 15 command" },
4184 { 65088, "Lighting Data" },
4185 { 65089, "Lighting command" },
4186 { 65090, "Hitch and PTO commands" },
4187 { 65091, "Primary or Rear Power Take off Output Shaft" },
4188 { 65092, "Secondary or Front Power Take off Output Shaft" },
4189 { 65093, "Primary or Rear Hitch Status" },
4190 { 65094, "Secondary or Front Hitch Status" },
4191 { 65095, "Maintain Power" },
4192 { 65096, "Wheel-based Speed and Distance" },
4193 { 65097, "Ground-based Speed and Distance" },
4194 { 65098, "Electronic Transmission Controller 7" },
4195 { 65099, "Transmission Configuration 2" },
4196 { 65100, "Military Lighting Command" },
4197 { 65101, "Total Averaged Information" },
4198 { 65102, "Door Control 1" },
4199 { 65103, "Vehicle Dynamic Stability Control 1" },
4200 { 65104, "Battery Temperature" },
4201 { 65105, "Adaptive Cruise Control, Operator Input" },
4202 { 65106, "Vehicle Electrical Power 3" },
4203 { 65107, "Retarder Continuous Torque & Speed Limit" },
4204 { 65108, "Engine Continuous Torque & Speed Limit" },
4205 { 65109, "Gaseous Fuel Properties" },
4206 { 65110, "Aftertreatment 1 Diesel Exhaust Fluid Tank 1 Information 1" },
4207 { 65111, "Air Suspension Control 5" },
4208 { 65112, "Air Suspension Control 4" },
4209 { 65113, "Air Suspension Control 3" },
4210 { 65114, "Air Suspension Control 1" },
4211 { 65115, "Forward Lane Image 2" },
4212 { 65116, "Running Gear Equipment #2/2" },
4213 { 65117, "General Purpose Message #1/2" },
4214 { 65118, "Running Gear Equipment #2/3" },
4215 { 65119, "General Purpose Message #1/3" },
4216 { 65120, "General Purpose Message #2/3" },
4217 { 65121, "General Purpose Message #1/4" },
4218 { 65122, "General Purpose Message #2/4" },
4219 { 65123, "General Purpose Message #1/5" },
4220 { 65124, "General Purpose Message #2/5" },
4221 { 65125, "General Purpose Message #1/6" },
4222 { 65126, "Battery Main Switch Information" },
4223 { 65127, "Climate Control Configuration" },
4224 { 65128, "Vehicle Fluids" },
4225 { 65129, "Engine Temperature 3" },
4226 { 65130, "Engine Fuel/Lube Systems" },
4227 { 65131, "Driver's Identification" },
4228 { 65132, "Tachograph" },
4229 { 65133, "Heater Information" },
4230 { 65134, "High Resolution Wheel Speed" },
4231 { 65135, "Adaptive Cruise Control 1" },
4232 { 65136, "Combination Vehicle Weight" },
4233 { 65137, "Laser Tracer Position" },
4234 { 65138, "Laser Leveling System Blade Control" },
4235 { 65139, "Laser Receiver Mast Position" },
4236 { 65140, "Modify Leveling System Control Set Point" },
4237 { 65141, "Laser Leveling System Vertical Deviation" },
4238 { 65142, "Laser Leveling System Vertical Position Display Data" },
4239 { 65143, "Auxiliary Pressures" },
4240 { 65144, "Tire Pressure Control Unit Mode and Status" },
4241 { 65145, "Tire Pressure Control Unit Target Pressures" },
4242 { 65146, "Tire Pressure Control Unit Current Pressures" },
4243 { 65147, "Combustion Time 1" },
4244 { 65148, "Combustion Time 2" },
4245 { 65149, "Combustion Time 3" },
4246 { 65150, "Combustion Time 4" },
4247 { 65151, "Combustion Time 5" },
4248 { 65152, "Combustion Time 6" },
4249 { 65153, "Fuel Information 2 (Gaseous)" },
4250 { 65154, "Ignition Timing 1" },
4251 { 65155, "Ignition Timing 2" },
4252 { 65156, "Ignition Timing 3" },
4253 { 65157, "Ignition Timing 4" },
4254 { 65158, "Ignition Timing 5" },
4255 { 65159, "Ignition Timing 6" },
4256 { 65160, "Ignition Transformer Secondary Output 1" },
4257 { 65161, "Ignition Transformer Secondary Output 2" },
4258 { 65162, "Ignition Transformer Secondary Output 3" },
4259 { 65163, "Gaseous Fuel Pressure 1" },
4260 { 65164, "Auxiliary Analog Information" },
4261 { 65165, "Vehicle Electrical Power 2" },
4262 { 65166, "Service 2" },
4263 { 65167, "Supply Pressure 2" },
4264 { 65168, "Engine Torque History" },
4265 { 65169, "Fuel Leakage" },
4266 { 65170, "Engine Information 1" },
4267 { 65171, "Engine Electrical System/Module Information" },
4268 { 65172, "Engine Auxiliary Coolant" },
4269 { 65173, "Rebuild Information" },
4270 { 65174, "Turbocharger Wastegate" },
4271 { 65175, "Turbocharger Information 5" },
4272 { 65176, "Turbocharger Information 4" },
4273 { 65177, "Turbocharger Information 3" },
4274 { 65178, "Turbocharger Information 2" },
4275 { 65179, "Turbocharger Information 1" },
4276 { 65180, "Main Bearing Temperature 3" },
4277 { 65181, "Main Bearing Temperature 2" },
4278 { 65182, "Main Bearing Temperature 1" },
4279 { 65183, "Exhaust Port Temperature 5" },
4280 { 65184, "Exhaust Port Temperature 4" },
4281 { 65185, "Exhaust Port Temperature 3" },
4282 { 65186, "Exhaust Port Temperature 2" },
4283 { 65187, "Exhaust Port Temperature 1" },
4284 { 65188, "Engine Temperature 2" },
4285 { 65189, "Intake Manifold Information 2" },
4286 { 65190, "Intake Manifold Information 1" },
4287 { 65191, "Alternator Temperature 1" },
4288 { 65192, "Articulation Control" },
4289 { 65193, "Exhaust Oxygen 1" },
4290 { 65194, "Alternate Fuel 2" },
4291 { 65195, "Electronic Transmission Controller 6" },
4292 { 65196, "Wheel Brake Lining Remaining Information 1" },
4293 { 65197, "Wheel Application Pressure High Range Information" },
4294 { 65198, "Air Supply Pressure" },
4295 { 65199, "Fuel Consumption (Gaseous)" },
4296 { 65200, "Trip Time Information 2" },
4297 { 65201, "ECU History" },
4298 { 65202, "Fuel Information 1 (Gaseous)" },
4299 { 65203, "Fuel Information 1 (Liquid)" },
4300 { 65204, "Trip Time Information 1" },
4301 { 65205, "Trip Shutdown Information" },
4302 { 65206, "Trip Vehicle Speed/Cruise Distance Information" },
4303 { 65207, "Engine Speed/Load Factor Information 1" },
4304 { 65208, "Trip Fuel Information (Gaseous)" },
4305 { 65209, "Trip Fuel Information (Liquid)" },
4306 { 65210, "Trip Distance Information" },
4307 { 65211, "Trip Fan Information" },
4308 { 65212, "Compression/Service Brake Information" },
4309 { 65213, "Fan Drive #1" },
4310 { 65214, "Electronic Engine Controller 4" },
4311 { 65215, "Wheel Speed Information" },
4312 { 65216, "Service Information" },
4313 { 65217, "High Resolution Vehicle Distance" },
4314 { 65218, "Electronic Retarder Controller 2" },
4315 { 65219, "Electronic Transmission Controller 5" },
4316 { 65220, "Electronic Brake System #2/2" },
4317 { 65221, "Electronic Transmission Controller 4" },
4318 { 65222, "Electronic Brake System #2/3" },
4319 { 65223, "Electronic Transmission Controller 3" },
4320 { 65224, "General Purpose Message #2/2" },
4321 { 65225, "Electronic Brake System #1/2" },
4322 { 65226, "Active Diagnostic Trouble Codes" },
4323 { 65227, "Previously Active Diagnostic Trouble Codes" },
4324 { 65228, "Diagnostic Data Clear/Reset for Previously Active DTCs" },
4325 { 65229, "Freeze Frame Parameters" },
4326 { 65230, "Diagnostic Readiness 1" },
4327 { 65231, "Emission-Related Pending Diagnostic Trouble Codes" },
4328 { 65232, "Test Results for Non-continuously Monitored Systems" },
4329 { 65233, "Oxygen Sensor Test Results" },
4330 { 65234, "Non-Continuously Monitored Systems Test Identifiers Support" },
4331 { 65235, "Diagnostic Data Clear/Reset for Active DTCs" },
4332 { 65236, "Emission-Related MIL-On Diagnostic Trouble Codes" },
4333 { 65237, "Alternator Information" },
4334 { 65238, "Hybrid or EV System Inputs 1" },
4335 { 65240, "Commanded Address" },
4336 { 65241, "Auxiliary Input/Output Status 1" },
4337 { 65242, "Software Identification" },
4338 { 65243, "Engine Fluid Level/Pressure 2" },
4339 { 65244, "Idle Operation" },
4340 { 65245, "Turbocharger" },
4341 { 65246, "Engine Air Start Pressure" },
4342 { 65247, "Electronic Engine Controller 3" },
4343 { 65248, "Vehicle Distance" },
4344 { 65249, "Retarder Configuration" },
4345 { 65250, "Transmission Configuration" },
4346 { 65251, "Engine Configuration 1" },
4347 { 65252, "Shutdown" },
4348 { 65253, "Engine Hours, Revolutions" },
4349 { 65254, "Time/Date" },
4350 { 65255, "Vehicle Hours" },
4351 { 65256, "Vehicle Direction/Speed" },
4352 { 65257, "Fuel Consumption (Liquid) 1" },
4353 { 65258, "Vehicle Weight" },
4354 { 65259, "Component Identification" },
4355 { 65260, "Vehicle Identification" },
4356 { 65261, "Cruise Control/Vehicle Speed Setup" },
4357 { 65262, "Engine Temperature 1" },
4358 { 65263, "Engine Fluid Level/Pressure 1" },
4359 { 65264, "Power Takeoff Information 1" },
4360 { 65265, "Cruise Control/Vehicle Speed 1" },
4361 { 65266, "Fuel Economy (Liquid)" },
4362 { 65267, "Vehicle Position 1" },
4363 { 65268, "Tire Condition Message 1" },
4364 { 65269, "Ambient Conditions" },
4365 { 65270, "Intake/Exhaust Conditions 1" },
4366 { 65271, "Vehicle Electrical Power 1" },
4367 { 65272, "Transmission Fluids 1" },
4368 { 65273, "Axle Information" },
4369 { 65274, "Brakes 1" },
4370 { 65275, "Retarder fluids" },
4371 { 65276, "Dash Display 1" },
4372 { 65277, "Alternate Fuel 1" },
4373 { 65278, "Auxiliary Water Pump Pressure" },
4374 { 65279, "Operator indicators" },
4375 { 126208, "NMEA - Request/Command/Acknowledge group function" },
4376 { 126464, "PGN List - Transmit/Receive PGN's group function" },
4377 { 126720, "Proprietary A2" },
4378 { 126983, "Alert" },
4379 { 126984, "Alert Response" },
4380 { 126985, "Alert Text" },
4381 { 126986, "Alert Configuration" },
4382 { 126987, "Alert Threshold" },
4383 { 126988, "Alert Value" },
4384 { 126992, "System Time" },
4385 { 126993, "Heartbeat" },
4386 { 126996, "Product Information" },
4387 { 126998, "Configuration Information" },
4388 { 127001, "Cyclic Alert List - IEC 61924-2" },
4389 { 127002, "Responsibility Transfer Function - IEC 61924-2" },
4390 { 127233, "Man Overboard Notification (MOB)" },
4391 { 127237, "Heading/Track Control" },
4392 { 127245, "Rudder" },
4393 { 127250, "Vessel Heading" },
4394 { 127251, "Rate of Turn" },
4395 { 127252, "Heave" },
4396 { 127257, "Attitude" },
4397 { 127258, "Magnetic Variation" },
4398 { 127488, "Engine Parameters, Rapid Update" },
4399 { 127489, "Engine Parameters, Dynamic" },
4400 { 127490, "Electric Drive Status, Dynamic" },
4401 { 127491, "Electric Energy Storage Status, Dynamic" },
4402 { 127493, "Transmission Parameters, Dynamic" },
4403 { 127494, "Electric Drive Information" },
4404 { 127495, "Electric Energy Storage Information" },
4405 { 127496, "Trip Parameters, Vessel" },
4406 { 127497, "Trip Parameters, Small Craft" },
4407 { 127498, "Engine Parameters, Static" },
4408 { 127500, "Load Controller Connection State / Control" },
4409 { 127501, "Binary Switch Bank Status" },
4410 { 127502, "Switch Bank Control" },
4411 { 127503, "AC Input Status" },
4412 { 127504, "AC Output Status" },
4413 { 127505, "Fluid Level" },
4414 { 127506, "DC Detailed Status" },
4415 { 127507, "Charger Status" },
4416 { 127508, "Battery Status" },
4417 { 127509, "Inverter Status" },
4418 { 127510, "Charger Configuration Status" },
4419 { 127511, "Inverter Configuration Status" },
4420 { 127512, "AGS Configuration Status" },
4421 { 127513, "Battery Configuration Status" },
4422 { 127514, "AGS Status" },
4423 { 127744, "AC Power / Current - Phase A" },
4424 { 127745, "AC Power / Current - Phase B" },
4425 { 127746, "AC Power / Current - Phase C" },
4426 { 127747, "AC Voltage / Frequency - Phase A" },
4427 { 127748, "AC Voltage / Frequency - Phase B" },
4428 { 127749, "AC Voltage / Frequency-Phase C" },
4429 { 127750, "Converter (Inverter/Charger) Status" },
4430 { 127751, "DC Voltage / Current" },
4431 { 128000, "Nautical Leeway Angle" },
4432 { 128001, "Vessel Acceleration" },
4433 { 128002, "Electric Drive Status, Rapid Update" },
4434 { 128003, "Electric Energy Storage Status, Rapid Update" },
4435 { 128006, "Thruster Control Status" },
4436 { 128007, "Thruster Information" },
4437 { 128008, "Thruster Motor Status" },
4438 { 128259, "Speed" },
4439 { 128267, "Water Depth" },
4440 { 128275, "Distance Log" },
4441 { 128520, "Tracked Target Data" },
4442 { 128538, "Elevator Car Status" },
4443 { 128768, "Elevator Motor Control" },
4444 { 128769, "Elevator Deck Push Button" },
4445 { 128776, "Windlass Control Status" },
4446 { 128777, "Anchor Windlass Operating Status" },
4447 { 128778, "Anchor Windlass Monitoring Status" },
4448 { 128780, "Linear Actuator Control/Status" },
4449 { 129025, "Position, Rapid Update" },
4450 { 129026, "COG & SOG, Rapid Update" },
4451 { 129027, "Position Delta, High Precision Rapid Update" },
4452 { 129028, "Altitude Delta, High Precision Rapid Update" },
4453 { 129029, "GNSS Position Data" },
4454 { 129033, "Time & Date" },
4455 { 129038, "AIS Class A Position Report" },
4456 { 129039, "AIS Class B Position Report" },
4457 { 129040, "AIS Class B Extended Position Report" },
4458 { 129041, "AIS Aids to Navigation (AtoN) Report" },
4459 { 129044, "Datum" },
4460 { 129045, "User Datum Settings" },
4461 { 129283, "Cross Track Error" },
4462 { 129284, "Navigation Data" },
4463 { 129285, "Navigation - Route/WP information" },
4464 { 129291, "Set & Drift, Rapid Update" },
4465 { 129301, "Time to/from Mark" },
4466 { 129302, "Bearing and Distance between two Marks" },
4467 { 129538, "GNSS Control Status" },
4468 { 129539, "GNSS DOPs" },
4469 { 129540, "GNSS Sats in View" },
4470 { 129541, "GPS Almanac Data" },
4471 { 129542, "GNSS Pseudorange Noise Statistics" },
4472 { 129545, "GNSS RAIM Output" },
4473 { 129546, "GNSS RAIM Settings" },
4474 { 129547, "GNSS Pseudorange Error Statistics" },
4475 { 129549, "DGNSS Corrections" },
4476 { 129550, "GNSS Differential Correction Receiver Interface" },
4477 { 129551, "GNSS Differential Correction Receiver Signal" },
4478 { 129556, "GLONASS Almanac Data" },
4479 { 129792, "AIS DGNSS Broadcast Binary Message" },
4480 { 129793, "AIS UTC and Date Report" },
4481 { 129794, "AIS Class A Static and Voyage Related Data" },
4482 { 129795, "AIS Addressed Binary Message" },
4483 { 129796, "AIS Acknowledge" },
4484 { 129797, "AIS Binary Broadcast Message" },
4485 { 129798, "AIS SAR Aircraft Position Report" },
4486 { 129799, "Radio Frequency/Mode/Power" },
4487 { 129800, "AIS UTC/Date Inquiry" },
4488 { 129801, "AIS Addressed Safety Related Message" },
4489 { 129802, "AIS Safety Related Broadcast Message" },
4490 { 129803, "AIS Interrogation" },
4491 { 129804, "AIS Assignment Mode Command" },
4492 { 129805, "AIS Data Link Management Message" },
4493 { 129806, "AIS Channel Management" },
4494 { 129807, "AIS Class B Group Assignment" },
4495 { 129808, "DSC Call Information" },
4496 { 129809, "AIS Class B 'CS' Static Data Report, Part A" },
4497 { 129810, "AIS Class B 'CS' Static Data Report, Part B" },
4498 { 129811, "AIS Single Slot Binary Message - DEPRECATED" },
4499 { 129812, "AIS Multi Slot Binary Message - DEPRECATED" },
4500 { 129813, "AIS Long-Range Broadcast Message" },
4501 { 129814, "AIS Single Slot Binary Message" },
4502 { 129815, "AIS Multi Slot Binary Message" },
4503 { 129816, "AIS Acknowledge" },
4504 { 130052, "Loran-C TD Data" },
4505 { 130053, "Loran-C Range Data" },
4506 { 130054, "Loran-C Signal Data" },
4507 { 130060, "Label" },
4508 { 130061, "Channel Source Configuration" },
4509 { 130064, "Route and WP Service - Database List" },
4510 { 130065, "Route and WP Service - Route List" },
4511 { 130066, "Route and WP Service - Route/WP-List Attributes" },
4512 { 130067, "Route and WP Service - Route - WP Name & Position" },
4513 { 130068, "Route and WP Service - Route - WP Name" },
4514 { 130069, "Route and WP Service - XTE Limit & Navigation Method" },
4515 { 130070, "Route and WP Service - WP Comment" },
4516 { 130071, "Route and WP Service - Route Comment" },
4517 { 130072, "Route and WP Service - Database Comment" },
4518 { 130073, "Route and WP Service - Radius of Turn" },
4519 { 130074, "Route and WP Service - WP List - WP Name & Position" },
4520 { 130306, "Wind Data" },
4521 { 130310, "Environmental Parameters" },
4522 { 130311, "Environmental Parameters" },
4523 { 130312, "Temperature" },
4524 { 130313, "Humidity" },
4525 { 130314, "Actual Pressure" },
4526 { 130315, "Set Pressure" },
4527 { 130316, "Temperature- Extended Range" },
4528 { 130320, "Tide Station Data" },
4529 { 130321, "Salinity Station Data" },
4530 { 130322, "Current Station Data" },
4531 { 130323, "Meteorological Station Data" },
4532 { 130324, "Moored Buoy Station Data" },
4533 { 130330, "Lighting System Settings" },
4534 { 130560, "Payload Mass" },
4535 { 130561, "Lighting Zone" },
4536 { 130562, "Lighting Scene" },
4537 { 130563, "Lighting Device" },
4538 { 130564, "Lighting Device Enumeration" },
4539 { 130565, "Lighting Color Sequence" },
4540 { 130566, "Lighting Program" },
4541 { 130567, "Watermaker Input Setting and Status" },
4542 { 130568, "Entertainment - Diagnostic Status" },
4543 { 130569, "Entertainment - Current File and Status" },
4544 { 130570, "Entertainment - Library Data File" },
4545 { 130571, "Entertainment - Library Data Group" },
4546 { 130572, "Entertainment - Library Data Search" },
4547 { 130573, "Entertainment - Supported Source Data" },
4548 { 130574, "Entertainment - Supported Zone Data" },
4549 { 130575, "Entertainment - Parental Control Status" },
4550 { 130576, "Small Craft Status" },
4551 { 130577, "Direction Data" },
4552 { 130578, "Vessel Speed Components" },
4553 { 130579, "Entertainment - System Configuration" },
4554 { 130580, "Entertainment - System Configuration Status" },
4555 { 130581, "Entertainment - Zone Configuration Status - DEPRECATED" },
4556 { 130582, "Entertainment - Zone Volume" },
4557 { 130583, "Entertainment - Available Audio EQ Presets" },
4558 { 130584, "Entertainment - Bluetooth Devices" },
4559 { 130585, "Entertainment - Bluetooth Source Status" },
4560 { 130586, "Entertainment - Zone Configuration Status" },
4561 { 0, NULL }
4562};
4563static value_string_ext isobus_pgn_names_ext = VALUE_STRING_EXT_INIT(_isobus_pgn_names);
4564
4565#endif /* __PACKET_ISOBUS_PARAMETERS_H__ */
Definition value_string.h:169
Definition value_string.h:25