Index: firmware/App/Modes/OperationModes.c =================================================================== diff -u -re7dd4d4f0d9cbb0d8e7abb994a16f0389251e4ba -rd8d7e4fb6ae3a5e9a4a2736173a2ce560cf55170 --- firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision e7dd4d4f0d9cbb0d8e7abb994a16f0389251e4ba) +++ firmware/App/Modes/OperationModes.c (.../OperationModes.c) (revision d8d7e4fb6ae3a5e9a4a2736173a2ce560cf55170) @@ -41,7 +41,8 @@ // ********** private definitions ********** #define BROADCAST_DG_OP_MODE_INTERVAL ( 250 / TASK_GENERAL_INTERVAL ) ///< interval (ms/task time) at which the operation mode is published on the CAN bus. -#define DATA_PUBLISH_COUNTER_START_COUNT 11 ///< Data publish counter start count. +// The data publish counter offset is a lower number to make sure DG is sending its status to the HD from the beginning and alarm 140 is not raised +#define DATA_PUBLISH_COUNTER_START_COUNT 2 ///< Data publish counter start count. // ********** private data **********