/// <summary> /// Resets the alarm manager of the module this controller is in. /// </summary> public void ResetModuleAlarms() { var resetAlarmsTag = new Tag( TagName.AlarmManager(parent: null).AlarmCommand(), TagName.Global(), "INT"); _tagController.WriteTag(resetAlarmsTag, (short)StandardAlarmCommands.ResetAll); }