09-27-2005 09:50 AM
09-28-2005 06:42 PM
09-30-2005 11:23 AM
Hi Matt,
I have actually followed the examples and tried working on the code.
Attached is the code.
But it works only when i use the 'highlight' option and run the code.
Else it gives an error. Also in the code as you can notice, i am transmitting messages with different data but same ARB id and receiving on the other port. But actually i want to transmit 2 message with different ARB id's.
The transmission of one message should activate the transmission of second message. I tried working on that but could not get the results.
It would be of great help if you can change the code and help me out.
Regards,
Siddu
LabView 5.1, 6.1, 7.0
10-03-2005 02:06 PM
10-05-2005 03:27 AM
10-05-2005 08:25 AM
10-05-2005 08:29 AM
10-06-2005 09:32 AM
Hi Matt,
The code attached in your previous reply works fine. But it does not configure the RTSI aspect anywhere. Actually in my setup i have a CAN card with RTSI extension and 2 of the lines 1 & 3 are connected through a jumper. So i have to check the functionality and the connections of the card before i actually run my application.
So i want to configure 2 msgs with different arb id's on the 1st port. As soon as i transmit one msg i have to send a pulse on RTSI 1. The transmission of 2nd msg should start as soon as a pulse is received on RTSI 3. And both the msgs should be captured at the other port which would be looped back externally to the Tx port.
It would be of great help if you can include this part of application in your code.
Thanks & Regards,
Siddu
10-06-2005 10:54 AM
10-06-2005 11:16 AM
Matt,
It is just that i want to validate my setup before i use it for the actual application. So i run this loopback kind of test which validates the CAN card and the jumper connection across the 2 RTSI lines.
Regards,
Siddu