Skip to main content
Home
for DLMS smart meters
Open source solutions for DLMS smart metering

Main navigation

  • Home
  • Products
  • About us
  • Open Source
  • Community
  • Forum
  • Downloads
User account menu
  • Log in

Breadcrumb

  1. Home
  2. System.InvalidCastException: 'Unable To Cast Object of Type 'Gurux.DLMS.Objects.GXDLMSActivityCalendar' To Type 'System.Object[]'.'

System.InvalidCastException: 'Unable to cast object of type 'Gurux.DLMS.Objects.GXDLMSActivityCalendar' to type 'System.Object[]'.'

By Rahuls , 9 May, 2024
Forums
Gurux.Net

Getting this error as I try to set activvity calender

object GetActivityWrite(){
GXDLMSActivityCalendar activity = new GXDLMSActivityCalendar();
activity.CalendarNamePassive = "Passive";
activity.DayProfileTablePassive = new GXDLMSDayProfile[] { new GXDLMSDayProfile(1, new GXDLMSDayProfileAction[] { new GXDLMSDayProfileAction(new GXTime(DateTime.Now), "0.0.10.0.100.255", 1) }) };
return activity;
}

object tempObj = GetActivityWrite();
ReadDataBlock(Client.Write(writeObj.Name, tempObj, dt, objectType, attributeIndex), reply);

trying to test the library, and i am getting error. It is reading smoothly, only error on this part, tried passed date in different formats, nothing works

Rahuls

2 years 1 month ago

Hi Mikko, Any update? thanks.

Hi Mikko,

Any update?

thanks.

Profile picture for user Kurumi

Kurumi

2 years 1 month ago

Hi, Try like this: object…

Hi,

Try like this:

object tempObj = GetActivityWrite();
ReadDataBlock(Client.Write(tempObj, 9), reply);

BR,
Mikko

Rahuls

2 years 1 month ago

Thanks Mikko, I was able to…

Thanks Mikko, I was able to write it to passive.

As of now i did manually activate from GURUX director, how can i activate it from code library?

Profile picture for user Kurumi

Kurumi

2 years 1 month ago

Hi, You can activate it by…

Hi,

You can activate it by calling the ActivatePassiveCalendar method. Like this:

ReadDataBlock(tempObj.ActivatePassiveCalendar(Client), reply);

BR,
Mikko

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Tue, 06/09/2026 - 11:16
    gurux.dlms.java 4.0.95
  • Tue, 06/09/2026 - 10:03
    Gurux.DLMS.Python 1.0.199
  • Mon, 06/08/2026 - 13:39
    gurux.dlms.cpp 9.0.2606.0801
  • Mon, 06/01/2026 - 10:15
    gurux.dlms.cpp 9.0.2606.0101
  • Thu, 05/28/2026 - 16:06
    gurux.dlms.java 4.0.94

New forum topics

  • Error reading L&G Meter
  • Pass a TCP Client to GXNet
  • Australian EDMI Mk10D (Essential Energy area)
  • Strange mix of data notificiation vs get response
  • DLMS Connection
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin