The straton driver IEC61850 Server by import of variables from SCL-file creates Enum attributes as variables of data type INT. It should use SINT like the Standard defines and zenon iec850 driver uses. For example the common-in-use attributes ctlModel are affected. When manually changed to SINT the driver uses it correctly.
The straton driver IEC61850 Server by import of variables from SCL-file creates Enum attributes as variables of data type INT. It should use SINT like the Standard defines and zenon iec850 driver uses. For example the common-in-use attributes ctlModel are affected. When manually changed to SINT the driver uses it correctly.
Now the driver creates variables of type Enum as straton variables of data type SINT. The old driver accepts both data types: INT and SINT.