63b1f1532a
- ampliamento spazio variabili da leggere - correzione lettura log su selezione pagina - aggiunte immaginin su parametri Q
10 lines
256 B
VB.net
10 lines
256 B
VB.net
Module ConstMachMsg
|
|
|
|
Public Const MDI_MSG As String = "MDI"
|
|
Public Const PLC_MSG As String = "PLC"
|
|
Public Const CNC_MSG As String = "CNC"
|
|
Public Const INPUT_MSG As String = "INPUT"
|
|
Public Const OUTPUT_MSG As String = "OUTPUT"
|
|
|
|
End Module
|