Generic Mode Network and Device Communication
43 (62)
Possible Return Values
Return Value
Description
I OK: MAC_SLAVE_ADD
Function succeeded
E 51 MAC-list is full
Only 10 MAC address list entries are supported. Not possible to add
another MAC address.
E 52 Wrong MAC address
MAC address is invalid. Valid MAC address consists of 12 digits.
E 53 MAC address already exists
MAC address is already used for a connection to a server.
E 54 Invalid MAC Address range
Address range is invalid. Make sure, that
ADDR2
is higher than
ADDR1
.
D MAC_MASTER_REMOVE
Removes a MAC address or a MAC address range from the Master MAC address list. Only
entries that match an entry in the Master MAC address list can be removed (the same range as
added via
).
D MAC_MASTER_REMOVE <adr1> <adr2>
Parameter
Parameter
Description
adr1
MAC address to be removed from list, value: 6 Byte hexadecimal
If
adr2
is also defined, this address is the start address of the range.
adr2
Optional, end address of the MAC address range, value: 6 Byte hexadecimal
Example
D MAC_MASTER_REMOVE 001122334455
Possible Return Values
Return Value
Description
I OK: MAC_MASTER_REMOVE
Function succeeded
E 52 Wrong MAC address
MAC address is invalid or not in the Master MAC address
list. Valid MAC address consists of 12 digits.
D MAC_SLAVE_REMOVE
Removes a MAC address or a MAC address range from the Slave MAC address list. Only
entries that match an entry in the Slave MAC address list can be removed (the same range as
added via
).
D MAC_SLAVE_REMOVE <ADDR1> <ADDR2>
Parameter
Parameter
Description
ADDR1
MAC address to be removed from list, value: 6 Byte hexadecimal
If
ADDR2
is also defined, this address is the start address of the range.
ADDR2
Optional, end address of the MAC address range, value: 6 Byte hexadecimal
Example
D MAC_SLAVE_REMOVE 001122334455
CANblue II User Manual
4.01.0126.20000 EN 3.2