I am using GuruxDLMSServerExample as a example for meter. I want to test push object sending from meter to client periodically. How do I test it? Which C function is used for the creation of push object list and sending the push object? Is this push operation is supported in DLMS C library?
Hi, 1. add push setup object…
Hi,
1. add push setup object and set the wanted objects. Then set the destination IP address e.g. 192.168.68.50:4059. When you press the Push button the push message is sent to the given IP address.
2. Add a Script table object that invokes the push setup.
3. Add an Action Schedule object that calls the script table and sets the wanted times. E.g., *.*.00 will invoke the schedule once per minute.
BR,
Mikko
Can you share the necessary…
Can you share the necessary changes to be done in source code?
Hi, Check addPushSetup,…
Hi,
Check addPushSetup, addscriptTablePush, and addActionSchedulePush.
https://github.com/Gurux/GuruxDLMS.c/blob/master/GuruxDLMSServerExample…
BR,
Mikko
Hi, I couldn't find…
Hi,
I couldn't find addscriptTablePush and addActionSchedulePush in the ANSI C source code. Should I have to add it by myself?
Hi, Those are not in all…
Hi,
Those are not in all examples. Check the link that I shared.
BR,
Mikko