From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FLexRay xlFrSetConfiguration() VI

Actually I never started developing a FlexRay application or LabVIEW wrappers for those functions in the vxlapi.dll

It was never needed by my department.

Troy - CLD "If a hammer is the only tool you have, everything starts to look like a nail." ~ Maslow/Kaplan - Law of the instrument
0 Kudos
Message 11 of 14
(1,062 Views)

Hello,these are the VIs  that i used in my project around 2 years ago.I didn't put them into a perfect library project due to the deadlines I had at the time but if you read the vector documentation you will know how to play around with them to achieve your goal.

Message 12 of 14
(1,059 Views)

were my files of use ?

0 Kudos
Message 13 of 14
(1,008 Views)

Good morning,

also I am developing an API for FlexRay communication using Vector VN7610 tool.

I was able to successfully transmit and receive FlexRay messages.

I have a problem with cyclic transmission. The update of the messages is slow.

Let me explain (code attached):

I send messages with incremental counters every 10ms. With my cyclic transmission, the count is not as linear as it should be. To update the counter, every 10ms I call the XL_FrTransmit function (portHandle, accessMask, eventBuffer) contained in FrRefreshTxFrame ().

It seems like the VN7610 tool gets overloaded with TX requests.

 

Is there another way to update the message?

 

Thanks for the help, regards.

 

 

0 Kudos
Message 14 of 14
(908 Views)