KeyGenerator 2.5a1 :

- aggiunta gestione Icarus.
This commit is contained in:
DarioS
2023-01-03 08:58:50 +01:00
parent 6226e68524
commit 2f30dbfdbd
5 changed files with 13 additions and 12 deletions
+6 -5
View File
@@ -1,7 +1,7 @@
//----------------------------------------------------------------------------
// EgalTech 2013-2021
// EgalTech 2013-2023
//----------------------------------------------------------------------------
// File : KeyGeneratorDlg.cpp Data : 23.12.21 Versione : 2.3l1
// File : KeyGeneratorDlg.cpp Data : 02.01.23 Versione : 2.5a1
// Contenuto : Implementazione della classe dialogo generatore chiavi.
//
//
@@ -9,6 +9,7 @@
// Modifiche : 11.09.14 DS Creazione modulo.
// 08.05.19 DS Portate Opzioni2 a 24.
// 15.05.21 DS Aggiunto EgtBeamWall.
// 02.01.23 DS Aggiunto Icarus.
//
//----------------------------------------------------------------------------
@@ -39,11 +40,11 @@ static const vector<string> vsProd = {
"1231", // SarmaxWall (vecchie librerie base)
"3279", // EgtCAM5
"5327", // EgtBeamWall
"5583", // Slicer
"5583", // Icarus
"9423" // OmagCUT
} ; // altri valori : 463, 975, 1487, 2511, 3535, 4559, 5583 (max 9999 e deve contenere i bit di 207)
} ; // altri valori : 463, 975, 1487, 2511, 3535, 4559 (max 9999 e deve contenere i bit di 207)
static const vector<string> vsVer = {
"24", "23", "22", "21", "19", "18", "16", "15"
"25", "24", "23", "22", "21", "19", "18", "16", "15"
} ;
static const vector<string> vsSubVer = {
"01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", ""