- Calcolo MRR spostato in MachiningLib. Funzione: GetToolMRR

-  Aggiornato strategia STR0002
This commit is contained in:
andrea.villa
2024-05-30 09:33:43 +02:00
parent cc597ce890
commit 60bac29b1e
4 changed files with 14 additions and 14 deletions
-1
View File
@@ -661,7 +661,6 @@ end
-------------------------------------------------------------------------------------------------------------
-- ritorna l'indice della strategia migliore, tra le due passate
local function GetIndexBestStrategyFromComparison( AvailableStrategies, nIndex1, nIndex2)
-- TODO tra nCompletionIndex e dCompletionPercentage ne serve uno solo, valutare se ammettere entrambi così la strategia può scegliere quale restituire
local dChosenIndex = 0
-- controllo indici
if nIndex1 == 0 and nIndex2 == 0 then