06-23-2023 06:56 PM
Hi Sir,
I am newer for this topic, so just would like to know some logic first.
For UDS, we also use can bus for communication, right ?
Then what is the general steps for UDS by labview ?
Step 1: for hardware, we can use USB 8502;
Step 2: we use Xnet or something else ?
Thanks.
06-24-2023 06:30 AM
Reference: What is UDS Protocol | Unified Diagnostic Service in Automotive
USB-8502 provides the physical layer communication.
NI-XNET driver provides data link layer, on how the bits are encoded and decoded into CAN frames.
NI-ADCS provides the layers of network layer and above.
So the dependencies are: you use NI-XNET to control USB-8502 for low level CAN communication. NI-ADCS encapsulates NI-XNET API to do UDS communication.
06-25-2023 02:05 AM
Hi ZYOng,
So NI-ADCS support UDS and XCP, right ?
UDS for diagnostic and XCP for measurement/calibration.
Thanks.
06-25-2023 08:36 PM
You need NI-ADCS for UDS and NI-ECUMC for XCP.
Reference: NI Support for Automotive Standards
06-27-2023 07:38 PM
Thanks for your info.