How can i add a datetime object in the bacnet stack. I couldont found this object in the stack. I need to set my device clock via bacnet. Is it possible? kindly advice.
Thanks,
Param.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The normal method of setting the clock in a BACnet device is to use TimeSynchronization service. There is an example handler in demo/handler/h_ts.c file. There are also date/time properties in the Device object.
The datetime object was created for modeling things like Sunrise or Sunset time, or for the time that a company may open or close for the day, etc.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
How can i add a datetime object in the bacnet stack. I couldont found this object in the stack. I need to set my device clock via bacnet. Is it possible? kindly advice.
Thanks,
Param.
The normal method of setting the clock in a BACnet device is to use TimeSynchronization service. There is an example handler in demo/handler/h_ts.c file. There are also date/time properties in the Device object.
The datetime object was created for modeling things like Sunrise or Sunset time, or for the time that a company may open or close for the day, etc.