- Correzioni a commit precedente

This commit is contained in:
Emmanuele Sassi
2022-05-18 10:10:50 +02:00
parent a466e85b70
commit 01ac9d36da
2 changed files with 3 additions and 1 deletions
@@ -542,7 +542,7 @@ Public Class NUMAxiumPcToolkitComm
Var.SetValue(nVal)
End If
End If
EgtOutLog("Variabile: " & Var.sAddress & " Tipo: " & nType & " NAddres: " & nAddressNumber & " Valore: " & nVal)
'EgtOutLog("Variabile: " & Var.sAddress & " Tipo: " & nType & " NAddres: " & nAddressNumber & " Valore: " & nVal)
ElseIf Var.nType = CommVar.Types.PLC Then
Dim nRet As Short = -1
Dim nRes As Integer
@@ -47,6 +47,8 @@ Module ConstCommVar
' indice della lavorazione in corso (pareti NUM)
Public Const MACHINDEX As String = "MachIndex"
' variabile per lettura errori PLC bit a bit
Public Const PLC_MESSAGES As String = "PLC_Messages"
' variabile per leggere e scrivere permesso invio cn a macchina
Public Const SENDPERMISSION As String = "SendPermission"
Public Enum OPStates