access point
receives tracking data from connected clients and transmits it via USB to the Host along with its own data;client
connects to an access point and transmits tracking data from an Alt.-1
: the access point will select the first available radio channel from those available 0
completely shuts down the radio connection on the device.ConnLimit
. Therefore, if you connect fewer devices, some of the traffic will be wasted.MasterSN
property is empty, client devices will connect to the nearest access point.ChannelsMask
, etc.) you should set the appropriate MasterSN to each client.1
indicates that the respective channel will be used while searching for an access point, while 0
means that the channel will be ignored. The string is a bitmask: the channels are written in reverse sequence. The first symbol in the string corresponds to the last 140th channel, and the last symbol in the string corresponds to the 0th channel.000000000000000000001000001000000000000000000000100000000000000000000000001000000000000000000000001000000000000000000000000000000000000000000
full
— all channels can be used for searching;default
— only five default channels can be used for searching;N
— only one channel is used for searching. Use the channel's number instead of N.120
in the ChannelsMask
property of the client devices and 120
in the RadioChannel
property of the access point.ChannelsMask = default
for the client device, RadioChannel = -1
for the access point.ConnLimit
equal to the number of client devices that you will connect to this access point (refer to properties).ConnLimit
equal to the number of clients that you will connect to this access point (refer to properties);92
in the RadioChannel
property;MasterSN
(refer to instructions);ChannelsMask
(for example, the selected channel only; refer to properties);RadioChannel
property;ChannelsMask = default
for all clients, and RadioChannel = -1
for all access points. But you have to set the appropriate MasterSN
for the clients.92
for operation. It is reserved for connecting client devices with an unknown channel mask.5 seconds
. After that, the wireless socket will be restarted and serial number of the access point will be automatically saved to the MasterSN property.sys/HardwareSerialNumber
.MasterSN
field.5 seconds
. After that, the wireless socket will be restarted and the MasterSN property will be erased.Indicator state | State of the device |
---|---|
Client is trying to find an access point to connect to. | |
Client is trying to find a specific access point ( MasterSN property is not empty). |
MasterSN
property on the client is set to an unknown access point or lost.ChannelsMask
property).92
in the RadioChannel
property. This channel is always available for searching and cannot be reset.ChannelMask
property on the client accordingly.ConnLimit
value or turn off one of the previously connected clients. In case there are 4 clients already, we recommend using another access point.