Z-Drive and sequence handling

This commit is contained in:
Philipp Schinacher
2025-11-29 11:44:47 +01:00
parent cc2f124b60
commit 521b634cf6
10 changed files with 259 additions and 131 deletions

View File

@@ -9,9 +9,9 @@ HOST_NAME = socket.gethostname()
CLIENT_APP_URI = f"urn:{HOST_NAME}:client:hmi"
# OPC UA settings
OPC_UA_URL = "opc.tcp://192.168.0.148:4840"
OPC_UA_URL = "opc.tcp://192.168.123.90:4840"
OPC_UA_USER = "Administrator"
OPC_UA_PW = "11sep8819"
OPC_UA_PW = "1"
NAMESPACE = "urn:BeckhoffAutomation:Ua:PLC1"
EVENT_LOGGER_NODE_ID = "ns=8;s=eventlogger"