diff --git a/libEDSsharp/eds.cs b/libEDSsharp/eds.cs index e12fa21b..f2b2c30d 100644 --- a/libEDSsharp/eds.cs +++ b/libEDSsharp/eds.cs @@ -1133,7 +1133,6 @@ public ODentry(string parameter_name, UInt16 index, DataType datatype, string d public ODentry(string parameter_name,UInt16 index, byte nosubindex) { this.parameter_name = parameter_name; - this.objecttype = ObjectType.ARRAY; this.Index = index; //this.nosubindexes = nosubindex; this.objecttype = ObjectType.VAR;