Hello,
Nordic server was added activity calendar and register activation, and script too. DLMSDirector can check defaults. changed active tariff #, but it could not trigger by server itself. and debugger unexpecdetly exited when breakpointed over svr_handleActivityCalendar function.
Forums
Hi, reason why debugger…
Hi,
reason why debugger halted is i used threads.
BR,
Hi, reason why debugger…
Hi,
Did you have adopted activity calendar in Nordic server?
BR,
Hi, Is it possible that you…
Hi,
Is it possible that you don't use threads? ANSI C is not thread-safe and support for threads is not implemented because our clients are using so many compilers.
You can use the activity calendar with Nordic as with all other compilers.
https://github.com/Gurux/GuruxDLMS.c/blob/5fcc54cf1f79701d198675ef22c95…
BR,
Mikko
Hello, Got it. svr_run() was…
Hello,
Got it. svr_run() was out from thread. How to use indexes in Register Activation? several registers for tariff. reading metrics and updating registers, but how is best using register activation indexes for it?
BR,