添加OPCUA的后台服务

This commit is contained in:
2025-07-08 17:33:20 +08:00
parent 103c7bf32e
commit 07253aed65
9 changed files with 394 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ namespace PMSWPF.Config
public string Database { get; set; } = "pmswpf";
public bool EnableS7Service { get; set; } = true;
public bool EnableMqttService { get; set; } = true;
public bool EnableOpcUaService { get; set; } = true;
private static readonly string SettingsFilePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "connectionSettings.json");