Solution
The LIN master node requires a 1 KΩ resistor and serial diode between the LIN bus and VBat.
On NI USB-LIN products, master termination is software selectable, thus you don't have to connect an external termination resistor to USB-8476S if you enable the
Termination attribute .
This attribute can be enable using
ncSetAttribute function within the NI-CAN Frame API.
If you are using LabVIEW, you should call ncSetAttr.vi to set
Termination attribute to
1 as displayed below:
If you are programming in C, you should call ncSetAttribute to set
Termination attribute to
1 in order to enable termination.