Cannot clear E-STOP, without error
- AlessandroEmm
- Away
- Junior Member
-
Less
More
- Posts: 28
- Thank you received: 0
23 Feb 2026 15:47 #343346
by AlessandroEmm
Cannot clear E-STOP, without error was created by AlessandroEmm
Setup:
I have endstops configured too, but still tried no_force_homing to ensure its not a problem with endstops.
Some Infos about my setup:HAL Pin States:HAL Configuration is default remora:
INI Configuration: What is interesting is that noticed on click of e-stop the previously greyed out box of override limits becomes clickable.
Thanks for any help,
Alessandro
- LinuxCNC with Remora SPI controller
- 4-axis gantry configuration (XYYZ - dual Y motors)
I have endstops configured too, but still tried no_force_homing to ensure its not a problem with endstops.
Some Infos about my setup:HAL Pin States:
iocontrol.0.emc-enable-in = TRUE (from remora.SPI-status)
iocontrol.0.user-enable-out = TRUE
iocontrol.0.user-request-enable = FALSE (never changes)
remora.SPI-status = TRUE
remora.SPI-enable = TRUE
motion.enable = TRUE
motion.motion-enabled = FALSEnet user-enable-out <= iocontrol.0.user-enable-out => remora.SPI-enable
net user-request-enable <= iocontrol.0.user-request-enable => remora.SPI-reset
net remora-status <= remora.SPI-status => iocontrol.0.emc-enable-inINI Configuration:
[TRAJ]
JOINTS = 4
NO_FORCE_HOMING = 1
COORDINATES = XYYZ
[KINS]
JOINTS = 4
KINEMATICS = trivkins coordinates=XYYZ kinstype=BOTH
[EMCMOT]
SERVO_PERIOD = 5000000
TRAJ_PERIOD = 5000000
BASE_PERIOD = 0
[TASK]
TASK = milltask
CYCLE_TIME = 0.010Thanks for any help,
Alessandro
Please Log in or Create an account to join the conversation.
- andrax
-
- Offline
- Elite Member
-
Less
More
- Posts: 202
- Thank you received: 44
23 Feb 2026 17:57 #343351
by andrax
Replied by andrax on topic Cannot clear E-STOP, without error
Hi,
I think you have a syntax error.
setp iocontrol.0.emc-enable-in 1
I think you have a syntax error.
setp iocontrol.0.emc-enable-in 1
Please Log in or Create an account to join the conversation.
- tuxcnc
- Offline
- Premium Member
-
Less
More
- Posts: 140
- Thank you received: 12
23 Feb 2026 19:03 - 23 Feb 2026 19:12 #343355
by tuxcnc
But I think I had the same problem.
My configuration looks like this:This is Remora via Ethernet, but the differences are probably cosmetic.
Replied by tuxcnc on topic Cannot clear E-STOP, without error
I did it a long time ago and unfortunately I don't remember...
[b]Configuration is default remora:[/b] [/code][/b][b][code]net user-enable-out <= iocontrol.0.user-enable-out => remora.SPI-enable [/code][/b][b][code]net user-request-enable <= iocontrol.0.user-request-enable => remora.SPI-reset [/code][/b][b][code]net remora-status <= remora.SPI-status => iocontrol.0.emc-enable-in
But I think I had the same problem.
My configuration looks like this:
# estop and SPI comms enable and feedback
# net user-enable-out <= iocontrol.0.user-enable-out => remora.enable
# net user-request-enable <= iocontrol.0.user-request-enable => remora.reset
# net remora-status <= remora.status => iocontrol.0.emc-enable-in
loadrt estop_latch
addf estop-latch.0 servo-thread
net estop-loopout iocontrol.0.emc-enable-in <= estop-latch.0.ok-out
net user-enable-out iocontrol.0.user-enable-out => remora.enable
net estop-loopin remora.status => estop-latch.0.ok-in => estop-latch.0.reset
net estop-reset iocontrol.0.user-request-enable => remora.reset
net remote-estp estop-latch.0.fault-in <= remora.input.12.not
Last edit: 23 Feb 2026 19:12 by tuxcnc. Reason: Bad formatting
The following user(s) said Thank You: AlessandroEmm
Please Log in or Create an account to join the conversation.
Time to create page: 0.425 seconds