diff --git a/EgtInterface.vb b/EgtInterface.vb index 914fa22..2b186ed 100644 --- a/EgtInterface.vb +++ b/EgtInterface.vb @@ -7982,10 +7982,11 @@ End Enum 'Costanti : stato movimento di simulazione Public Enum MCH_SIM As Integer OK = 0 - END_ = 1 - OUTSTROKE = 2 - DIR_ERR = 3 - ERR = 4 + END_STEP = 1 + END_ = 2 + OUTSTROKE = 3 + DIR_ERR = 4 + ERR = 5 End Enum End Module diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 13c5109..5aa7d88 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -46,5 +46,5 @@ Imports System.Runtime.InteropServices ' utilizzando l'asterisco (*) come descritto di seguito: ' - - + +