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.

Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

send remote frames periodicaly

Hello.

We are French students and we are designing a Bus Can application
with NI-Can in order to dialog with a Sodemo Ev9 calculator.

With have decided to send periodicaly remote frames in order to
catch the desired datas with the vi ncConfigCANObj.vi and the readCANObj. But we
have a problem; with a scop we can obseve that the remote frames are not send periodicaly every
100ms but they are send wtih no delay.


Have you ever seen this problem, and can you help us.

Thanks.
bye.
0 Kudos
Message 1 of 2
(3,093 Views)
Hello c-air,

what 'Communication Type' do you use in your CAN Object configuration? Usually, I would use the 'Receive Periodic Using Remote' type. It periodically transmits a remote request and copies the response (a data frame) into the receive buffer.
However, the object stops the periodic transmission, if there is no response (no data frame). So you can't generate a constant stream of periodic remote frames, if no one responds to them.

B2k
0 Kudos
Message 2 of 2
(3,086 Views)