10-03-2012 01:51 PM
I have a simple FlexRay transceiver step type written in CVI. I'm using the FrameOutSinglePoint mode. Currently it only transmits and receives specific frames. The examples I used show defining these frames in the CreateSession. I found in the documentation that you can pass in a list of possible frames as csv. At that point the documentation gets vague.
It seems that only the first frame in the list is actually configured when executed. I started my project based on the example Flexray Frame Single Point Out with DB.
Is there an example of how to transmit different FlexRay frames without having to do another CreateSession?
Thanks,
Mick
10-05-2012 06:38 AM
Hey Mick,
What documentation are you talking about?
Have you seen the example FlexRay Frame Output Queued? I think that kinda sounds like what you're looking for.
Best,