Hi John. I applied the update, rebuilt the container, and ran. Unfortunately, when trying to /enable_drives, this service call is still timing out (with no unlocking of the servo brakes heard):
$ ros2 service call /enable_drives std_srvs/srv/Trigger
requester: making request: std_srvs.srv.Trigger_Request()
response:
std_srvs.srv.Trigger_Response(success=False, message="'start' command timeout after 10.016535877999956 s in state IDLE.")
Over in the main logs, there are a few errors and warnings cropping up. If I filter the full log by [hw_device_mgr-8], we get a good look at the hardware startup. Everything looks good until around line 883. (Note this is before the /enable_drives service gets called in another shell, around line 986.
270:[INFO] [hw_device_mgr-8]: process details: cmd='/home/pathpilot/tormach_za_ros2_ws/install/za6_hardware/lib/za6_hardware/hw_device_mgr --ros-args --params-file /tmp/launch_params_l3qu1cf1 --params-file /home/pathpilot/tormach_za_ros2_ws/install/za6_hardware/share/za6_hardware/config/hal_hw_device_mgr.yaml', cwd='None', custom_env?=True
271:[INFO] [hw_device_mgr-8]: process started with pid [514]
304:[hw_device_mgr-8] 2025-08-06 17:37:41,029 [INFO]hw_device_mgr.ethercat.xml_reader: Reading ESI from (hw_device_mgr.devices.device_xml, IS620N_v2.6.7.xml)
305:[hw_device_mgr-8] 2025-08-06 17:37:41,077 [INFO]hw_device_mgr.ethercat.xml_reader: Reading ESI from (hw_device_mgr.devices.device_xml, BogusServo.xml)
308:[hw_device_mgr-8] 2025-08-06 17:37:41,085 [INFO]hw_device_mgr.ethercat.xml_reader: Reading ESI from (hw_device_mgr.devices.device_xml, SV660_EOE_1Axis_V9.12.xml)
309:[hw_device_mgr-8] 2025-08-06 17:37:41,128 [INFO]hw_device_mgr.ethercat.xml_reader: Reading ESI from (hw_device_mgr.devices.device_xml, iTegva_E7x_Series.xml)
310:[hw_device_mgr-8] 2025-08-06 17:37:41,152 [INFO]ZA_device_mgr: Starting in hardware mode
311:[hw_device_mgr-8] 2025-08-06 17:37:41,152 [INFO]ZA_device_mgr: Initializing 'ZA_device_mgr' ROS node
312:[hw_device_mgr-8] 2025-08-06 17:37:41,153 [INFO]ZA_device_mgr: Reading device config from '/home/pathpilot/tormach_za_ros2_ws/install/za6_hardware/share/za6_hardware/config/hal_device_config.yaml'
313:[hw_device_mgr-8] 2025-08-06 17:37:41,334 [INFO]ZA_device_mgr: New device manager instance starting
314:[hw_device_mgr-8] 2025-08-06 17:37:41,334 [INFO]ZA_device_mgr: Initializing devices
315:[hw_device_mgr-8] 2025-08-06 17:37:41,338 [INFO](0x00100000, 0x000C0108)@(0,0,0): LCECConfig:(0x00100000,0x000C0108)@(0,0,0) created from bus scan
316:[hw_device_mgr-8] 2025-08-06 17:37:41,338 [INFO](0x00100000, 0x000C0108)@(0,1,0): LCECConfig:(0x00100000,0x000C0108)@(0,1,0) created from bus scan
317:[hw_device_mgr-8] 2025-08-06 17:37:41,339 [INFO](0x00100000, 0x000C0108)@(0,2,0): LCECConfig:(0x00100000,0x000C0108)@(0,2,0) created from bus scan
318:[hw_device_mgr-8] 2025-08-06 17:37:41,339 [INFO](0x00100000, 0x000C0108)@(0,3,0): LCECConfig:(0x00100000,0x000C0108)@(0,3,0) created from bus scan
319:[hw_device_mgr-8] 2025-08-06 17:37:41,339 [INFO](0x00100000, 0x000C0108)@(0,4,0): LCECConfig:(0x00100000,0x000C0108)@(0,4,0) created from bus scan
320:[hw_device_mgr-8] 2025-08-06 17:37:41,339 [INFO](0x00100000, 0x000C0108)@(0,5,0): LCECConfig:(0x00100000,0x000C0108)@(0,5,0) created from bus scan
321:[hw_device_mgr-8] 2025-08-06 17:37:41,339 [INFO](0x00000A09, 0x00000201)@(0,6,0): LCECConfig:(0x00000A09,0x00000201)@(0,6,0) created from bus scan
326:[hw_device_mgr-8] 2025-08-06 17:37:41,405 [INFO]ZA_device_mgr: Initialized device ZA_IS620N@(0,0,0)
327:[hw_device_mgr-8] 2025-08-06 17:37:41,406 [INFO]ZA_device_mgr: Initialized device ZA_IS620N@(0,1,0)
328:[hw_device_mgr-8] 2025-08-06 17:37:41,407 [INFO]ZA_device_mgr: Initialized device ZA_IS620N@(0,2,0)
329:[hw_device_mgr-8] 2025-08-06 17:37:41,408 [INFO]ZA_device_mgr: Initialized device ZA_IS620N@(0,3,0)
330:[hw_device_mgr-8] 2025-08-06 17:37:41,408 [INFO]ZA_device_mgr: Initialized device ZA_IS620N@(0,4,0)
331:[hw_device_mgr-8] 2025-08-06 17:37:41,409 [INFO]ZA_device_mgr: Initialized device ZA_IS620N@(0,5,0)
332:[hw_device_mgr-8] 2025-08-06 17:37:41,410 [INFO]ZA_device_mgr: Initialized device ZA_E7.820.003@(0,6,0)
333:[hw_device_mgr-8] 2025-08-06 17:37:41,411 [INFO]ZA_device_mgr: Device manager initialization complete
334:[hw_device_mgr-8] 2025-08-06 17:37:41,416 [INFO]ZA_device_mgr: HAL component 'hw_device_mgr' ready
335:[hw_device_mgr-8] 2025-08-06 17:37:41,417 [INFO]ZA_device_mgr: Initialized 'ZA_device_mgr' ROS node
344:[hw_device_mgr-8] 2025-08-06 17:37:41,520 [INFO]ZA_IS620N@(0,0,0): Goal not reached: Offline
345:[hw_device_mgr-8] 2025-08-06 17:37:41,521 [INFO]ZA_IS620N@(0,1,0): Goal not reached: Offline
346:[hw_device_mgr-8] 2025-08-06 17:37:41,521 [INFO]ZA_IS620N@(0,2,0): Goal not reached: Offline
347:[hw_device_mgr-8] 2025-08-06 17:37:41,521 [INFO]ZA_IS620N@(0,3,0): Goal not reached: Offline
348:[hw_device_mgr-8] 2025-08-06 17:37:41,521 [INFO]ZA_IS620N@(0,4,0): Goal not reached: Offline
349:[hw_device_mgr-8] 2025-08-06 17:37:41,521 [INFO]ZA_IS620N@(0,5,0): Goal not reached: Offline
350:[hw_device_mgr-8] 2025-08-06 17:37:41,521 [INFO]ZA_E7.820.003@(0,6,0): Goal not reached: Offline
351:[hw_device_mgr-8] 2025-08-06 17:37:41,521 [INFO]ZA_device_mgr: Goal not reached: Offline (ZA_IS620N@(0,0,0),ZA_IS620N@(0,1,0),ZA_IS620N@(0,2,0),ZA_IS620N@(0,3,0),ZA_IS620N@(0,4,0),ZA_IS620N@(0,5,0),ZA_E7.820.003@(0,6,0))
352:[hw_device_mgr-8] 2025-08-06 17:37:41,522 [INFO]ZA_device_mgr: Waiting for devices to come online before init
825:[hw_device_mgr-8] 2025-08-06 17:37:43,517 [INFO]ZA_IS620N@(0,0,0): Drive came online
826:[hw_device_mgr-8] 2025-08-06 17:37:43,518 [INFO]ZA_IS620N@(0,1,0): Drive came online
827:[hw_device_mgr-8] 2025-08-06 17:37:43,518 [INFO]ZA_IS620N@(0,2,0): Drive came online
828:[hw_device_mgr-8] 2025-08-06 17:37:43,519 [INFO]ZA_IS620N@(0,3,0): Drive came online
829:[hw_device_mgr-8] 2025-08-06 17:37:43,519 [INFO]ZA_IS620N@(0,4,0): Drive came online
830:[hw_device_mgr-8] 2025-08-06 17:37:43,520 [INFO]ZA_IS620N@(0,5,0): Drive came online
831:[hw_device_mgr-8] 2025-08-06 17:37:43,520 [INFO]ZA_E7.820.003@(0,6,0): Drive came online
832:[hw_device_mgr-8] 2025-08-06 17:37:43,520 [INFO]ZA_IS620N@(0,0,0): Goal not reached: Not operational, device params unset
833:[hw_device_mgr-8] 2025-08-06 17:37:43,520 [INFO]ZA_IS620N@(0,1,0): Goal not reached: Not operational, device params unset
834:[hw_device_mgr-8] 2025-08-06 17:37:43,521 [INFO]ZA_IS620N@(0,2,0): Goal not reached: Not operational, device params unset
835:[hw_device_mgr-8] 2025-08-06 17:37:43,521 [INFO]ZA_IS620N@(0,3,0): Goal not reached: Not operational, device params unset
836:[hw_device_mgr-8] 2025-08-06 17:37:43,521 [INFO]ZA_IS620N@(0,4,0): Goal not reached: Not operational, device params unset
837:[hw_device_mgr-8] 2025-08-06 17:37:43,521 [INFO]ZA_IS620N@(0,5,0): Goal not reached: Not operational, device params unset
838:[hw_device_mgr-8] 2025-08-06 17:37:43,521 [INFO]ZA_E7.820.003@(0,6,0): Goal not reached: Not operational, device params unset
839:[hw_device_mgr-8] 2025-08-06 17:37:43,521 [INFO]ZA_device_mgr: Goal not reached: Not operational, device params unset (ZA_IS620N@(0,0,0),ZA_IS620N@(0,1,0),ZA_IS620N@(0,2,0),ZA_IS620N@(0,3,0),ZA_IS620N@(0,4,0),ZA_IS620N@(0,5,0),ZA_E7.820.003@(0,6,0))
840:[hw_device_mgr-8] 2025-08-06 17:37:43,521 [INFO]ZA_IS620N@(0,0,0): Initializing params after coming online
841:[hw_device_mgr-8] 2025-08-06 17:37:43,522 [INFO]ZA_IS620N_cfg@(0,0,0): Queueing 36 param updates
842:[hw_device_mgr-8] 2025-08-06 17:37:43,523 [INFO]ZA_IS620N@(0,1,0): Initializing params after coming online
843:[hw_device_mgr-8] 2025-08-06 17:37:43,524 [INFO]ZA_IS620N_cfg@(0,1,0): Queueing 36 param updates
844:[hw_device_mgr-8] 2025-08-06 17:37:43,525 [INFO]ZA_IS620N@(0,2,0): Initializing params after coming online
845:[hw_device_mgr-8] 2025-08-06 17:37:43,526 [INFO]ZA_IS620N_cfg@(0,2,0): Queueing 36 param updates
846:[hw_device_mgr-8] 2025-08-06 17:37:43,527 [INFO]ZA_IS620N@(0,3,0): Initializing params after coming online
847:[hw_device_mgr-8] 2025-08-06 17:37:43,528 [INFO]ZA_IS620N_cfg@(0,3,0): Queueing 36 param updates
848:[hw_device_mgr-8] 2025-08-06 17:37:43,529 [INFO]ZA_IS620N@(0,4,0): Initializing params after coming online
849:[hw_device_mgr-8] 2025-08-06 17:37:43,530 [INFO]ZA_IS620N_cfg@(0,4,0): Queueing 36 param updates
850:[hw_device_mgr-8] 2025-08-06 17:37:43,530 [INFO]ZA_IS620N@(0,5,0): Initializing params after coming online
851:[hw_device_mgr-8] 2025-08-06 17:37:43,531 [INFO]ZA_IS620N_cfg@(0,5,0): Queueing 36 param updates
852:[hw_device_mgr-8] 2025-08-06 17:37:43,619 [INFO]ZA_IS620N@(0,0,0): Goal not reached: Not operational, updating device params
853:[hw_device_mgr-8] 2025-08-06 17:37:43,619 [INFO]ZA_IS620N@(0,1,0): Goal not reached: Not operational, updating device params
854:[hw_device_mgr-8] 2025-08-06 17:37:43,619 [INFO]ZA_IS620N@(0,2,0): Goal not reached: Not operational, updating device params
855:[hw_device_mgr-8] 2025-08-06 17:37:43,620 [INFO]ZA_IS620N@(0,3,0): Goal not reached: Not operational, updating device params
856:[hw_device_mgr-8] 2025-08-06 17:37:43,620 [INFO]ZA_IS620N@(0,4,0): Goal not reached: Not operational, updating device params
857:[hw_device_mgr-8] 2025-08-06 17:37:43,620 [INFO]ZA_IS620N@(0,5,0): Goal not reached: Not operational, updating device params
858:[hw_device_mgr-8] 2025-08-06 17:37:43,620 [INFO]ZA_device_mgr: Goal not reached: Not operational, updating device params (ZA_IS620N@(0,0,0),ZA_IS620N@(0,1,0),ZA_IS620N@(0,2,0),ZA_IS620N@(0,3,0),ZA_IS620N@(0,4,0),ZA_IS620N@(0,5,0)); Not operational, device params unset (ZA_E7.820.003@(0,6,0))
861:[hw_device_mgr-8] 2025-08-06 17:37:44,017 [INFO]ZA_IS620N@(0,0,0): status_word: 0x0250 SWITCH ON DISABLED flags: VOLTAGE_ENABLED,REMOTE
862:[hw_device_mgr-8] 2025-08-06 17:37:44,017 [INFO]ZA_IS620N@(0,1,0): status_word: 0x0250 SWITCH ON DISABLED flags: VOLTAGE_ENABLED,REMOTE
863:[hw_device_mgr-8] 2025-08-06 17:37:44,017 [INFO]ZA_IS620N@(0,2,0): status_word: 0x0250 SWITCH ON DISABLED flags: VOLTAGE_ENABLED,REMOTE
864:[hw_device_mgr-8] 2025-08-06 17:37:44,018 [INFO]ZA_IS620N@(0,3,0): status_word: 0x0250 SWITCH ON DISABLED flags: VOLTAGE_ENABLED,REMOTE
865:[hw_device_mgr-8] 2025-08-06 17:37:44,018 [INFO]ZA_IS620N@(0,4,0): status_word: 0x0250 SWITCH ON DISABLED flags: VOLTAGE_ENABLED,REMOTE
866:[hw_device_mgr-8] 2025-08-06 17:37:44,018 [INFO]ZA_IS620N@(0,5,0): status_word: 0x0250 SWITCH ON DISABLED flags: VOLTAGE_ENABLED,REMOTE
869:[hw_device_mgr-8] 2025-08-06 17:37:44,517 [INFO]ZA_IS620N@(0,0,0): Drive came online/operational
870:[hw_device_mgr-8] 2025-08-06 17:37:44,518 [INFO]ZA_IS620N@(0,1,0): Drive came online/operational
871:[hw_device_mgr-8] 2025-08-06 17:37:44,518 [INFO]ZA_IS620N@(0,2,0): Drive came online/operational
872:[hw_device_mgr-8] 2025-08-06 17:37:44,518 [INFO]ZA_IS620N@(0,3,0): Drive came online/operational
873:[hw_device_mgr-8] 2025-08-06 17:37:44,519 [INFO]ZA_IS620N@(0,4,0): Drive came online/operational
874:[hw_device_mgr-8] 2025-08-06 17:37:44,519 [INFO]ZA_IS620N@(0,5,0): Drive came online/operational
875:[hw_device_mgr-8] 2025-08-06 17:37:44,519 [INFO]ZA_E7.820.003@(0,6,0): Drive came online/operational
876:[hw_device_mgr-8] 2025-08-06 17:37:44,519 [INFO]ZA_IS620N@(0,0,0): Goal not reached: updating device params
877:[hw_device_mgr-8] 2025-08-06 17:37:44,520 [INFO]ZA_IS620N@(0,1,0): Goal not reached: updating device params
878:[hw_device_mgr-8] 2025-08-06 17:37:44,520 [INFO]ZA_IS620N@(0,2,0): Goal not reached: updating device params
879:[hw_device_mgr-8] 2025-08-06 17:37:44,520 [INFO]ZA_IS620N@(0,3,0): Goal not reached: updating device params
880:[hw_device_mgr-8] 2025-08-06 17:37:44,520 [INFO]ZA_IS620N@(0,4,0): Goal not reached: updating device params
881:[hw_device_mgr-8] 2025-08-06 17:37:44,520 [INFO]ZA_IS620N@(0,5,0): Goal not reached: updating device params
882:[hw_device_mgr-8] 2025-08-06 17:37:44,520 [INFO]ZA_E7.820.003@(0,6,0): Goal not reached: device params unset
883:[hw_device_mgr-8] 2025-08-06 17:37:44,520 [INFO]ZA_device_mgr: Goal not reached: updating device params (ZA_IS620N@(0,0,0),ZA_IS620N@(0,1,0),ZA_IS620N@(0,2,0),ZA_IS620N@(0,3,0),ZA_IS620N@(0,4,0),ZA_IS620N@(0,5,0)); device params unset (ZA_E7.820.003@(0,6,0))
896:[hw_device_mgr-8] 2025-08-06 17:37:46,617 [ERROR]ZA_device_mgr: Timeout (5s): updating device params (ZA_IS620N@(0,0,0),ZA_IS620N@(0,1,0),ZA_IS620N@(0,2,0),ZA_IS620N@(0,3,0),ZA_IS620N@(0,4,0),ZA_IS620N@(0,5,0)); device params unset (ZA_E7.820.003@(0,6,0))
897:[hw_device_mgr-8] 2025-08-06 17:37:46,619 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
898:[hw_device_mgr-8] 2025-08-06 17:37:46,619 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
899:[hw_device_mgr-8] 2025-08-06 17:37:47,817 [INFO]ZA_IS620N@(0,0,0): Device param init complete
900:[hw_device_mgr-8] 2025-08-06 17:37:47,818 [INFO]ZA_IS620N@(0,1,0): Device param init complete
901:[hw_device_mgr-8] 2025-08-06 17:37:47,818 [INFO]ZA_IS620N@(0,2,0): Device param init complete
902:[hw_device_mgr-8] 2025-08-06 17:37:47,818 [INFO]ZA_IS620N@(0,3,0): Device param init complete
903:[hw_device_mgr-8] 2025-08-06 17:37:47,819 [INFO]ZA_IS620N@(0,4,0): Device param init complete
904:[hw_device_mgr-8] 2025-08-06 17:37:47,819 [INFO]ZA_IS620N@(0,5,0): Device param init complete
905:[hw_device_mgr-8] 2025-08-06 17:37:47,820 [INFO]ZA_IS620N@(0,0,0): Goal reached: Reached
906:[hw_device_mgr-8] 2025-08-06 17:37:47,820 [INFO]ZA_IS620N@(0,1,0): Goal reached: Reached
907:[hw_device_mgr-8] 2025-08-06 17:37:47,820 [INFO]ZA_IS620N@(0,2,0): Goal reached: Reached
908:[hw_device_mgr-8] 2025-08-06 17:37:47,820 [INFO]ZA_IS620N@(0,3,0): Goal reached: Reached
909:[hw_device_mgr-8] 2025-08-06 17:37:47,821 [INFO]ZA_IS620N@(0,4,0): Goal reached: Reached
910:[hw_device_mgr-8] 2025-08-06 17:37:47,821 [INFO]ZA_IS620N@(0,5,0): Goal reached: Reached
911:[hw_device_mgr-8] 2025-08-06 17:37:47,821 [INFO]ZA_device_mgr: Goal not reached: device params unset (ZA_E7.820.003@(0,6,0))
912:[hw_device_mgr-8] 2025-08-06 17:37:51,817 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
913:[hw_device_mgr-8] 2025-08-06 17:37:51,819 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
914:[hw_device_mgr-8] 2025-08-06 17:37:51,819 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
915:[hw_device_mgr-8] 2025-08-06 17:37:57,117 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
916:[hw_device_mgr-8] 2025-08-06 17:37:57,118 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
917:[hw_device_mgr-8] 2025-08-06 17:37:57,118 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
918:[hw_device_mgr-8] 2025-08-06 17:38:02,317 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
919:[hw_device_mgr-8] 2025-08-06 17:38:02,318 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
920:[hw_device_mgr-8] 2025-08-06 17:38:02,319 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
921:[hw_device_mgr-8] 2025-08-06 17:38:07,517 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
922:[hw_device_mgr-8] 2025-08-06 17:38:07,518 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
923:[hw_device_mgr-8] 2025-08-06 17:38:07,518 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
924:[hw_device_mgr-8] 2025-08-06 17:38:11,618 [ERROR]ZA_E7.820.003@(0,6,0): Timeout (30s): device params unset
925:[hw_device_mgr-8] 2025-08-06 17:38:11,618 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
926:[hw_device_mgr-8] 2025-08-06 17:38:11,618 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
927:[hw_device_mgr-8] 2025-08-06 17:38:16,917 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
928:[hw_device_mgr-8] 2025-08-06 17:38:16,918 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
929:[hw_device_mgr-8] 2025-08-06 17:38:16,918 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
930:[hw_device_mgr-8] 2025-08-06 17:38:22,117 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
931:[hw_device_mgr-8] 2025-08-06 17:38:22,119 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
932:[hw_device_mgr-8] 2025-08-06 17:38:22,119 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
933:[hw_device_mgr-8] 2025-08-06 17:38:27,417 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
934:[hw_device_mgr-8] 2025-08-06 17:38:27,418 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
935:[hw_device_mgr-8] 2025-08-06 17:38:27,418 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
936:[hw_device_mgr-8] 2025-08-06 17:38:32,617 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
937:[hw_device_mgr-8] 2025-08-06 17:38:32,619 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
938:[hw_device_mgr-8] 2025-08-06 17:38:32,619 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
939:[hw_device_mgr-8] 2025-08-06 17:38:37,917 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
940:[hw_device_mgr-8] 2025-08-06 17:38:37,918 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
941:[hw_device_mgr-8] 2025-08-06 17:38:37,918 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
942:[hw_device_mgr-8] 2025-08-06 17:38:41,918 [ERROR]ZA_E7.820.003@(0,6,0): Timeout (30s): device params unset
943:[hw_device_mgr-8] 2025-08-06 17:38:41,918 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
944:[hw_device_mgr-8] 2025-08-06 17:38:41,918 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
945:[hw_device_mgr-8] 2025-08-06 17:38:47,217 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
946:[hw_device_mgr-8] 2025-08-06 17:38:47,218 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
947:[hw_device_mgr-8] 2025-08-06 17:38:47,219 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
948:[hw_device_mgr-8] 2025-08-06 17:38:52,417 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
949:[hw_device_mgr-8] 2025-08-06 17:38:52,419 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
950:[hw_device_mgr-8] 2025-08-06 17:38:52,419 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
951:[hw_device_mgr-8] 2025-08-06 17:38:57,717 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
952:[hw_device_mgr-8] 2025-08-06 17:38:57,718 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
953:[hw_device_mgr-8] 2025-08-06 17:38:57,718 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
954:[hw_device_mgr-8] 2025-08-06 17:39:02,917 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
955:[hw_device_mgr-8] 2025-08-06 17:39:02,919 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
956:[hw_device_mgr-8] 2025-08-06 17:39:02,919 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
957:[hw_device_mgr-8] 2025-08-06 17:39:08,117 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
958:[hw_device_mgr-8] 2025-08-06 17:39:08,118 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
959:[hw_device_mgr-8] 2025-08-06 17:39:08,119 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
960:[hw_device_mgr-8] 2025-08-06 17:39:12,218 [ERROR]ZA_E7.820.003@(0,6,0): Timeout (30s): device params unset
961:[hw_device_mgr-8] 2025-08-06 17:39:12,218 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
962:[hw_device_mgr-8] 2025-08-06 17:39:12,218 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
963:[hw_device_mgr-8] 2025-08-06 17:39:17,417 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
964:[hw_device_mgr-8] 2025-08-06 17:39:17,419 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
965:[hw_device_mgr-8] 2025-08-06 17:39:17,419 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
966:[hw_device_mgr-8] 2025-08-06 17:39:22,717 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
967:[hw_device_mgr-8] 2025-08-06 17:39:22,718 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
968:[hw_device_mgr-8] 2025-08-06 17:39:22,719 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
969:[hw_device_mgr-8] 2025-08-06 17:39:28,017 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
970:[hw_device_mgr-8] 2025-08-06 17:39:28,018 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
971:[hw_device_mgr-8] 2025-08-06 17:39:28,018 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
972:[hw_device_mgr-8] 2025-08-06 17:39:33,217 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
973:[hw_device_mgr-8] 2025-08-06 17:39:33,218 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
974:[hw_device_mgr-8] 2025-08-06 17:39:33,219 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
975:[hw_device_mgr-8] 2025-08-06 17:39:38,517 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
976:[hw_device_mgr-8] 2025-08-06 17:39:38,519 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
977:[hw_device_mgr-8] 2025-08-06 17:39:38,519 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
978:[hw_device_mgr-8] 2025-08-06 17:39:42,418 [ERROR]ZA_E7.820.003@(0,6,0): Timeout (30s): device params unset
979:[hw_device_mgr-8] 2025-08-06 17:39:42,418 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
980:[hw_device_mgr-8] 2025-08-06 17:39:42,418 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
981:[hw_device_mgr-8] 2025-08-06 17:39:47,717 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
982:[hw_device_mgr-8] 2025-08-06 17:39:47,720 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
983:[hw_device_mgr-8] 2025-08-06 17:39:47,721 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
984:[hw_device_mgr-8] 2025-08-06 17:39:53,017 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
985:[hw_device_mgr-8] 2025-08-06 17:39:53,018 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
986:[hw_device_mgr-8] 2025-08-06 17:39:53,018 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
993:[hw_device_mgr-8] 2025-08-06 17:39:54,718 [INFO]ZA_device_mgr: State command set: 'start'
994:[hw_device_mgr-8] 2025-08-06 17:39:54,718 [WARNING]ZA_device_mgr: Unable to honor start_command command: Cannot trigger event start_command because the onbeforestart_command handler returns False
995:[hw_device_mgr-8] 2025-08-06 17:39:58,217 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
996:[hw_device_mgr-8] 2025-08-06 17:39:58,219 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
997:[hw_device_mgr-8] 2025-08-06 17:39:58,220 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
998:[hw_device_mgr-8] 2025-08-06 17:40:03,517 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
999:[hw_device_mgr-8] 2025-08-06 17:40:03,518 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
1000:[hw_device_mgr-8] 2025-08-06 17:40:03,518 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
1003:[hw_device_mgr-8] 2025-08-06 17:40:08,817 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
1004:[hw_device_mgr-8] 2025-08-06 17:40:08,818 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
1005:[hw_device_mgr-8] 2025-08-06 17:40:08,818 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
1006:[hw_device_mgr-8] 2025-08-06 17:40:12,718 [ERROR]ZA_E7.820.003@(0,6,0): Timeout (30s): device params unset
1007:[hw_device_mgr-8] 2025-08-06 17:40:12,718 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
1008:[hw_device_mgr-8] 2025-08-06 17:40:12,718 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
1009:^A[hw_device_mgr-8] 2025-08-06 17:40:17,917 [ERROR]ZA_device_mgr: Timeout (5s): device params unset (ZA_E7.820.003@(0,6,0))
1010:[hw_device_mgr-8] 2025-08-06 17:40:17,919 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
1011:[hw_device_mgr-8] 2025-08-06 17:40:17,919 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
We never see the drives get sent the Switch On Enabled command. Is this being blocked by the hw_device_mgr entering a fault state?
(ZA_IS620N@(0,0,0),ZA_IS620N@(0,1,0),ZA_IS620N@(0,2,0),ZA_IS620N@(0,3,0),ZA_IS620N@(0,4,0),ZA_IS620N@(0,5,0)); device params unset (ZA_E7.820.003@(0,6,0))
[hw_device_mgr-8] 2025-08-06 17:37:46,619 [WARNING]ZA_device_mgr: Manager/device fault; entering fault state
[hw_device_mgr-8] 2025-08-06 17:37:46,619 [WARNING]ZA_device_mgr: Unable to honor fault_command command: Cannot trigger event fault_command because the onbeforefault_command handler returns False
Could this be related to the auxiliary eStop? I looked at some of the ros2 configuration files but couldn’t see where this estop was defined.
As always, any help is much appreciated. It feels really close now 
Cheers,
Darran.
Attached is the full main log for reference:
paste1.txt.nc (133.1 KB)