You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using CANOpenNode for a few months now, and I'm currently trying to set up the bitrate using the command lss_conf_bitrate <table_selector=0> <table_index>. Initially, when I run the command with cocomm "lss_conf_bitrate 0 0", I receive the following error:
ERROR:102 #Request not processed due to internal state.
To troubleshoot, I switched the state to selective mode using the command cocomm "lss_switch_sel 0x00000000 0x00000001 0x00000000 0x00000003". After doing this, I tried running the cocomm "lss_conf_bitrate 0 0" command again. However, this time I encountered a different error:
ERROR:103 #Time-out.
Any guidance on resolving these issues would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I've been using CANOpenNode for a few months now, and I'm currently trying to set up the bitrate using the command
lss_conf_bitrate <table_selector=0> <table_index>
. Initially, when I run the command withcocomm "lss_conf_bitrate 0 0"
, I receive the following error:ERROR:102 #Request not processed due to internal state.
To troubleshoot, I switched the state to selective mode using the command
cocomm "lss_switch_sel 0x00000000 0x00000001 0x00000000 0x00000003"
. After doing this, I tried running thecocomm "lss_conf_bitrate 0 0"
command again. However, this time I encountered a different error:ERROR:103 #Time-out.
Any guidance on resolving these issues would be greatly appreciated.
The text was updated successfully, but these errors were encountered: