01-31-2023 03:37 PM
We are using the USB-8502 and NI-9862.
Solved! Go to Solution.
02-01-2023 09:16 AM
The only one of those I suspect you can do is the third one. There is a decent amount of math you can do to figure out how many frames, and what payload length you need, to get a certain bus load. You can also put another device on the bus, and ask what kind of load it sees, then increase until you get what you want. Both Vector, and NI's bus monitor can give an estimated bus load.
The rest of those you likely can only achieve with custom hardware, possibly an embedded microcontroller for an FPGA. Many CAN transceivers abstract away some of the complexity of the CAN communication details, and some of the low level details like that can't even be controlled.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
02-01-2023 09:29 AM
Yes I sort of figured it would not be possible but thought I would put the question out here anyway. I think I will hookup an arbitrary wave from/signal generator directly to the TX line of a CAN transciever and see if I can get it done!
Thanks for the response!
02-01-2023 09:54 AM
To my knowledge, most users use the hardware from Vector for fault insertion.
VH6501 – CAN Disturbance Hardware & CANoe Network Interface
02-01-2023 10:14 AM
Ah nice! Then maybe I will just get one those instead.
Thank you!