01-08-2020 12:54 PM
I need to read my transmitted frames in my Frame In Stream session. When I set "Interface:Echo Transmit?", LabVIEW returns error: (Error -1074384860) NI-XNET: (Hex 0xBFF63024) You have configured a property that conflicts with the current mode of the session.What property might be in conflict?
01-08-2020 02:46 PM
I'm pretty sure your problem is that you want the Frame Out Stream to be set to echo, not Frame In. You can't echo a received frame, you must echo a transmitted one. I believe you can also echo Signal out sessions, or individual frames with the echo boolean on the frame to be sent.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
05-31-2023 11:35 PM
06-01-2023 08:03 AM
@穆易 wrote:
I got the same problem. I am sure I‘m using frame in stream.
As mentioned by Hooovahh, the EchoTransmit? property is for the output session.
06-13-2023 12:10 AM
What version of LabVIEW are you using? In LV2020, I remember that two of the bools in the CAN definition cluster were mixed up... so if you set the Echo bool you were actually setting some other property. I can't remember which property at the moment and my code that fixed it is now deleted since it if fixed in LV2023.