User's Manual

Table Of Contents
Waveport CF user manuel Coronis Systems
0x08
POLLING_ROUTE: Table containing the list of
module radio address to be queried.
BYTE 2: number of modules to query
IF BYTE 2 != 0
BYTES 3 to 8: radio address of the first
module..., etc.
1 to 241
0x09
GROUP_NUMBER: Byte containing the group
number of radio modules to address in radio polling
mode.
Group number
Default GROUP_NUMBER = 0x00
1
0x0A
POLLING_TIME: delay between two consecutive
transmissions in polling mode
Value in multiples of 100 ms
Default POLLING_TIME = 0x0A
1
0x0C
RADIO_USER_TIMEOUT: time-out for receiving a
response frame
Value in multiples of 100ms
default value = 0x14 (2 seconds)
1
0x0E
EXCHANGE_STATUS: parameter for activating
error or status frame management.
0: status and error frames deactivated
1: error frame activated
2: status frame activated
3: both status and error frames activated
Default EXCHANGE_STATUS = 0x00.
1
0x10
SWITCH_MODE_STATUS: automatic selection of
Radio communication mode used to address an
equipment depending on radio address
0: automatic selection deactivated
1: automatic selection activated
Default SWITCH_MODE_STATUS = 0x01
1
0x16
Waveport CF_MULTICAST_GROUP: byte
containing the Waveport CF multicast group (starting
with version 2.00).
By default, no group selected = 0xFF 1
0x17
BCST_RECEPTION_TIMEOUT: time-out for
receiving CSMA frame following a transmitted
REQ_SEND_BROADCAST command (starting with
firmware version 2.01)
Value in multiples of100 ms.
Default = 0x3C (6 seconds)
1
3.1.1 Format for accessing internal parameters
Waveport CF manages internal parameters mainly for RF features. RS232 commands allow you to access
these parameters in read or write mode. Default values are set when the module is first used.
REQ_READ_RADIO_PARAM is used to read parameters, and REQ_WRITE_RADIO_PARAM is used to
write parameters. Each parameter must be accessed individually.
CMD NOM DESCRIPTION
0x40 REQ_WRITE_RADIO_PARAM Request to update radio parameters
0x41 RES_WRITE_RADIO_PARAM Radio board response to radio parameter update
0x50 REQ_READ_RADIO_PARAM Request to read radio parameters
0x51 RES_READ_RADIO_PARAM Radio board response to parameter reading
In command byte coding, response frames reuse the request command
with the LSB bit set to 1.
Compact_Flash-UserManual 16