-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
When I try to import my L5X file, the DataType read process throws me this exception:
The name 'DT' does not represent a known L5Sharp.Core.AtomicData type.
at L5Sharp.Core.AtomicData.Parse(String name, String value)
at L5Sharp.Core.LogixSerializer.DeserializeAtomic(XElement element)
at L5Sharp.Core.LogixSerializer.DeserializeData(XElement element)
at L5Sharp.Core.LogixSerializer.Deserialize(XElement element)
at L5Sharp.Core.LogixSerializer.Deserialize[TElement](XElement element)
at L5Sharp.Core.LogixElement.GetData()
at L5Sharp.Core.Member.GetData()
at L5Sharp.Core.Member.get_Value()
at L5Sharp.Core.Tag.get_Value()
at L5Sharp.Core.Tag.get_DataType()
I Checked at source code and missing this type definition. From Logix DT is Date/Time format and basically is a Unsigned integer 64 bits
