04-25-2012 08:02 AM
Hy all,
I work with QT C++ and NI-CAN.
I write a frame to the write queue of a TX_PERIODIC CAN Object.
I need to get from the object (or from the Interface Object?) the precise time that the object transmit the fram to the network.
How can I do it?
All the best,
Aviad
(There is a similar question in the forum, but no answer... )
Solved! Go to Solution.
04-25-2012 08:07 AM
you would need to set the interface into the Self-reception mode.
Self-reception specifies whether to echo successfully transmitted CAN frames as received frames. Each reception occurs just as if the frame were received from another CAN device. The self reception mode is not available on the Intel 82527 CAN controller
used by Series 1 CAN hardware.