User manual
CG-ARM7/D/E CAN/CAN Gateway
13
EMS Dr. Thomas Wünsche
Examples:
# The received extended identifiers in the range of
# 0x30 to 0x40 via CAN channel 1 are sent via CAN
# channel 2 as standard identifiers in the range of
# 0x400 to 0x410.
xfil1s = x30 - x40 : x400
# The via CAN channel 2 received extended identifier
# 0x1FFFFFFF is sent via CAN channel 1 as extended
# identifier with the value 0x01.
xfil2x = x1FFFFFFF : x1
# The via CAN channel 1 received standard identifiers
# in the range of 0x100 to 0x200 are sent via CAN
# channel 2 as standard identifiers without remapping.
sfil1s = x100 - x200