- Forum
- Roboteq Motor Controllers
- Troubleshooting
- SBL1360 doesn't respond to CAN messages, and buffer seems to be empty
SBL1360 doesn't respond to CAN messages, and buffer seems to be empty
8 years 1 month ago #29530195
by Eugene
Replied by Eugene on topic SBL1360 doesn't respond to CAN messages, and buffer seems to be empty
replaced , still getting the same problem
Please Log in or Create an account to join the conversation.
8 years 1 month ago #29530196
by TechSupport
Replied by TechSupport on topic SBL1360 doesn't respond to CAN messages, and buffer seems to be empty
if(canID <> 0) is the problem. You are checking the can id when you should be checking the pending frames.
if(pending <> 0)
if(pending <> 0)
The following user(s) said Thank You: Eugene
Please Log in or Create an account to join the conversation.
8 years 1 month ago - 8 years 1 month ago #29530197
by Eugene
Replied by Eugene on topic SBL1360 doesn't respond to CAN messages, and buffer seems to be empty
wow, it works now , thank you very much,
although every print(pending) i saw, always was 0,
so its not very clear why that works.
edit : probably its because when usb is connected, CAN not received, and console doesn't keep old print statements
although every print(pending) i saw, always was 0,
so its not very clear why that works.
edit : probably its because when usb is connected, CAN not received, and console doesn't keep old print statements
Please Log in or Create an account to join the conversation.
8 years 1 month ago #29530198
by TechSupport
Replied by TechSupport on topic SBL1360 doesn't respond to CAN messages, and buffer seems to be empty
You can't use the USB when running can bus. It resets the can settings. You must use RS232.
Please Log in or Create an account to join the conversation.
Moderators: tonysantoni
- Forum
- Roboteq Motor Controllers
- Troubleshooting
- SBL1360 doesn't respond to CAN messages, and buffer seems to be empty
Time to create page: 0.074 seconds