Spatial FOG Reference Manual
Page 130 of 144
Version 2.3
03/05/2018
13.10.2
Packets Period Packet
Packets Period Packet
Packet ID
181
Length
2 + (5 x number of packet periods)
Field
#
Bytes
Ofset
Data
Type
Size
Description
1
0
u8
1
Permanent
2
1
u8
1
Clear existing packet periods, see section 13.10.2.1
3
2
u8
1
Packet ID
4
3
u32
4
Packet period, see section 13.10.2.2
+
Fields 3-4 repeat for additional packet periods
Table 97: Packets period packet
13.10.2.1
Clear Existing Packets
This is a boolean field, when set to one it deletes any existing packet rates. When set
to zero existing packet rates remain. Only one packet rate can exist per packet ID, so
new packet rates will overwrite existing packet rates for the same packet ID.
13.10.2.2
Packet Period
This indicates the period in units of the packet timer period. The packet rate can be
calculated as follows.
Packet Rate = 1000000/(Packet Period x Packet Timer Period) Hz
For example if the packet timer period is set to 1000 (1 ms). Setting packet ID 20 with
a packet period of 50 will give the following.
Packet 20 Rate = 1000000/(50 x 1000)
Packet 20 Rate = 20 Hz