aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTero Kontkanen <tero.k@granitedevices.fi>2014-12-11 14:45:22 +0200
committerTero Kontkanen <tero.k@granitedevices.fi>2014-12-11 14:45:22 +0200
commitc06bbfd7ec3324751b5af7229e4bd85df72dfb23 (patch)
tree252f837b3090988fb9c812f96e25c169b09c98ea
parent198a403754bd9d42f35ec82952f4aa0382fb4e0b (diff)
downloadSimpleMotionV2-c06bbfd7ec3324751b5af7229e4bd85df72dfb23.tar.gz
SimpleMotionV2-c06bbfd7ec3324751b5af7229e4bd85df72dfb23.zip
add SMP_CURRENT_LIMITED_TO_MA 8008 (actual current limit (based on user settings, device temperature, voltage etc))
-rw-r--r--simplemotion_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simplemotion_defs.h b/simplemotion_defs.h
index 1f9380e..267724d 100644
--- a/simplemotion_defs.h
+++ b/simplemotion_defs.h
@@ -503,6 +503,7 @@
#define SMP_OVERRIDE_COMMUTATION_FREQ 8003
#define SMP_OVERRIDE_REGENRES_DUTY 8004
#define SMP_DEVICE_TEMPERATURE 8007//reported in 0.01 celsius steps
+#define SMP_CURRENT_LIMITED_TO_MA 8008//actual current limit (based on user settings, device temperature, voltage etc)
/*IO side CPU sends encoder counter at index every time index is encountered. homing uses this info */
#define SMP_INDEX_PULSE_LOCATION 8005