By bushidik, 2 May, 2024 Forums Gurux.DLMS Hello! I use C++ GuruX library and want to know, is there a possibility to read objects directly from Server side using interested obis and method/attribute number? Best regards Hello, Yes, it's possible… Hello, Yes, it's possible. After you have implemented the connection to the meter, you can read the objects you want to read. You can do it like this: std::string str; CGXDLMSData data("OBIS_CODE"); int ret = Read(&data, 2, str); BR, Mikko int ret = Read(&data, 2, str… Thank you! Log in or register to post comments
Hello, Yes, it's possible… Hello, Yes, it's possible. After you have implemented the connection to the meter, you can read the objects you want to read. You can do it like this: std::string str; CGXDLMSData data("OBIS_CODE"); int ret = Read(&data, 2, str); BR, Mikko
Hello, Yes, it's possible…
Hello,
Yes, it's possible. After you have implemented the connection to the meter, you can read the objects you want to read. You can do it like this:
std::string str;
CGXDLMSData data("OBIS_CODE");
int ret = Read(&data, 2, str);
BR,
Mikko
int ret = Read(&data, 2, str…
Thank you!