- Correzioni a commit precedente
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user