Hi Alan, I apologize for the confusion, I understand the problem now. Perhaps the issue is that the range of month, day of month, and day of week (last three parameters for TAG_DATE which is equivalent to OCTET STRING (SIZE(5))) have a range from 1 to 12 while you are trying to enter a 0. However you would not have experienced a similar issue with TAG_TIME. Perhaps you should attmpt to not use ITEM_DATE, just as a proof of concept that the attribute datatype is valid. Also make sure that TAG_DATE is initialized correctly since it is a user-defined label, in DLMS_Object V4.6 I only see ITEM_TAG_CURRENT_DATETIME and ITEM_TAG_DATETIME_LP being set. Regards, Ryan
↧