mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-22 11:33:07 +08:00
opcuaserver回退修改
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<Project>
|
<Project>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PluginVersion>10.9.26</PluginVersion>
|
<PluginVersion>10.9.27</PluginVersion>
|
||||||
<ProPluginVersion>10.9.26</ProPluginVersion>
|
<ProPluginVersion>10.9.26</ProPluginVersion>
|
||||||
<DefaultVersion>10.9.26</DefaultVersion>
|
<DefaultVersion>10.9.27</DefaultVersion>
|
||||||
<AuthenticationVersion>2.9.13</AuthenticationVersion>
|
<AuthenticationVersion>2.9.13</AuthenticationVersion>
|
||||||
<SourceGeneratorVersion>10.9.13</SourceGeneratorVersion>
|
<SourceGeneratorVersion>10.9.13</SourceGeneratorVersion>
|
||||||
<NET8Version>8.0.17</NET8Version>
|
<NET8Version>8.0.17</NET8Version>
|
||||||
|
@@ -95,12 +95,9 @@ public class ThingsGatewayNodeManager : CustomNodeManager2
|
|||||||
fs.EventNotifier = EventNotifiers.SubscribeToEvents;
|
fs.EventNotifier = EventNotifiers.SubscribeToEvents;
|
||||||
if (item?.Any() == true)
|
if (item?.Any() == true)
|
||||||
{
|
{
|
||||||
FolderState varFolder = CreateFolder(fs, "Variables", "Variables");
|
|
||||||
varFolder.AddReference(ReferenceTypes.Organizes, true, ObjectIds.ObjectsFolder);
|
|
||||||
varFolder.EventNotifier = EventNotifiers.SubscribeToEvents;
|
|
||||||
foreach (var item2 in item)
|
foreach (var item2 in item)
|
||||||
{
|
{
|
||||||
CreateVariable(varFolder, item2);
|
CreateVariable(fs, item2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user