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. Uses of Gurux.DLMS.UI.Net

Uses of Gurux.DLMS.UI.Net

By Rajshri , 16 July, 2024
Forums
Gurux.Net

Hi,

I am trying to use Gurux DLMS UI .Net but facing the issue with the below Gurux code. It's giving the error like property does not exist.

//Clear old view.
foreach (Control it in UIPanel.Controls)
{
it.Hide();
}
UIPanel.Controls.Clear();
//Select new COSEM object. In this example we select clock.
GXDLMSClock clock = new GXDLMSClock();
IGXDLMSView selectedView = views[clock];
selectedView.Target = clock;
GXDlmsUi.UpdateProperties(clock, selectedView);
//Add DLMS COSEM view to UI panel.
UIPanel.Controls.Add((Form)selectedView);

// Facing the issue with the below code, so request you to give the help on this part like how to use and why it's giving error //

Show UI.
((Form)selectedView).Show();

Rajshri

2 years ago

// Facing the issue with the…

// Facing the issue with the below code, so request you to give the help on this part like how to use and why it's giving error //

Show UI.
((Form)selectedView).Show();

Profile picture for user Kurumi

Kurumi

2 years ago

Hi, Is the view included to…

Hi,

Is the view included to views? Where are you exactly receiving this error and what is the error message?

BR,
Mikko

Rajshri

2 years ago

GXDlmsUi.UpdateProperties…

GXDlmsUi.UpdateProperties(clock, selectedView);

giving error
UpdateProperties method not available in GXDlmsUi

Profile picture for user Kurumi

Kurumi

1 year 12 months ago

Hi, There is no…

Hi,

There is no UpdateProperties method in GXDlmsUi. Check your code.

BR,
Mikko

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Mon, 07/27/2026 - 12:37
    gurux.dlms.cpp 9.0.2607.2701
  • Thu, 07/23/2026 - 16:19
    gurux.dlms.java 4.0.96
  • Thu, 07/09/2026 - 14:34
    Gurux.DLMS.Python 1.0.201
  • Fri, 06/26/2026 - 16:32
    Gurux.Service 3.0.2606.2601
  • Wed, 06/24/2026 - 08:36
    Gurux.DLMS.Python 1.0.200

New forum topics

  • Service not known error on gprs communication
  • Help Needed: Interfacing Saral 100 Energy Meter with Microcontroller via RS232
  • Connecting Meter to Agent via serial
  • Reading block profile with Compact array
  • DLMS server - serving multiple similar datasets gathered from multiple meters across distinct logical addresses
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin