Send an email to Omar Zrien (ozrien@gmail.com).
Quote:
|
Originally Posted by Omar Zrien
The cRIO driver/interface will allow you to transmit and receive "CAN Frames", whereby a CAN frame will be defined as a structure with arbid, data bytes, len, and also status bits for selecting extended ids, remote frames, and also possibly error information (Transmit Error Count, Receive Error Count).
|
I suppose it is possible that they don't have a license to LabVIEW, and thus can't do the LabVIEW portion themselves. In looking at it, it's a UDP datagram of a struct[ message, arbitration ID].
If I had experience with UDP, I'd do it myself.