客户端可以通过发送将子函数设置为reportNumberOfDTCByStatusMask的此服务请求来检索与客户端定义的状态掩码匹配的DTC数。 对此请求的响应包含DTCStatusAvailabilityMask,它提供了服务器支持的用于屏蔽目的的DTC状态位的指示。在DTC状态可用性掩码之后,响应包含DTC格式标识符,它报告有关DTC格式和编码的信息。DTC格式标识符后...
客户端可以为客户端定义的DTCMaskRecord和DTCExtendedData记录号检索DTCExtendedData,方法是发送该服务的请求,并将SubFunction设置为reportDTCExtDataRecordByDTCNumber(0x06)。服务器应该在它支持的DTC中搜索与客户端指定的DTCMaskRecord[包含DTC号(高、中、低字节)]精确匹配的DTCMaskRecord。在这种情况下,客户端请求中提...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
If service is performed, it is in your best interest to obtain and keep all receipts. PLEASE DO THIS NOW! The PRODUCT REGISTRATION CARD should be filled in completely, signed and returned. This information will register your product and help us to serve you quickly in the future if ...
临时工:UDS ISO-14229 0x19 ReadDTCInformation (读取DTC信息) ---0x063 赞同 · 0 评论文章 简介 0x0A reportSupportedDTC 报告支持的故障码 客户端可以通过将SubFunction设置为reportsupporteddtc的服务发送请求来检索服务器支持的所有dtc的状态。对该请求的响应包含dtcstatusavailabilitymask,它提供了服务器支持的...
0x02 reportDTCByStatusMask(通过状态码报告故障码) 客户端可以通过发送 0x02 字节设置为 reportDTCByStatusMask 的请求来检索满足客户端定义的状态掩码的故障码列表。此子功能允许客户端请求服务器报告所有“测试失败”或“已确认”等状态的故障码。 评估应按照以下方式进行:服务器应在客户端请求中指定的掩码与服务器...
I was tasked with building a puzzle game in Go. I struggled to find an article or a library that can accomplishes image slicing. Eventually, I had to settle down with python's image-slicer, and build a microservice Game-Engine. This incident made me realize that I can build a 35x fa...
XmlRpc Web Service Client .NET is a C# implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls. This implementation can be used in .NET 4.5, NET 3.5 CF. This software was tested with Odoo ERP 8 and 9. Examples are available in the ...
DTCNumber又可以理解为DTCMaskRecord。 DTCMaskRecord是一个3字节的值,包含DTC高字节、DTCDiddle字节和DTC低字节,它们共同代表服务器支持的特定诊断故障代码的唯一标识号。 3字节DTCNumber的定义允许用几种方式编码DTC信息。 它可以同时完成: ——根据ISO 15031- 6规范,使用DTC高字节、DTC中字节、中字节和DTC低字节进...