Stop Sending CAN Frame Signal When There Is No Receiving End

Updated Jun 13, 2023

Issue Details

I have a CAN module NI 9862 which I want to stop sending frame signal when the connection is disconnected.

How should I achieve that?

Solution

According to CAN protocol , frame signal will be re-transmitted if the data is not acknowledge by receiver.

However , in order to disable the re-transmit of CAN frame signal , this could fixed by using Interface:CAN:Single Shot Transmit? property.