feat(uns): register S7/AbCip/AbLegacy/TwinCAT/Focas tag editors in the map (F-uns-1 T9)

This commit is contained in:
Joseph Doherty
2026-06-09 09:51:26 -04:00
parent c0afecda50
commit 8973ecdf7c
@@ -11,7 +11,11 @@ public static class TagConfigEditorMap
new Dictionary<string, Type>(StringComparer.OrdinalIgnoreCase)
{
["ModbusTcp"] = typeof(Components.Shared.Uns.TagEditors.ModbusTagConfigEditor),
// Further editors registered by later tasks, e.g. ["AbCip"] = typeof(...).
["S7"] = typeof(Components.Shared.Uns.TagEditors.S7TagConfigEditor),
["AbCip"] = typeof(Components.Shared.Uns.TagEditors.AbCipTagConfigEditor),
["AbLegacy"] = typeof(Components.Shared.Uns.TagEditors.AbLegacyTagConfigEditor),
["TwinCat"] = typeof(Components.Shared.Uns.TagEditors.TwinCATTagConfigEditor),
["Focas"] = typeof(Components.Shared.Uns.TagEditors.FocasTagConfigEditor),
};
/// <summary>Returns the editor component type for a driver type, or null if none is registered.</summary>