mz-automation / libiec61850

Official repository for libIEC61850, the open-source library for the IEC 61850 protocols
http://libiec61850.com/libiec61850
GNU General Public License v3.0
878 stars 468 forks source link

In the icd file,when the data attribute's btype is Dbpos, genmodel.jar can't work. #163

Closed StarsNeverGiveUp closed 5 years ago

StarsNeverGiveUp commented 5 years ago

Warning: Initialization of CODEDENUM is unsupported! Unknown default value for iedModel_LD001_XSWI_Pos_stVal type: CODEDENUM

In the icd file , the btype of iedModel_LD001_XSWI_Pos_stVal is Dbpos.

Both libiec61850 Ed1.0 and Ed1.3 have this problem.

mzillgith commented 5 years ago

This is a process value. I think it shouldn't be initialized by the ICD file but by the real process value when the application is starting?