08-18-2016 09:39 AM
I want to send a frame once as a LIN master with a NI 9866. I want to wait until the frame is transmitted. I tried the XNET Wait (transmit complete).vi, but it throws an error -1074384753:
NI-XNET: (Hex 0xBFF6308F) The function you called is not defined for the session mode (e.g. you called a frame I/O function on a signal I/O session).
How to synchronize to the end of transmit?
Solved! Go to Solution.
08-19-2016 09:27 AM
I think you can just change your session type from single point to queued.