Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Настроить устройства Master 2 и Slave 2 в качестве основного радиоканала

    Code Block
    languagetext
    themeEmacs
    titleMaster 2
    xg -typeoctopus set ptp_role master
    xg -tdd-sync-src freerun
    xg -cell-id 1
    xg -channel-width 40
    xg -freq-dl 5000
    xg -freq-ul 5000
    xg -short-cp 1
    xg -freq-auto 0
    xg -max-distance 1
    xg -sframelen 5
    xg -tdd-profile-auto-switching 1
    xg -txpwr 0
    xg -ctrl-block-boost 1
    xg -atpc-master-enable 1
    xg -atpc-target-rssi -55
    xg -atpc-rssi-octopus clear radio.freq_list.40
    octopus set radio.freq_list.40[0] 5100-5600/20
    octopus set radio.sector_id 0
    octopus set radio.bw 40
    octopus set radio.frame_length 5
    octopus set radio.guard_interval 1/16
    octopus set radio.fixed_freq off
    octopus set radio.freq_dl 5280
    octopus set radio.freq_ul 5280
    octopus set radio.tx_power -2
    octopus set radio.atpc on
    octopus set radio.atpc_target_rssi -55
    octopus set radio.atpc_threshold 1
    Code Block
    languagetext
    themeEmacs
    titleSlave 2
    xg -typeoctopus set ptp_role slave
    xg -tdd-sync-src freerun
    xg -cell-id 1
    xg -channel-width 40
    xg -freq-dl 5000
    xg -freq-ul 5000
    xg -short-cp 1
    xg -freq-auto 0
    xg -max-distance 1
    xg -sframelen 5
    xg -tdd-profile-auto-switching 1
    xg -txpwr 0
    xg -ctrl-block-boost 1
    xg -atpc-master-enable 1
    xg -atpc-target-rssi -55
    xg -atpc-rssi-octopus clear radio.freq_list.40
    octopus set radio.freq_list.40[0] 5100-5600/20
    octopus set radio.sector_id 0
    octopus set radio.bw 40
    octopus set radio.frame_length 5
    octopus set radio.guard_interval 1/16
    octopus set radio.fixed_freq off
    octopus set radio.freq_dl 5280
    octopus set radio.tx_power -2
    octopus set radio.atpc on
    octopus set radio.atpc_target_rssi -55
    octopus set radio.atpc_threshold 1
  • Объединить устройства семейства InfiLINK 2x2 / InfiMAN 2x2 в единую область MINT

    Code Block
    languagetext
    themeEmacs
    titleMaster 1
    ifc prf0 up
    prf 0 parent eth0
    mint prf0 -name "Master 1 prf"
    mint prf0 -nodeid 00050
    mint prf0 -type master
    mint prf0 -mode fixed
    mint prf0 -key "123456789"
    mint prf0 -authmode public
    mint prf0 start
    mint join rf5.0 prf0
    Code Block
    languagetext
    themeEmacs
    titleSlave 1
    ifc prf0 up
    prf 0 parent eth0
    mint prf0 -name "Slave 1 prf"
    mint prf0 -nodeid 00060
    mint prf0 -type master
    mint prf0 -mode fixed
    mint prf0 -key "123456789"
    mint prf0 -authmode public
    mint prf0 start
    mint join rf5.0 prf0

...