Hi, How can I read load profile for capture period 24 hours using c# code.
Hi,
You read profile generic using ReadByRange -function. Something like:
GXDLMSProfileGeneric pg = new GXDLMSProfileGeneric("OBIS"); cl.ReadRowsByRange(pg, DateTime.Now.Date, DateTime.Now.Date.AddDays(1));
BR, Mikko
________________________________________ Mikko Kurunsaari Gurux Ltd http://www.gurux.fi
Hi,
You read profile generic using ReadByRange -function. Something like:
GXDLMSProfileGeneric pg = new GXDLMSProfileGeneric("OBIS");
cl.ReadRowsByRange(pg, DateTime.Now.Date, DateTime.Now.Date.AddDays(1));
BR,
Mikko
________________________________________
Mikko Kurunsaari
Gurux Ltd
http://www.gurux.fi