Configure Parameters Dynamically
- TheRoslyak
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 238
- Thank you received: 37
18 Jan 2024 12:32 #291016
by TheRoslyak
Configure Parameters Dynamically was created by TheRoslyak
I need some advice: I want to change the controller parameters dynamically. I've added the corresponding register in the XML file.As soon as I add this parameter, my drive stops connecting. (It doesn't switch to the required mode) Does anyone know how to solve this?
<pdoEntry idx="2088" subIdx="00" bitLen="32" halPin="PB08" halType="S32" />
Please Log in or Create an account to join the conversation.
18 Jan 2024 22:58 #291071
by rodw
Replied by rodw on topic Configure Parameters Dynamically
I would expect a 2xxx register to require configurationĀ via SDOs so check your drive's docs.
Its outside the CIA402 range but maybe that does not apply.
Its outside the CIA402 range but maybe that does not apply.
Please Log in or Create an account to join the conversation.
19 Jan 2024 20:41 #291146
by 0x2102
Replied by 0x2102 on topic Configure Parameters Dynamically
What type of EC device is that?
What parameter are you trying to change?
Terminal:
sudo dmesg -wH
start you machine
Watch for error messages.
Enable more debugging:
Terminal:
ethercat debug 1
sudo dmesg -wH
start your machine.
Post debug or dmesg output
What parameter are you trying to change?
Terminal:
sudo dmesg -wH
start you machine
Watch for error messages.
Enable more debugging:
Terminal:
ethercat debug 1
sudo dmesg -wH
start your machine.
Post debug or dmesg output
Please Log in or Create an account to join the conversation.
Time to create page: 0.079 seconds