80dcdb0003
- Prima versione GetMainFaces funzionante - Prima bozza struttura codice per scelta strategie - Calcolo delle 4 rotazioni per il recupero dei dati - Prima bozza struttura calcolo voto strategie - Modificate strategie di prova STR0001 e STR0002 con nuovo standard
11 lines
347 B
Lua
11 lines
347 B
Lua
-- Parametri configurabili da cliente per strategia: STR0002
|
|
|
|
local STR0002Data = {
|
|
StrategyId = 'STR0002',
|
|
Parameters = {
|
|
{ Value = '10', Name = 'Step', Description = 'Questo è lo step di lavorazione', Type = 'd'},
|
|
{ Value = '5', Name = 'Depth', Description = 'Affondamento lavorazione', Type = 'd'},
|
|
}
|
|
}
|
|
|
|
return STR0002Data |