hi:
i am working with LabVIEW 8.2.1, using Vector CANCaseXL, i know that in Labview error frames could be detected and collected on the CAN bus. But how could i send an error frame onto the Bus?
An error frame is different from the normal data frames only on the "eof" bit flags, it consists of 6-12 recessive bits and 8 dominant bits. In LabVIEW as far as i know, only the 8 Bytes data field is accessible, and the rest of CAN frame(ie SOF,ARB Field CTRL Field, EOF) is automatically by LabVIEW generated.
Does anybody have some advice about the error frame? Thanks in advance