Industrial Communications

cancel
Showing results for 
Search instead for 
Did you mean: 

XNET Read Transmitted Messages CAN (J1939)

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?

0 Kudos
Message 1 of 5
(3,664 Views)

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.

 

 

0 Kudos
Message 2 of 5
(3,625 Views)

I got the same problem. I am sure I‘m using frame in stream.

 

 

0 Kudos
Message 3 of 5
(1,589 Views)

@穆易 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.

ZYOng_0-1685624600710.png

 

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 4 of 5
(1,557 Views)

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.

0 Kudos
Message 5 of 5
(1,427 Views)