Hi Mikko,
the inactivity time which is declared in the IEC_HDLC_SETUP is not working on mycase.
when there is no data receiving after given time is completed it has to send DM(Disconnect mode)message instead of keep send alive?(If I am wrong please help me how to implement this INACTIVITY time).
In mycase : T_HDLC_FRAME_P3 this test case is failed meter is not sending DM message.
Hi Mikko,
I just run the CTT test which is on GURUX Client. it gave report with lot of failed conditions.
please help me where is the wrong. i am using gurux library C stack only.
here the report,
/*********************************************************************/
Starting to execute test for US.
Starting HDLC tests #1.
Passed.
Starting HDLC tests #2.
Failed.
Hello, firstly i want to apologize for my english skill. I am using .Net library for Read/Write actions to the meters. Could you explain how can i change tariff scheme for meter? For example, i have one tariff from 7:00 to 22:59 and second tariff from 23:00 to 6:59 as manufacturer preset. What objects should i use to change time ranges or add time range with new tariff scheme? It would be great if you write a simple example
We have added functionality to bind and unbind Mbus devices with the gurux uit.(in Gurux.DLMS.UI.NET).
This is now as a pull request on Github (https://github.com/Gurux/Gurux.DLMS.UI.Net/pulls).
What actions need to be done to have this reviewed/added to a new release?
hi,
I want to use GSM Module sim808 for TCP connection on the meter using the Arduino server code
I have implemented the Auto-connect and I can equally see gxModemConfiguration and gxGPRSSetup, what is the function of these two objects?
do I still need to initialize the sim808 for the TCP connection using the AT commands or the gurux library has already taken care of it?
also on the physical connection.
Am I to use the Serial0 of the Arduino for the GSM module connection?