From 0af9add01d94d55e55ecce28faa317b8ef512caf Mon Sep 17 00:00:00 2001 From: matthew wildoer Date: Sat, 11 Nov 2017 18:27:17 +1100 Subject: [PATCH] Enable ESTOP --- g2core/settings/settings_geratech.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/g2core/settings/settings_geratech.h b/g2core/settings/settings_geratech.h index 2c2ffff7..aa029f53 100644 --- a/g2core/settings/settings_geratech.h +++ b/g2core/settings/settings_geratech.h @@ -754,13 +754,13 @@ // Amin #ifndef DI7_MODE -#define DI7_MODE IO_ACTIVE_LOW // Normally open +#define DI7_MODE IO_ACTIVE_HIGH // Normally open #endif #ifndef DI7_ACTION -#define DI7_ACTION INPUT_ACTION_NONE +#define DI7_ACTION INPUT_ACTION_STOP #endif #ifndef DI7_FUNCTION -#define DI7_FUNCTION INPUT_FUNCTION_NONE +#define DI7_FUNCTION INPUT_FUNCTION_SHUTDOWN #endif // Amax