By jehanito , 14 March, 2019 Forums Gurux DLMS for Java I am using org.gurux:gurux.dlms:2.2.23 and I found that Schedule table entry (gurux.dlms.objects.GXDLMSScheduleEntry) has not the same format than my COSEM Blue Book 12Th edition. In the COSEM Blue Book 12th edition I have this format : schedule_table_entry ::= structure { index: long-unsigned, enable: boolean, script_logical_name: octet-string, script_selector: long-unsigned, switch_time: octet-string, validity_window: long-unsigned, exec_weekdays: bit-string, exec_specdays: bit-string, begin_date: octet-string, end_date: octet-string } In the java class GXDLMSScheduleEntry I have this format : schedule_table_entry ::= structure { index: unsigned, //MISMATCH enable: boolean, script_logical_name: octet-string, script_selector: unsigned, //MISMATCH switch_time: octet-string, validity_window: unsigned, //MISMATCH exec_weekdays: bit-string, exec_specdays: bit-string, begin_date: octet-string, end_date: octet-string } Structure of Schedule table entry does not match with COSEM Blue Hi, You are right. This is fixed and a new version is released on Monday. BR, Mikko
Structure of Schedule table entry does not match with COSEM Blue Hi, You are right. This is fixed and a new version is released on Monday. BR, Mikko
Structure of Schedule table entry does not match with COSEM Blue
Hi,
You are right. This is fixed and a new version is released on Monday.
BR,
Mikko