02-15-2011 03:18 PM
Hello,
I've got questions about Automotive Diagnostic Command Set on NI USB CAN interface.
Thank you for your help
Jean Philippe
ARCALE
07-20-2011 02:07 AM
07-26-2011 01:43 PM
thank you for the answer but I still didn't know minimum values for those parameters.
for example could I set Cr to 2ms? or Bs to 5ms? I suppose not because Transport protocol is handled by Windows according to your answer of question 1
Thank you for your help
JP
07-27-2011 01:35 AM
There are no defined lower limits for these values; you can specify any value down to 0. However, as you correctly pointed out, the timing is done by Windows, and will be subject to the jitter introduced by the OS which can easily be in the order of 10s of milliseconds. It is however hard to give more accurate numbers as the actual jitter is dependent on the workload of the computer.
Christian
07-27-2011 01:39 AM
if you need deterministic behaviour USB / Windows may not be best suited, for this use case LabVIEW RT plus NI-XNET CAN would offer much better determinism and less jitter. ADCS is supported on all LV RT targets like PXI and cRIO
07-28-2011 03:41 AM
Finally the solution was to choose a concurent USB device that handle Transport protocol (15765-2) in Hardware part (to ensure determistic)
Maybe an idea of improvement for NI CAN interface...
Thank you for your help