CANopen Slave Documentation
Version 6.16.04
|
The CANopen data type TIME_OF_DAY (refer to CoDT_TIME_OF_DAY) represents absolute time. It follows from the definition and the encoding rules that TIME_OF_DAY is represented as bit sequence of length 48.
Component ulMilliseconds is the time in milliseconds after midnight. Component uwDays is the number of days since 1 January 1984.
Data Fields | |
uint32_t | ulMilliseconds |
uint16_t | uwDays |
uint32_t CosTimeOfDay_s::ulMilliseconds |
Milliseconds after midnight
uint16_t CosTimeOfDay_s::uwDays |
Days since 1 January 1984