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
    octopus set ptp_role master
    octopus clear radio.freq_list.40125
    octopus set   radio.freq_list.40125[0] 510070625-5600/2075750
    octopus set   radio.sector_id 0freq_list.125[1] 73669
    octopus set   radio.bw 40125
    octopus set   radio.frame_length 5
    octopus set radio.guard_interval 1/16
    octopus set radio.fixed_freq off
    octopus set radio.freq_dl 528073669
    octopus set radio.freq_ul 5280
    octopus set radio.tx_power -25
    octopus set   radio.atpc on
    octopus set   radio.atpc_target_rssi -55
    octopus set   radio.atpc_threshold 1
    Code Block
    languagetext
    themeEmacs
    titleSlave 2
    octopus set ptp_role slave
    octopus clear radio.freq_list.40125
    octopus set   radio.freq_list.40125[0] 510070625-5600/2075750
    octopus set   radio.sector_id 0freq_list.125[1] 73669
    octopus set   radio.bw 40125
    octopus set   radio.frame_length 51
    octopus set radio.guard_interval 1/16
    octopus set radio.fixed_freq off73669
    octopus set radio.freq_dl 5280
    octopus set radio.tx_power -26
    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

...