CAN RTR usage
Hello everyone, I am working on a project related to CAN communication, and I don't have complete knowledge about the RTR Remote and RTR DATA features within CAN. Should I use RTR Remote in a complex system?
Hello everyone, I am working on a project related to CAN communication, and I don't have complete knowledge about the RTR Remote and RTR DATA features within CAN. Should I use RTR Remote in a complex system?
You need to take care about your bus load. I think better to use a ring buffer where you feed the ADC conversion and read them back for CAN transmission but still didn't understand your question about the link of RTR with that bus load! RTR is used generally for a "heart beat" mechanism purposes (check for a node still alive) but it could be used to request data from another CAN node.
But the request reply is not automatic, you need to do it yourself. When you receive a RTR frame with that ID, you need to reply back with the requested data ..
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.