VP330
RS-232 & TCP/IP communication protocol
Oct 2021
Version : 2.1 (for firmware 1.11 or higher)
61
15.2. Update the clock
15.2.1. Update the local time
This command sets the hour in the local time zone of the player.
Byte
Role
Value (represented in
hexa)
Description
0
Synchro
0x80 | id
Sync byte and player ID
1
Command
0x0C
Update local hour
2
Hours
[0x00-0x17]
Number of hours since
midnight between 0 and 23
3
Minutes
[0x00-0x3B]
Number of minutes since
the start of the hour
between 0 and 59
4
Seconds
[0x00-0x3B]
Number of seconds since
the start of the minute
between 0 and 59
15.2.2. Update the local date
This command sets the date in the current time zone of the player.
Be careful, by setting a new date you can affect the hour (winter time and summer time).
Byte
Role
Value (represented in
hexa)
Description
0
Synchro
0x80 | id
Sync byte and player ID
1
Command
0x1C
Update the local date
2
Year
[0x00-0x7F]
Number of elapsed years since year
2000, between 0 and 127
3
Month
[0x01-0x0C]
Month of the current year between 1 and
12
4
Day
[0x01-0x1F]
Day of the current month between 1 and
31
15.2.3. Update the local date and time
This command sets the date and time in the time zone of the player.
It's actually a combination of the 2 previous commands.