diff --git a/bandbuttons.cpp b/bandbuttons.cpp index ba212a4..398a9da 100644 --- a/bandbuttons.cpp +++ b/bandbuttons.cpp @@ -50,6 +50,9 @@ void bandbuttons::receiveCache(cacheItem item) case funcFreqGet: // Here we will process incoming frequency. { + if(!rigCaps) { + return; + } if (ui->SubBandCheck->isChecked() == sub) { quint64 freq = quint64(item.value.value().Hz); for (auto &b: rigCaps->bands) diff --git a/freqctrl.cpp b/freqctrl.cpp index 4691780..fca3864 100644 --- a/freqctrl.cpp +++ b/freqctrl.cpp @@ -709,8 +709,15 @@ void freqCtrl::drawBkGround(QPainter &Painter) else dgsep = gsep; } - Painter.drawText(m_SepRect[i], Qt::AlignHCenter | Qt::AlignVCenter, - dgsep); + if( (i==m_NumDigits-1) && (m_DigitInfo[i].val==0) ) { + Painter.drawText(m_SepRect[i], Qt::AlignHCenter | Qt::AlignVCenter, + " "); + } else { + // Only draw the digit separator if we are within a number. + // This eliminates drawing a comma after the last (MSB) digit. + Painter.drawText(m_SepRect[i], Qt::AlignHCenter | Qt::AlignVCenter, + dgsep); + } } else { diff --git a/loggingwindow.cpp b/loggingwindow.cpp index d6090ca..935b080 100644 --- a/loggingwindow.cpp +++ b/loggingwindow.cpp @@ -225,6 +225,11 @@ void loggingWindow::on_debugBtn_clicked(bool checked) emit setDebugMode(checked); } +void loggingWindow::on_commDebugChk_clicked(bool checked) +{ + emit setInsaneLoggingMode(checked); +} + void loggingWindow::on_toBottomBtn_clicked() { vertLogScroll->setValue(vertLogScroll->maximum()); diff --git a/loggingwindow.h b/loggingwindow.h index 3e6a5f7..3b2b8eb 100644 --- a/loggingwindow.h +++ b/loggingwindow.h @@ -56,8 +56,11 @@ private slots: void on_toBottomBtn_clicked(); + void on_commDebugChk_clicked(bool checked); + signals: void setDebugMode(bool debugOn); + void setInsaneLoggingMode(bool insaneLoggingOn); private: Ui::loggingWindow* ui; diff --git a/loggingwindow.ui b/loggingwindow.ui index 717366c..5e98ffc 100644 --- a/loggingwindow.ui +++ b/loggingwindow.ui @@ -6,7 +6,7 @@ 0 0 - 625 + 819 300 @@ -109,6 +109,16 @@ + + + + <html><head/><body><p>This enables the logging of nearly all CI-V traffic. <span style=" font-weight:600;">Use with caution</span>. It is a lot of data. Meter levels and scope data are not shown. </p></body></html> + + + CommDebug + + + diff --git a/repeatersetup.cpp b/repeatersetup.cpp index 9d4dedc..e03cb3e 100644 --- a/repeatersetup.cpp +++ b/repeatersetup.cpp @@ -24,9 +24,13 @@ repeaterSetup::~repeaterSetup() { // Trying this for more consistent destruction delete ui; + if(queue) { + qDebug() << "Deleting the queue from within repeaterSetup."; + queue->deleteLater(); + queue=nullptr; + } } - void repeaterSetup::populateTones() { ui->rptToneCombo->addItem("67.0", quint16(670)); @@ -405,25 +409,25 @@ void repeaterSetup::on_splitOffBtn_clicked() void repeaterSetup::on_rptSimplexBtn_clicked() { // Simplex - queue->add(priorityImmediate,queueItem(funcSplitStatus,QVariant::fromValue(dmSplitOn),false)); - if(rigCaps->commands.contains(funcToneSquelchType)) - { - queue->add(priorityImmediate,queueItem(funcSplitStatus,QVariant::fromValue(dmDupAutoOff),false)); + //queue->add(priorityImmediate,queueItem(funcSplitStatus,QVariant::fromValue(dmSplitOn),false)); + //if(rigCaps->commands.contains(funcToneSquelchType)) + //{ + //queue->add(priorityImmediate,queueItem(funcSplitStatus,QVariant::fromValue(dmDupAutoOff),false)); queue->add(priorityImmediate,queueItem(funcSplitStatus,QVariant::fromValue(dmSimplex),false)); - } + //} } void repeaterSetup::on_rptDupPlusBtn_clicked() { // DUP+ - queue->add(priorityImmediate,queueItem(funcSplitStatus,QVariant::fromValue(dmDupAutoOff),false)); + //queue->add(priorityImmediate,queueItem(funcSplitStatus,QVariant::fromValue(dmDupAutoOff),false)); queue->add(priorityImmediate,queueItem(funcSplitStatus,QVariant::fromValue(dmDupPlus),false)); } void repeaterSetup::on_rptDupMinusBtn_clicked() { // DUP- - queue->add(priorityImmediate,queueItem(funcSplitStatus,QVariant::fromValue(dmDupAutoOff),false)); + //queue->add(priorityImmediate,queueItem(funcSplitStatus,QVariant::fromValue(dmDupAutoOff),false)); queue->add(priorityImmediate,queueItem(funcSplitStatus,QVariant::fromValue(dmDupMinus),false)); } @@ -796,6 +800,8 @@ void repeaterSetup::on_rptrOffsetSetBtn_clicked() if(f.Hz != 0) { queue->add(priorityImmediate,queueItem(funcSendFreqOffset,QVariant::fromValue(f),false)); + } else { + qWarning() << "Could not convert frequency text of repeater offset to integer."; } ui->rptrOffsetEdit->clearFocus(); } @@ -821,6 +827,7 @@ void repeaterSetup::on_quickSplitChk_clicked(bool checked) void repeaterSetup::receiveRigCaps(rigCapabilities* rig) { + qInfo() << "Receiving rigcaps into repeater setup."; this->rigCaps = rig; if (rig != Q_NULLPTR) { diff --git a/rigs/IC-705.rig b/rigs/IC-705.rig index 3633c7e..3de9a01 100644 --- a/rigs/IC-705.rig +++ b/rigs/IC-705.rig @@ -1,1371 +1,1378 @@ [General] -Version=1.90 +Version=1.91 [Rig] -Manufacturer=Icom -Model=IC-705 -CIVAddress=164 -RigCtlDModel=3085 -NumberOfReceivers=1 -NumberOfVFOs=1 -SpectrumSeqMax=11 -SpectrumAmpMax=160 -SpectrumLenMax=475 -HasSpectrum=true -HasLAN=true -HasEthernet=false -HasWiFi=true -HasTransmit=true -HasFDComms=true -HasCommand29=false -MemGroups=100 -Memories=99 -MemStart=0 -MemFormat=%1.2a %3.2b %5.1d %6.5f %11.1g %12.1h %13.1i %14.1j %15.1m %16.3n %19.3o %22.1p %23.2q %25.1r %26.3s %29.8t %37.8u %45.8v %53.5F %58.1G %59.1H %60.1I %61.1J %62.1M %63.3N %66.3O %69.1P %70.2Q %72.1R %73.3S %76.8T %84.8U %92.8V %100.16z -SatMemories=0 -SatFormat= -Commands\1\Type=Freq (TRX) -Commands\1\String=\\x00 -Commands\1\Min=0 -Commands\1\Max=0 -Commands\1\Command29=false -Commands\1\GetCommand=false -Commands\1\SetCommand=false -Commands\2\Type=Mode (TRX) -Commands\2\String=\\x01 -Commands\2\Min=0 -Commands\2\Max=0 -Commands\2\Command29=false -Commands\2\GetCommand=false -Commands\2\SetCommand=false -Commands\3\Type=Band Edge Freq -Commands\3\String=\\x02 -Commands\3\Min=0 -Commands\3\Max=0 -Commands\3\Command29=false -Commands\3\GetCommand=true -Commands\3\SetCommand=true -Commands\4\Type=Freq Get -Commands\4\String=\\x03 -Commands\4\Min=0 -Commands\4\Max=0 -Commands\4\Command29=false -Commands\4\GetCommand=true -Commands\4\SetCommand=true -Commands\5\Type=Mode Get -Commands\5\String=\\x04 -Commands\5\Min=0 -Commands\5\Max=0 -Commands\5\Command29=false -Commands\5\GetCommand=true -Commands\5\SetCommand=true -Commands\6\Type=Freq Set -Commands\6\String=\\x05 -Commands\6\Min=0 -Commands\6\Max=0 -Commands\6\Command29=false -Commands\6\GetCommand=true -Commands\6\SetCommand=true -Commands\7\Type=Mode Set -Commands\7\String=\\x06 -Commands\7\Min=0 -Commands\7\Max=0 -Commands\7\Command29=false -Commands\7\GetCommand=true -Commands\7\SetCommand=true -Commands\8\Type=VFO A Select -Commands\8\String=\\x07\\x00 -Commands\8\Min=0 -Commands\8\Max=0 -Commands\8\Command29=false -Commands\8\GetCommand=true -Commands\8\SetCommand=true -Commands\9\Type=VFO B Select -Commands\9\String=\\x07\\x01 -Commands\9\Min=0 -Commands\9\Max=0 -Commands\9\Command29=false -Commands\9\GetCommand=true -Commands\9\SetCommand=true -Commands\10\Type=VFO Equal AB -Commands\10\String=\\x07\\xa0 -Commands\10\Min=0 -Commands\10\Max=0 -Commands\10\Command29=false -Commands\10\GetCommand=true -Commands\10\SetCommand=true -Commands\11\Type=VFO Swap A/B -Commands\11\String=\\x07\\xb0 -Commands\11\Min=0 -Commands\11\Max=0 -Commands\11\Command29=false -Commands\11\GetCommand=true -Commands\11\SetCommand=true -Commands\12\Type=Memory Mode -Commands\12\String=\\x08 -Commands\12\Min=0 -Commands\12\Max=99 -Commands\12\Command29=false -Commands\12\GetCommand=true -Commands\12\SetCommand=true -Commands\13\Type=Memory Write -Commands\13\String=\\x09 -Commands\13\Min=0 -Commands\13\Max=99 -Commands\13\Command29=false -Commands\13\GetCommand=true -Commands\13\SetCommand=true -Commands\14\Type=Memory to VFO -Commands\14\String=\\x0a -Commands\14\Min=0 -Commands\14\Max=99 -Commands\14\Command29=false -Commands\14\GetCommand=true -Commands\14\SetCommand=true -Commands\15\Type=Memory Clear -Commands\15\String=\\x0b -Commands\15\Min=0 -Commands\15\Max=99 -Commands\15\Command29=false -Commands\15\GetCommand=true -Commands\15\SetCommand=true -Commands\16\Type=Scanning -Commands\16\String=\\x0e -Commands\16\Min=0 -Commands\16\Max=0 -Commands\16\Command29=false -Commands\16\GetCommand=true -Commands\16\SetCommand=true -Commands\17\Type=Split/Duplex -Commands\17\String=\\x0f -Commands\17\Min=0 -Commands\17\Max=1 -Commands\17\Command29=false -Commands\17\GetCommand=true -Commands\17\SetCommand=true -Commands\18\Type=Tuning Step -Commands\18\String=\\x10 -Commands\18\Min=0 -Commands\18\Max=8 -Commands\18\Command29=false -Commands\18\GetCommand=true -Commands\18\SetCommand=true -Commands\19\Type=Attenuator Status -Commands\19\String=\\x11 -Commands\19\Min=0 -Commands\19\Max=20 -Commands\19\Command29=false -Commands\19\GetCommand=true -Commands\19\SetCommand=true -Commands\20\Type=Speech -Commands\20\String=\\x13 -Commands\20\Min=0 -Commands\20\Max=2 -Commands\20\Command29=false -Commands\20\GetCommand=false -Commands\20\SetCommand=true -Commands\21\Type=AF Gain -Commands\21\String=\\x14\\x01 -Commands\21\Min=0 -Commands\21\Max=255 -Commands\21\Command29=false -Commands\21\GetCommand=true -Commands\21\SetCommand=true -Commands\22\Type=RF Gain -Commands\22\String=\\x14\\x02 -Commands\22\Min=0 -Commands\22\Max=255 -Commands\22\Command29=false -Commands\22\GetCommand=true -Commands\22\SetCommand=true -Commands\23\Type=Squelch -Commands\23\String=\\x14\\x03 -Commands\23\Min=0 -Commands\23\Max=255 -Commands\23\Command29=false -Commands\23\GetCommand=true -Commands\23\SetCommand=true -Commands\24\Type=APF Type Level -Commands\24\String=\\x14\\x05 -Commands\24\Min=0 -Commands\24\Max=255 -Commands\24\Command29=false -Commands\24\GetCommand=true -Commands\24\SetCommand=true -Commands\25\Type=NR Level -Commands\25\String=\\x14\\x06 -Commands\25\Min=0 -Commands\25\Max=255 -Commands\25\Command29=false -Commands\25\GetCommand=true -Commands\25\SetCommand=true -Commands\26\Type=PBT Inner -Commands\26\String=\\x14\\x07 -Commands\26\Min=0 -Commands\26\Max=255 -Commands\26\Command29=false -Commands\26\GetCommand=true -Commands\26\SetCommand=true -Commands\27\Type=PBT Outer -Commands\27\String=\\x14\\x08 -Commands\27\Min=0 -Commands\27\Max=255 -Commands\27\Command29=false -Commands\27\GetCommand=true -Commands\27\SetCommand=true -Commands\28\Type=CW Pitch -Commands\28\String=\\x14\\x09 -Commands\28\Min=300 -Commands\28\Max=900 -Commands\28\Command29=false -Commands\28\GetCommand=true -Commands\28\SetCommand=true -Commands\29\Type=RF Power -Commands\29\String=\\x14\\x0a -Commands\29\Min=0 -Commands\29\Max=255 -Commands\29\Command29=false -Commands\29\GetCommand=true -Commands\29\SetCommand=true -Commands\30\Type=Mic Gain -Commands\30\String=\\x14\\x0b -Commands\30\Min=0 -Commands\30\Max=255 -Commands\30\Command29=false -Commands\30\GetCommand=true -Commands\30\SetCommand=true -Commands\31\Type=Key Speed -Commands\31\String=\\x14\\x0c -Commands\31\Min=6 -Commands\31\Max=48 -Commands\31\Command29=false -Commands\31\GetCommand=true -Commands\31\SetCommand=true -Commands\32\Type=Compressor Level -Commands\32\String=\\x14\\x0e -Commands\32\Min=0 -Commands\32\Max=255 -Commands\32\Command29=false -Commands\32\GetCommand=true -Commands\32\SetCommand=true -Commands\33\Type=Break-In Delay -Commands\33\String=\\x14\\x0f -Commands\33\Min=0 -Commands\33\Max=255 -Commands\33\Command29=false -Commands\33\GetCommand=true -Commands\33\SetCommand=true -Commands\34\Type=NB Level -Commands\34\String=\\x14\\x12 -Commands\34\Min=0 -Commands\34\Max=255 -Commands\34\Command29=false -Commands\34\GetCommand=true -Commands\34\SetCommand=true -Commands\35\Type=DIGI-SEL Shift -Commands\35\String=\\x14\\x13 -Commands\35\Min=0 -Commands\35\Max=255 -Commands\35\Command29=false -Commands\35\GetCommand=true -Commands\35\SetCommand=true -Commands\36\Type=Drive Gain -Commands\36\String=\\x14\\x14 -Commands\36\Min=0 -Commands\36\Max=255 -Commands\36\Command29=false -Commands\36\GetCommand=true -Commands\36\SetCommand=true -Commands\37\Type=Monitor Gain -Commands\37\String=\\x14\\x15 -Commands\37\Min=0 -Commands\37\Max=255 -Commands\37\Command29=false -Commands\37\GetCommand=true -Commands\37\SetCommand=true -Commands\38\Type=Vox Gain -Commands\38\String=\\x14\\x16 -Commands\38\Min=0 -Commands\38\Max=255 -Commands\38\Command29=false -Commands\38\GetCommand=true -Commands\38\SetCommand=true -Commands\39\Type=Anti-Vox Gain -Commands\39\String=\\x14\\x17 -Commands\39\Min=0 -Commands\39\Max=255 -Commands\39\Command29=false -Commands\39\GetCommand=true -Commands\39\SetCommand=true -Commands\40\Type=S Meter Sql Status -Commands\40\String=\\x15\\x01 -Commands\40\Min=0 -Commands\40\Max=1 -Commands\40\Command29=false -Commands\40\GetCommand=true -Commands\40\SetCommand=true -Commands\41\Type=S Meter -Commands\41\String=\\x15\\x02 -Commands\41\Min=0 -Commands\41\Max=255 -Commands\41\Command29=false -Commands\41\GetCommand=true -Commands\41\SetCommand=true -Commands\42\Type=Various Squelch -Commands\42\String=\\x15\\x05 -Commands\42\Min=0 -Commands\42\Max=1 -Commands\42\Command29=false -Commands\42\GetCommand=true -Commands\42\SetCommand=true -Commands\43\Type=Overflow Status -Commands\43\String=\\x15\\x07 -Commands\43\Min=0 -Commands\43\Max=1 -Commands\43\Command29=false -Commands\43\GetCommand=true -Commands\43\SetCommand=true -Commands\44\Type=Power Meter -Commands\44\String=\\x15\\x11 -Commands\44\Min=0 -Commands\44\Max=255 -Commands\44\Command29=false -Commands\44\GetCommand=true -Commands\44\SetCommand=true -Commands\45\Type=SWR Meter -Commands\45\String=\\x15\\x12 -Commands\45\Min=0 -Commands\45\Max=255 -Commands\45\Command29=false -Commands\45\GetCommand=true -Commands\45\SetCommand=true -Commands\46\Type=ALC Meter -Commands\46\String=\\x15\\x13 -Commands\46\Min=0 -Commands\46\Max=255 -Commands\46\Command29=false -Commands\46\GetCommand=true -Commands\46\SetCommand=true -Commands\47\Type=Comp Meter -Commands\47\String=\\x15\\x14 -Commands\47\Min=0 -Commands\47\Max=255 -Commands\47\Command29=false -Commands\47\GetCommand=true -Commands\47\SetCommand=true -Commands\48\Type=Vd Meter -Commands\48\String=\\x15\\x15 -Commands\48\Min=0 -Commands\48\Max=255 -Commands\48\Command29=false -Commands\48\GetCommand=true -Commands\48\SetCommand=true -Commands\49\Type=Id Meter -Commands\49\String=\\x15\\x16 -Commands\49\Min=0 -Commands\49\Max=255 -Commands\49\Command29=false -Commands\49\GetCommand=true -Commands\49\SetCommand=true -Commands\50\Type=Preamp Status -Commands\50\String=\\x16\\x02 -Commands\50\Min=0 -Commands\50\Max=2 -Commands\50\Command29=false -Commands\50\GetCommand=true -Commands\50\SetCommand=true -Commands\51\Type=AGC Time Constant -Commands\51\String=\\x16\\x12 -Commands\51\Min=1 -Commands\51\Max=3 -Commands\51\Command29=false -Commands\51\GetCommand=true -Commands\51\SetCommand=true -Commands\52\Type=Noise Blanker -Commands\52\String=\\x16\\x22 -Commands\52\Min=0 -Commands\52\Max=1 -Commands\52\Command29=false -Commands\52\GetCommand=true -Commands\52\SetCommand=true -Commands\53\Type=Audio Peak Filter -Commands\53\String=\\x16\\x32 -Commands\53\Min=0 -Commands\53\Max=3 -Commands\53\Command29=false -Commands\53\GetCommand=true -Commands\53\SetCommand=true -Commands\54\Type=Noise Reduction -Commands\54\String=\\x16\\x40 -Commands\54\Min=0 -Commands\54\Max=1 -Commands\54\Command29=false -Commands\54\GetCommand=true -Commands\54\SetCommand=true -Commands\55\Type=Auto Notch -Commands\55\String=\\x16\\x41 -Commands\55\Min=0 -Commands\55\Max=1 -Commands\55\Command29=false -Commands\55\GetCommand=true -Commands\55\SetCommand=true -Commands\56\Type=Repeater Tone -Commands\56\String=\\x16\\x42 -Commands\56\Min=0 -Commands\56\Max=1 -Commands\56\Command29=false -Commands\56\GetCommand=true -Commands\56\SetCommand=true -Commands\57\Type=Repeater TSQL -Commands\57\String=\\x16\\x43 -Commands\57\Min=0 -Commands\57\Max=1 -Commands\57\Command29=false -Commands\57\GetCommand=true -Commands\57\SetCommand=true -Commands\58\Type=Compressor Status -Commands\58\String=\\x16\\x44 -Commands\58\Min=0 -Commands\58\Max=1 -Commands\58\Command29=false -Commands\58\GetCommand=true -Commands\58\SetCommand=true -Commands\59\Type=Monitor Status -Commands\59\String=\\x16\\x45 -Commands\59\Min=0 -Commands\59\Max=1 -Commands\59\Command29=false -Commands\59\GetCommand=true -Commands\59\SetCommand=true -Commands\60\Type=Vox Status -Commands\60\String=\\x16\\x46 -Commands\60\Min=0 -Commands\60\Max=1 -Commands\60\Command29=false -Commands\60\GetCommand=true -Commands\60\SetCommand=true -Commands\61\Type=Break-In Status -Commands\61\String=\\x16\\x47 -Commands\61\Min=0 -Commands\61\Max=2 -Commands\61\Command29=false -Commands\61\GetCommand=true -Commands\61\SetCommand=true -Commands\62\Type=Manual Notch -Commands\62\String=\\x16\\x48 -Commands\62\Min=0 -Commands\62\Max=1 -Commands\62\Command29=false -Commands\62\GetCommand=true -Commands\62\SetCommand=true -Commands\63\Type=DIGI-Sel Status -Commands\63\String=\\x16\\x4e -Commands\63\Min=0 -Commands\63\Max=1 -Commands\63\Command29=false -Commands\63\GetCommand=true -Commands\63\SetCommand=true -Commands\64\Type=Twin Peak Filter -Commands\64\String=\\x16\\x4f -Commands\64\Min=0 -Commands\64\Max=1 -Commands\64\Command29=false -Commands\64\GetCommand=true -Commands\64\SetCommand=true -Commands\65\Type=Dial Lock Status -Commands\65\String=\\x16\\x50 -Commands\65\Min=0 -Commands\65\Max=1 -Commands\65\Command29=false -Commands\65\GetCommand=true -Commands\65\SetCommand=true -Commands\66\Type=RX Antenna -Commands\66\String=\\x16\\x53 -Commands\66\Min=0 -Commands\66\Max=1 -Commands\66\Command29=false -Commands\66\GetCommand=true -Commands\66\SetCommand=true -Commands\67\Type=DSP IF Filter -Commands\67\String=\\x16\\x56 -Commands\67\Min=0 -Commands\67\Max=1 -Commands\67\Command29=false -Commands\67\GetCommand=true -Commands\67\SetCommand=true -Commands\68\Type=SSB Bandwidth -Commands\68\String=\\x16\\x58 -Commands\68\Min=0 -Commands\68\Max=2 -Commands\68\Command29=false -Commands\68\GetCommand=true -Commands\68\SetCommand=true -Commands\69\Type=Main/Sub Tracking -Commands\69\String=\\x16\\x5e -Commands\69\Min=0 -Commands\69\Max=1 -Commands\69\Command29=false -Commands\69\GetCommand=true -Commands\69\SetCommand=true -Commands\70\Type=Send CW -Commands\70\String=\\x17 -Commands\70\Min=0 -Commands\70\Max=30 -Commands\70\Command29=false -Commands\70\GetCommand=false -Commands\70\SetCommand=true -Commands\71\Type=Power Control -Commands\71\String=\\x18 -Commands\71\Min=0 -Commands\71\Max=1 -Commands\71\Command29=false -Commands\71\GetCommand=true -Commands\71\SetCommand=true -Commands\72\Type=Transceiver ID -Commands\72\String=\\x19\\x00 -Commands\72\Min=0 -Commands\72\Max=0 -Commands\72\Command29=false -Commands\72\GetCommand=true -Commands\72\SetCommand=true -Commands\73\Type=Memory Contents -Commands\73\String=\\x1a\\00 -Commands\73\Min=0 -Commands\73\Max=101 -Commands\73\Command29=false -Commands\73\GetCommand=true -Commands\73\SetCommand=true -Commands\74\Type=Band Stacking Reg -Commands\74\String=\\x1a\\x01 -Commands\74\Min=1 -Commands\74\Max=0 -Commands\74\Command29=false -Commands\74\GetCommand=true -Commands\74\SetCommand=true -Commands\75\Type=Filter Width -Commands\75\String=\\x1a\\x03 -Commands\75\Min=50 -Commands\75\Max=10000 -Commands\75\Command29=false -Commands\75\GetCommand=true -Commands\75\SetCommand=true -Commands\76\Type=Quick Split -Commands\76\String=\\x1a\\x05\\x00\\x45 -Commands\76\Min=0 -Commands\76\Max=1 -Commands\76\Command29=false -Commands\76\GetCommand=true -Commands\76\SetCommand=true -Commands\77\Type=REF Adjust -Commands\77\String=\\x1a\\x05\\x00\\x89 -Commands\77\Min=0 -Commands\77\Max=511 -Commands\77\Command29=false -Commands\77\GetCommand=true -Commands\77\SetCommand=true -Commands\78\Type=CIV Transceive -Commands\78\String=\\x1a\\x05\\x01\\x12 -Commands\78\Min=0 -Commands\78\Max=1 -Commands\78\Command29=false -Commands\78\GetCommand=true -Commands\78\SetCommand=true -Commands\79\Type=USB Mod Level -Commands\79\String=\\x1a\\x05\\x01\\x16 -Commands\79\Min=0 -Commands\79\Max=255 -Commands\79\Command29=false -Commands\79\GetCommand=true -Commands\79\SetCommand=true -Commands\80\Type=LAN Mod Level -Commands\80\String=\\x1a\\x05\\x01\\x17 -Commands\80\Min=0 -Commands\80\Max=255 -Commands\80\Command29=false -Commands\80\GetCommand=true -Commands\80\SetCommand=true -Commands\81\Type=Data Off Mod Input -Commands\81\String=\\x1a\\x05\\x01\\x18 -Commands\81\Min=0 -Commands\81\Max=3 -Commands\81\Command29=false -Commands\81\GetCommand=true -Commands\81\SetCommand=true -Commands\82\Type=DATA1 Mod Input -Commands\82\String=\\x1a\\x05\\x01\\x19 -Commands\82\Min=0 -Commands\82\Max=3 -Commands\82\Command29=false -Commands\82\GetCommand=true -Commands\82\SetCommand=true -Commands\83\Type=System Date -Commands\83\String=\\x1a\\x05\\x01\\x65 -Commands\83\Min=0 -Commands\83\Max=0 -Commands\83\Command29=false -Commands\83\GetCommand=true -Commands\83\SetCommand=true -Commands\84\Type=System Time -Commands\84\String=\\x1a\\x05\\x01\\x66 -Commands\84\Min=0 -Commands\84\Max=0 -Commands\84\Command29=false -Commands\84\GetCommand=true -Commands\84\SetCommand=true -Commands\85\Type=UTC Offset -Commands\85\String=\\x1a\\x05\\x01\\x70 -Commands\85\Min=0 -Commands\85\Max=0 -Commands\85\Command29=false -Commands\85\GetCommand=true -Commands\85\SetCommand=true -Commands\86\Type=Dash Ratio -Commands\86\String=\\x1a\\x05\\x02\\x52 -Commands\86\Min=28 -Commands\86\Max=45 -Commands\86\Command29=false -Commands\86\GetCommand=true -Commands\86\SetCommand=true -Commands\87\Type=Data Mode Filter -Commands\87\String=\\x1a\\x06 -Commands\87\Min=0 -Commands\87\Max=1 -Commands\87\Command29=false -Commands\87\GetCommand=true -Commands\87\SetCommand=true -Commands\88\Type=Transceiver Status -Commands\88\String=\\x1c\\x00 -Commands\88\Min=0 -Commands\88\Max=1 -Commands\88\Command29=false -Commands\88\GetCommand=true -Commands\88\SetCommand=true -Commands\89\Type=Tuner/ATU Status -Commands\89\String=\\x1c\\x01 -Commands\89\Min=0 -Commands\89\Max=2 -Commands\89\Command29=false -Commands\89\GetCommand=true -Commands\89\SetCommand=true -Commands\90\Type=XFC Status -Commands\90\String=\\x1c\\x02 -Commands\90\Min=0 -Commands\90\Max=1 -Commands\90\Command29=false -Commands\90\GetCommand=true -Commands\90\SetCommand=true -Commands\91\Type=Read TX Freq -Commands\91\String=\\x1c\\x03 -Commands\91\Min=0 -Commands\91\Max=1 -Commands\91\Command29=false -Commands\91\GetCommand=true -Commands\91\SetCommand=true -Commands\92\Type=CI-V Output -Commands\92\String=\\x1c\\x04 -Commands\92\Min=0 -Commands\92\Max=1 -Commands\92\Command29=false -Commands\92\GetCommand=true -Commands\92\SetCommand=true -Commands\93\Type=RIT Frequency -Commands\93\String=\\x21\\x00 -Commands\93\Min=-999 -Commands\93\Max=999 -Commands\93\Command29=false -Commands\93\GetCommand=true -Commands\93\SetCommand=true -Commands\94\Type=RIT Status -Commands\94\String=\\x21\\x01 -Commands\94\Min=0 -Commands\94\Max=1 -Commands\94\Command29=false -Commands\94\GetCommand=true -Commands\94\SetCommand=true -Commands\95\Type=RIT TX Status -Commands\95\String=\\x21\\x02 -Commands\95\Min=0 -Commands\95\Max=1 -Commands\95\Command29=false -Commands\95\GetCommand=true -Commands\95\SetCommand=true -Commands\96\Type=Selected Freq -Commands\96\String=\\x25\\x00 -Commands\96\Min=0 -Commands\96\Max=0 -Commands\96\Command29=false -Commands\96\GetCommand=true -Commands\96\SetCommand=true -Commands\97\Type=Unselected Freq -Commands\97\String=\\x25\\x01 -Commands\97\Min=0 -Commands\97\Max=0 -Commands\97\Command29=false -Commands\97\GetCommand=true -Commands\97\SetCommand=true -Commands\98\Type=Selected Mode -Commands\98\String=\\x26\\x00 -Commands\98\Min=0 -Commands\98\Max=0 -Commands\98\Command29=false -Commands\98\GetCommand=true -Commands\98\SetCommand=true -Commands\99\Type=Unselected Mode -Commands\99\String=\\x26\\x01 -Commands\99\Min=0 -Commands\99\Max=0 -Commands\99\Command29=false -Commands\99\GetCommand=true -Commands\99\SetCommand=true -Commands\100\Type=Scope Main Wave Data -Commands\100\String=\\x27\\x00\\x00 -Commands\100\Min=0 -Commands\100\Max=1 -Commands\100\Command29=false -Commands\100\GetCommand=true -Commands\100\SetCommand=true -Commands\101\Type=Scope On/Off -Commands\101\String=\\x27\\x10 -Commands\101\Min=0 -Commands\101\Max=1 -Commands\101\Command29=false -Commands\101\GetCommand=true -Commands\101\SetCommand=true -Commands\102\Type=Scope Data Output -Commands\102\String=\\x27\\x11 -Commands\102\Min=0 -Commands\102\Max=1 -Commands\102\Command29=false -Commands\102\GetCommand=true -Commands\102\SetCommand=true -Commands\103\Type=Scope Main/Sub -Commands\103\String=\\x27\\x12 -Commands\103\Min=0 -Commands\103\Max=0 -Commands\103\Command29=false -Commands\103\GetCommand=true -Commands\103\SetCommand=true -Commands\104\Type=Scope Single/Dual -Commands\104\String=\\x27\\x13 -Commands\104\Min=0 -Commands\104\Max=0 -Commands\104\Command29=false -Commands\104\GetCommand=true -Commands\104\SetCommand=true -Commands\105\Type=Scope Main Mode -Commands\105\String=\\x27\\x14\\x00 -Commands\105\Min=0 -Commands\105\Max=1 -Commands\105\Command29=false -Commands\105\GetCommand=true -Commands\105\SetCommand=true -Commands\106\Type=Scope Main Span -Commands\106\String=\\x27\\x15\\x00 -Commands\106\Min=0 -Commands\106\Max=7 -Commands\106\Command29=false -Commands\106\GetCommand=true -Commands\106\SetCommand=true -Commands\107\Type=Scope Main Edge -Commands\107\String=\\x27\\x16\\x00 -Commands\107\Min=1 -Commands\107\Max=4 -Commands\107\Command29=false -Commands\107\GetCommand=true -Commands\107\SetCommand=true -Commands\108\Type=Scope Main Hold -Commands\108\String=\\x27\\x17\\x00 -Commands\108\Min=0 -Commands\108\Max=1 -Commands\108\Command29=false -Commands\108\GetCommand=true -Commands\108\SetCommand=true -Commands\109\Type=Scope Main Ref -Commands\109\String=\\x27\\x19\\x00 -Commands\109\Min=0 -Commands\109\Max=0 -Commands\109\Command29=false -Commands\109\GetCommand=true -Commands\109\SetCommand=true -Commands\110\Type=Scope Main Speed -Commands\110\String=\\x27\\x1a\\x00 -Commands\110\Min=0 -Commands\110\Max=2 -Commands\110\Command29=false -Commands\110\GetCommand=true -Commands\110\SetCommand=true -Commands\111\Type=Scope During TX -Commands\111\String=\\x27\\x1b -Commands\111\Min=0 -Commands\111\Max=1 -Commands\111\Command29=false -Commands\111\GetCommand=true -Commands\111\SetCommand=true -Commands\112\Type=Scope Center Type -Commands\112\String=\\x27\\x1c -Commands\112\Min=0 -Commands\112\Max=2 -Commands\112\Command29=false -Commands\112\GetCommand=true -Commands\112\SetCommand=true -Commands\113\Type=Scope Main VBW -Commands\113\String=\\x27\\x1d\\x00 -Commands\113\Min=0 -Commands\113\Max=1 -Commands\113\Command29=false -Commands\113\GetCommand=true -Commands\113\SetCommand=true -Commands\114\Type=Scope Fixed Edge Freq -Commands\114\String=\\x27\\x1e -Commands\114\Min=1 -Commands\114\Max=0 -Commands\114\Command29=false -Commands\114\GetCommand=true -Commands\114\SetCommand=true -Commands\115\Type=Scope Main RBW -Commands\115\String=\\x27\\x1f\\x00 -Commands\115\Min=0 -Commands\115\Max=2 -Commands\115\Command29=false -Commands\115\GetCommand=true -Commands\115\SetCommand=true -Commands\116\Type=Voice TX -Commands\116\String=\\x28 -Commands\116\Min=0 -Commands\116\Max=8 -Commands\116\Command29=false -Commands\116\GetCommand=true -Commands\116\SetCommand=true -Commands\117\Type=Command Error FA -Commands\117\String=\\xfa -Commands\117\Min=0 -Commands\117\Max=0 -Commands\117\Command29=false -Commands\117\GetCommand=true -Commands\117\SetCommand=true -Commands\118\Type=Command OK FB -Commands\118\String=\\xfb -Commands\118\Min=0 -Commands\118\Max=0 -Commands\118\Command29=false -Commands\118\GetCommand=true -Commands\118\SetCommand=true -Commands\size=118 -Periodic\1\Priority=Medium Low -Periodic\1\Command=Attenuator Status -Periodic\1\VFO=-1 -Periodic\2\Priority=Medium Low -Periodic\2\Command=Compressor Status -Periodic\2\VFO=-1 -Periodic\3\Priority=Medium High -Periodic\3\Command=Data Off Mod Input -Periodic\3\VFO=0 -Periodic\4\Priority=Medium High -Periodic\4\Command=DATA1 Mod Input -Periodic\4\VFO=0 -Periodic\5\Priority=Medium Low -Periodic\5\Command=Monitor Gain -Periodic\5\VFO=0 -Periodic\6\Priority=Medium Low -Periodic\6\Command=Monitor Status -Periodic\6\VFO=0 -Periodic\7\Priority=Medium Low -Periodic\7\Command=Noise Blanker -Periodic\7\VFO=-1 -Periodic\8\Priority=Medium Low -Periodic\8\Command=Noise Reduction -Periodic\8\VFO=-1 -Periodic\9\Priority=High -Periodic\9\Command=Overflow Status -Periodic\9\VFO=0 -Periodic\10\Priority=Medium Low -Periodic\10\Command=Preamp Status -Periodic\10\VFO=-1 -Periodic\11\Priority=Medium -Periodic\11\Command=RF Gain -Periodic\11\VFO=0 -Periodic\12\Priority=Medium -Periodic\12\Command=RF Power -Periodic\12\VFO=0 -Periodic\13\Priority=Highest -Periodic\13\Command=S Meter -Periodic\13\VFO=-1 -Periodic\14\Priority=Medium -Periodic\14\Command=Scope Main Hold -Periodic\14\VFO=0 -Periodic\15\Priority=Medium High -Periodic\15\Command=Scope Main Mode -Periodic\15\VFO=0 -Periodic\16\Priority=Medium High -Periodic\16\Command=Scope Main Span -Periodic\16\VFO=0 -Periodic\17\Priority=Medium -Periodic\17\Command=Scope Main Speed -Periodic\17\VFO=0 -Periodic\18\Priority=Medium -Periodic\18\Command=Selected Freq -Periodic\18\VFO=0 -Periodic\19\Priority=Medium -Periodic\19\Command=Selected Mode -Periodic\19\VFO=0 -Periodic\20\Priority=Medium Low -Periodic\20\Command=Squelch -Periodic\20\VFO=-1 -Periodic\21\Priority=Medium Low -Periodic\21\Command=Tone Squelch Type -Periodic\21\VFO=-1 -Periodic\22\Priority=High -Periodic\22\Command=Transceiver Status -Periodic\22\VFO=0 -Periodic\23\Priority=Medium Low -Periodic\23\Command=Tuning Step -Periodic\23\VFO=-1 -Periodic\24\Priority=Medium -Periodic\24\Command=Unselected Freq -Periodic\24\VFO=1 -Periodic\25\Priority=Medium -Periodic\25\Command=Unselected Mode -Periodic\25\VFO=1 -Periodic\26\Priority=Medium Low -Periodic\26\Command=Vox Status -Periodic\26\VFO=-1 -Periodic\size=26 -Spans\1\Num=0 -Spans\1\Name=±2.5 KHz -Spans\1\Freq=2500 -Spans\2\Num=1 -Spans\2\Name=±5 KHz -Spans\2\Freq=5000 -Spans\3\Num=2 -Spans\3\Name=±10 KHz -Spans\3\Freq=10000 -Spans\4\Num=3 -Spans\4\Name=±25 KHz -Spans\4\Freq=25000 -Spans\5\Num=4 -Spans\5\Name=±50 KHz -Spans\5\Freq=50000 -Spans\6\Num=5 -Spans\6\Name=±100 KHz -Spans\6\Freq=100000 -Spans\7\Num=6 -Spans\7\Name=±250 KHz -Spans\7\Freq=250000 -Spans\8\Num=7 -Spans\8\Name=±500 KHz -Spans\8\Freq=500000 -Spans\size=8 -Inputs\1\Num=0 -Inputs\1\Reg=0 -Inputs\1\Name=MIC -Inputs\2\Num=1 -Inputs\2\Reg=0 -Inputs\2\Name=USB -Inputs\3\Num=2 -Inputs\3\Reg=0 -Inputs\3\Name=M/U -Inputs\4\Num=3 -Inputs\4\Reg=0 -Inputs\4\Name=WLAN -Inputs\size=4 -Bands\1\Region=1 -Bands\1\Num=5 -Bands\1\BSR=14 -Bands\1\Start=430000000 -Bands\1\End=440000000 -Bands\1\Range=450 -Bands\1\MemoryGroup=-1 -Bands\1\Name=70cm -Bands\1\Bytes=5 -Bands\1\Color=#ff0000ff -Bands\2\Region=2 -Bands\2\Num=5 -Bands\2\BSR=14 -Bands\2\Start=420000000 -Bands\2\End=450000000 -Bands\2\Range=450 -Bands\2\MemoryGroup=-1 -Bands\2\Name=70cm -Bands\2\Bytes=5 -Bands\2\Color=#ff0000ff -Bands\3\Region=3 -Bands\3\Num=5 -Bands\3\BSR=14 -Bands\3\Start=430000000 -Bands\3\End=440000000 -Bands\3\Range=450 -Bands\3\MemoryGroup=-1 -Bands\3\Name=70cm -Bands\3\Bytes=5 -Bands\3\Color=#ff0000ff -Bands\4\Region=1 -Bands\4\Num=6 -Bands\4\BSR=13 -Bands\4\Start=144000000 -Bands\4\End=146000000 -Bands\4\Range=146 -Bands\4\MemoryGroup=-1 -Bands\4\Name=2m -Bands\4\Bytes=5 -Bands\4\Color=#ff00ff00 -Bands\5\Region=2 -Bands\5\Num=6 -Bands\5\BSR=13 -Bands\5\Start=144000000 -Bands\5\End=148000000 -Bands\5\Range=148 -Bands\5\MemoryGroup=-1 -Bands\5\Name=2m -Bands\5\Bytes=5 -Bands\5\Color=#ff00ff00 -Bands\6\Region=3 -Bands\6\Num=6 -Bands\6\BSR=13 -Bands\6\Start=144000000 -Bands\6\End=148000000 -Bands\6\Range=148 -Bands\6\MemoryGroup=-1 -Bands\6\Name=2m -Bands\6\Bytes=5 -Bands\6\Color=#ff00ff00 -Bands\7\Region= -Bands\7\Num=7 -Bands\7\BSR=0 -Bands\7\Start=108000000 -Bands\7\End=137000000 -Bands\7\Range=137 -Bands\7\MemoryGroup=-1 -Bands\7\Name=Air -Bands\7\Bytes=5 -Bands\7\Color=#ffaaaa7f -Bands\8\Region= -Bands\8\Num=8 -Bands\8\BSR=11 -Bands\8\Start=74800000 -Bands\8\End=108000000 -Bands\8\Range=108 -Bands\8\MemoryGroup=-1 -Bands\8\Name=WFM -Bands\8\Bytes=5 -Bands\8\Color=#ff55aa7f -Bands\9\Region= -Bands\9\Num=10 -Bands\9\BSR=10 -Bands\9\Start=50000000 -Bands\9\End=54000000 -Bands\9\Range=60 -Bands\9\MemoryGroup=-1 -Bands\9\Name=6m -Bands\9\Bytes=5 -Bands\9\Color=#ffff5500 -Bands\10\Region= -Bands\10\Num=11 -Bands\10\BSR=9 -Bands\10\Start=28000000 -Bands\10\End=29700000 -Bands\10\Range=45 -Bands\10\MemoryGroup=-1 -Bands\10\Name=10m -Bands\10\Bytes=5 -Bands\10\Color=#ff00aaff -Bands\11\Region= -Bands\11\Num=12 -Bands\11\BSR=8 -Bands\11\Start=24890000 -Bands\11\End=24990000 -Bands\11\Range=30 -Bands\11\MemoryGroup=-1 -Bands\11\Name=12m -Bands\11\Bytes=5 -Bands\11\Color=#ff00aa00 -Bands\12\Region= -Bands\12\Num=13 -Bands\12\BSR=7 -Bands\12\Start=21000000 -Bands\12\End=21450000 -Bands\12\Range=26 -Bands\12\MemoryGroup=-1 -Bands\12\Name=15m -Bands\12\Bytes=5 -Bands\12\Color=#ffff00ff -Bands\13\Region= -Bands\13\Num=14 -Bands\13\BSR=6 -Bands\13\Start=18068000 -Bands\13\End=18168000 -Bands\13\Range=22 -Bands\13\MemoryGroup=-1 -Bands\13\Name=17m -Bands\13\Bytes=5 -Bands\13\Color=#ffaaaa00 -Bands\14\Region= -Bands\14\Num=15 -Bands\14\BSR=5 -Bands\14\Start=14000000 -Bands\14\End=14350000 -Bands\14\Range=20 -Bands\14\MemoryGroup=-1 -Bands\14\Name=20m -Bands\14\Bytes=5 -Bands\14\Color=#ffff0000 -Bands\15\Region= -Bands\15\Num=16 -Bands\15\BSR=4 -Bands\15\Start=10100000 -Bands\15\End=10150000 -Bands\15\Range=15 -Bands\15\MemoryGroup=-1 -Bands\15\Name=30m -Bands\15\Bytes=5 -Bands\15\Color=#ffffaa00 -Bands\16\Region=1 -Bands\16\Num=17 -Bands\16\BSR=3 -Bands\16\Start=7000000 -Bands\16\End=7200000 -Bands\16\Range=11 -Bands\16\MemoryGroup=-1 -Bands\16\Name=40m -Bands\16\Bytes=5 -Bands\16\Color=#ffaa5500 -Bands\17\Region=2 -Bands\17\Num=17 -Bands\17\BSR=3 -Bands\17\Start=7000000 -Bands\17\End=7300000 -Bands\17\Range=11 -Bands\17\MemoryGroup=-1 -Bands\17\Name=40m -Bands\17\Bytes=5 -Bands\17\Color=#ffaa5500 -Bands\18\Region=3 -Bands\18\Num=17 -Bands\18\BSR=3 -Bands\18\Start=7000000 -Bands\18\End=7200000 -Bands\18\Range=11 -Bands\18\MemoryGroup=-1 -Bands\18\Name=40m -Bands\18\Bytes=5 -Bands\18\Color=#ffaa5500 -Bands\19\Region= -Bands\19\Num=18 -Bands\19\BSR=0 -Bands\19\Start=5250000 -Bands\19\End=5450000 -Bands\19\Range=0 -Bands\19\MemoryGroup=-1 -Bands\19\Name=60m -Bands\19\Bytes=5 -Bands\19\Color=#ffaaaaff -Bands\20\Region=1 -Bands\20\Num=19 -Bands\20\BSR=2 -Bands\20\Start=3500000 -Bands\20\End=3800000 -Bands\20\Range=6 -Bands\20\MemoryGroup=-1 -Bands\20\Name=80m -Bands\20\Bytes=5 -Bands\20\Color=#ff00ffff -Bands\21\Region=2 -Bands\21\Num=19 -Bands\21\BSR=2 -Bands\21\Start=3500000 -Bands\21\End=4000000 -Bands\21\Range=6 -Bands\21\MemoryGroup=-1 -Bands\21\Name=80m -Bands\21\Bytes=5 -Bands\21\Color=#ff00ffff -Bands\22\Region=3 -Bands\22\Num=19 -Bands\22\BSR=2 -Bands\22\Start=3500000 -Bands\22\End=3900000 -Bands\22\Range=6 -Bands\22\MemoryGroup=-1 -Bands\22\Name=80m -Bands\22\Bytes=5 -Bands\22\Color=#ff00ffff -Bands\23\Region= -Bands\23\Num=20 -Bands\23\BSR=1 -Bands\23\Start=1800000 -Bands\23\End=2000000 -Bands\23\Range=2 -Bands\23\MemoryGroup=-1 -Bands\23\Name=160m -Bands\23\Bytes=5 -Bands\23\Color=#ffffff00 -Bands\24\Region= -Bands\24\Num=21 -Bands\24\BSR=0 -Bands\24\Start=493000 -Bands\24\End=595000 -Bands\24\Range=8 -Bands\24\MemoryGroup=-1 -Bands\24\Name=630m -Bands\24\Bytes=5 -Bands\24\Color=#ffaaff7f -Bands\25\Region= -Bands\25\Num=21 -Bands\25\BSR=0 -Bands\25\Start=135000 -Bands\25\End=138000 -Bands\25\Range=0 -Bands\25\MemoryGroup=-1 -Bands\25\Name=2200m -Bands\25\Bytes=5 -Bands\25\Color=#ff5555ff -Bands\26\Region= -Bands\26\Num=22 -Bands\26\BSR=15 -Bands\26\Start=10000 -Bands\26\End=30000000 -Bands\26\Range=1.6 -Bands\26\MemoryGroup=-1 -Bands\26\Name=Gen -Bands\26\Bytes=5 -Bands\26\Color=#00000000 -Bands\27\Region= -Bands\27\Num=23 -Bands\27\BSR=0 -Bands\27\Start=5250000 -Bands\27\End=5450000 -Bands\27\Range=0 -Bands\27\MemoryGroup=-1 -Bands\27\Name=60m -Bands\27\Bytes=5 -Bands\27\Color=#00000000 -Bands\size=27 -Modes\1\Num=0 -Modes\1\Reg=0 -Modes\1\Min=50 -Modes\1\Max=3600 -Modes\1\Name=LSB -Modes\2\Num=1 -Modes\2\Reg=1 -Modes\2\Min=50 -Modes\2\Max=3600 -Modes\2\Name=USB -Modes\3\Num=2 -Modes\3\Reg=2 -Modes\3\Min=200 -Modes\3\Max=10000 -Modes\3\Name=AM -Modes\4\Num=3 -Modes\4\Reg=3 -Modes\4\Min=50 -Modes\4\Max=3600 -Modes\4\Name=CW -Modes\5\Num=4 -Modes\5\Reg=4 -Modes\5\Min=50 -Modes\5\Max=2700 -Modes\5\Name=RTTY -Modes\6\Num=5 -Modes\6\Reg=5 -Modes\6\Min=0 -Modes\6\Max=0 -Modes\6\Name=FM -Modes\7\Num=6 -Modes\7\Reg=7 -Modes\7\Min=50 -Modes\7\Max=3600 -Modes\7\Name=CW-R -Modes\8\Num=7 -Modes\8\Reg=8 -Modes\8\Min=50 -Modes\8\Max=2700 -Modes\8\Name=RTTY-R -Modes\9\Num=12 -Modes\9\Reg=0 -Modes\9\Min=0 -Modes\9\Max=0 -Modes\9\Name=DV -Modes\10\Num=15 -Modes\10\Reg=6 -Modes\10\Min=0 -Modes\10\Max=0 -Modes\10\Name=WFM -Modes\size=10 +Antennas\size=0 Attenuators\1\dB=0 Attenuators\2\dB=14 Attenuators\size=2 -Preamps\1\Num=0 -Preamps\1\Name=OFF -Preamps\2\Num=1 -Preamps\2\Name=PREAMP 1 -Preamps\3\Num=2 -Preamps\3\Name=PREAMP 2 -Preamps\size=3 -Antennas\size=0 -Tuning%20Steps\1\Num=0 -Tuning%20Steps\1\Name=1 Hz -Tuning%20Steps\1\Hz=1 -Tuning%20Steps\2\Num=0 -Tuning%20Steps\2\Name=10 Hz -Tuning%20Steps\2\Hz=10 -Tuning%20Steps\3\Num=1 -Tuning%20Steps\3\Name=100 Hz -Tuning%20Steps\3\Hz=100 -Tuning%20Steps\4\Num=2 -Tuning%20Steps\4\Name=500 Hz -Tuning%20Steps\4\Hz=500 -Tuning%20Steps\5\Num=3 -Tuning%20Steps\5\Name=1 KHz -Tuning%20Steps\5\Hz=1000 -Tuning%20Steps\6\Num=0 -Tuning%20Steps\6\Name=2.5 KHz -Tuning%20Steps\6\Hz=2500 -Tuning%20Steps\7\Num=4 -Tuning%20Steps\7\Name=5 KHz -Tuning%20Steps\7\Hz=5000 -Tuning%20Steps\8\Num=0 -Tuning%20Steps\8\Name=6.125 KHz -Tuning%20Steps\8\Hz=6125 -Tuning%20Steps\9\Num=5 -Tuning%20Steps\9\Name=6.25 KHz -Tuning%20Steps\9\Hz=6250 -Tuning%20Steps\10\Num=6 -Tuning%20Steps\10\Name=8.333 KHz -Tuning%20Steps\10\Hz=8333 -Tuning%20Steps\11\Num=7 -Tuning%20Steps\11\Name=9 KHz -Tuning%20Steps\11\Hz=9000 -Tuning%20Steps\12\Num=8 -Tuning%20Steps\12\Name=10 KHz -Tuning%20Steps\12\Hz=10000 -Tuning%20Steps\13\Num=9 -Tuning%20Steps\13\Name=12.5 KHz -Tuning%20Steps\13\Hz=12500 -Tuning%20Steps\14\Num=10 -Tuning%20Steps\14\Name=20 KHz -Tuning%20Steps\14\Hz=20000 -Tuning%20Steps\15\Num=11 -Tuning%20Steps\15\Name=25 KHz -Tuning%20Steps\15\Hz=25000 -Tuning%20Steps\16\Num=12 -Tuning%20Steps\16\Name=50 Khz -Tuning%20Steps\16\Hz=50000 -Tuning%20Steps\17\Num=13 -Tuning%20Steps\17\Name=100 Khz -Tuning%20Steps\17\Hz=100000 -Tuning%20Steps\18\Num=0 -Tuning%20Steps\18\Name=250 KHz -Tuning%20Steps\18\Hz=250000 -Tuning%20Steps\19\Num=0 -Tuning%20Steps\19\Name=1 MHz -Tuning%20Steps\19\Hz=1000000 -Tuning%20Steps\size=19 -Filters\1\Num=1 +Bands\1\BSR=14 +Bands\1\Bytes=5 +Bands\1\Color=#ff0000ff +Bands\1\End=440000000 +Bands\1\MemoryGroup=-1 +Bands\1\Name=70cm +Bands\1\Num=5 +Bands\1\Range=450 +Bands\1\Region=1 +Bands\1\Start=430000000 +Bands\10\BSR=9 +Bands\10\Bytes=5 +Bands\10\Color=#ff00aaff +Bands\10\End=29700000 +Bands\10\MemoryGroup=-1 +Bands\10\Name=10m +Bands\10\Num=11 +Bands\10\Range=45 +Bands\10\Region= +Bands\10\Start=28000000 +Bands\11\BSR=8 +Bands\11\Bytes=5 +Bands\11\Color=#ff00aa00 +Bands\11\End=24990000 +Bands\11\MemoryGroup=-1 +Bands\11\Name=12m +Bands\11\Num=12 +Bands\11\Range=30 +Bands\11\Region= +Bands\11\Start=24890000 +Bands\12\BSR=7 +Bands\12\Bytes=5 +Bands\12\Color=#ffff00ff +Bands\12\End=21450000 +Bands\12\MemoryGroup=-1 +Bands\12\Name=15m +Bands\12\Num=13 +Bands\12\Range=26 +Bands\12\Region= +Bands\12\Start=21000000 +Bands\13\BSR=6 +Bands\13\Bytes=5 +Bands\13\Color=#ffaaaa00 +Bands\13\End=18168000 +Bands\13\MemoryGroup=-1 +Bands\13\Name=17m +Bands\13\Num=14 +Bands\13\Range=22 +Bands\13\Region= +Bands\13\Start=18068000 +Bands\14\BSR=5 +Bands\14\Bytes=5 +Bands\14\Color=#ffff0000 +Bands\14\End=14350000 +Bands\14\MemoryGroup=-1 +Bands\14\Name=20m +Bands\14\Num=15 +Bands\14\Range=20 +Bands\14\Region= +Bands\14\Start=14000000 +Bands\15\BSR=4 +Bands\15\Bytes=5 +Bands\15\Color=#ffffaa00 +Bands\15\End=10150000 +Bands\15\MemoryGroup=-1 +Bands\15\Name=30m +Bands\15\Num=16 +Bands\15\Range=15 +Bands\15\Region= +Bands\15\Start=10100000 +Bands\16\BSR=3 +Bands\16\Bytes=5 +Bands\16\Color=#ffaa5500 +Bands\16\End=7200000 +Bands\16\MemoryGroup=-1 +Bands\16\Name=40m +Bands\16\Num=17 +Bands\16\Range=11 +Bands\16\Region=1 +Bands\16\Start=7000000 +Bands\17\BSR=3 +Bands\17\Bytes=5 +Bands\17\Color=#ffaa5500 +Bands\17\End=7300000 +Bands\17\MemoryGroup=-1 +Bands\17\Name=40m +Bands\17\Num=17 +Bands\17\Range=11 +Bands\17\Region=2 +Bands\17\Start=7000000 +Bands\18\BSR=3 +Bands\18\Bytes=5 +Bands\18\Color=#ffaa5500 +Bands\18\End=7200000 +Bands\18\MemoryGroup=-1 +Bands\18\Name=40m +Bands\18\Num=17 +Bands\18\Range=11 +Bands\18\Region=3 +Bands\18\Start=7000000 +Bands\19\BSR=0 +Bands\19\Bytes=5 +Bands\19\Color=#ffaaaaff +Bands\19\End=5450000 +Bands\19\MemoryGroup=-1 +Bands\19\Name=60m +Bands\19\Num=18 +Bands\19\Range=0 +Bands\19\Region= +Bands\19\Start=5250000 +Bands\2\BSR=14 +Bands\2\Bytes=5 +Bands\2\Color=#ff0000ff +Bands\2\End=450000000 +Bands\2\MemoryGroup=-1 +Bands\2\Name=70cm +Bands\2\Num=5 +Bands\2\Range=450 +Bands\2\Region=2 +Bands\2\Start=420000000 +Bands\20\BSR=2 +Bands\20\Bytes=5 +Bands\20\Color=#ff00ffff +Bands\20\End=3800000 +Bands\20\MemoryGroup=-1 +Bands\20\Name=80m +Bands\20\Num=19 +Bands\20\Range=6 +Bands\20\Region=1 +Bands\20\Start=3500000 +Bands\21\BSR=2 +Bands\21\Bytes=5 +Bands\21\Color=#ff00ffff +Bands\21\End=4000000 +Bands\21\MemoryGroup=-1 +Bands\21\Name=80m +Bands\21\Num=19 +Bands\21\Range=6 +Bands\21\Region=2 +Bands\21\Start=3500000 +Bands\22\BSR=2 +Bands\22\Bytes=5 +Bands\22\Color=#ff00ffff +Bands\22\End=3900000 +Bands\22\MemoryGroup=-1 +Bands\22\Name=80m +Bands\22\Num=19 +Bands\22\Range=6 +Bands\22\Region=3 +Bands\22\Start=3500000 +Bands\23\BSR=1 +Bands\23\Bytes=5 +Bands\23\Color=#ffffff00 +Bands\23\End=2000000 +Bands\23\MemoryGroup=-1 +Bands\23\Name=160m +Bands\23\Num=20 +Bands\23\Range=2 +Bands\23\Region= +Bands\23\Start=1800000 +Bands\24\BSR=0 +Bands\24\Bytes=5 +Bands\24\Color=#ffaaff7f +Bands\24\End=595000 +Bands\24\MemoryGroup=-1 +Bands\24\Name=630m +Bands\24\Num=21 +Bands\24\Range=8 +Bands\24\Region= +Bands\24\Start=493000 +Bands\25\BSR=0 +Bands\25\Bytes=5 +Bands\25\Color=#ff5555ff +Bands\25\End=138000 +Bands\25\MemoryGroup=-1 +Bands\25\Name=2200m +Bands\25\Num=21 +Bands\25\Range=0 +Bands\25\Region= +Bands\25\Start=135000 +Bands\26\BSR=15 +Bands\26\Bytes=5 +Bands\26\Color=#00000000 +Bands\26\End=30000000 +Bands\26\MemoryGroup=-1 +Bands\26\Name=Gen +Bands\26\Num=22 +Bands\26\Range=1.6 +Bands\26\Region= +Bands\26\Start=10000 +Bands\27\BSR=0 +Bands\27\Bytes=5 +Bands\27\Color=#00000000 +Bands\27\End=5450000 +Bands\27\MemoryGroup=-1 +Bands\27\Name=60m +Bands\27\Num=23 +Bands\27\Range=0 +Bands\27\Region= +Bands\27\Start=5250000 +Bands\3\BSR=14 +Bands\3\Bytes=5 +Bands\3\Color=#ff0000ff +Bands\3\End=440000000 +Bands\3\MemoryGroup=-1 +Bands\3\Name=70cm +Bands\3\Num=5 +Bands\3\Range=450 +Bands\3\Region=3 +Bands\3\Start=430000000 +Bands\4\BSR=13 +Bands\4\Bytes=5 +Bands\4\Color=#ff00ff00 +Bands\4\End=146000000 +Bands\4\MemoryGroup=-1 +Bands\4\Name=2m +Bands\4\Num=6 +Bands\4\Range=146 +Bands\4\Region=1 +Bands\4\Start=144000000 +Bands\5\BSR=13 +Bands\5\Bytes=5 +Bands\5\Color=#ff00ff00 +Bands\5\End=148000000 +Bands\5\MemoryGroup=-1 +Bands\5\Name=2m +Bands\5\Num=6 +Bands\5\Range=148 +Bands\5\Region=2 +Bands\5\Start=144000000 +Bands\6\BSR=13 +Bands\6\Bytes=5 +Bands\6\Color=#ff00ff00 +Bands\6\End=148000000 +Bands\6\MemoryGroup=-1 +Bands\6\Name=2m +Bands\6\Num=6 +Bands\6\Range=148 +Bands\6\Region=3 +Bands\6\Start=144000000 +Bands\7\BSR=0 +Bands\7\Bytes=5 +Bands\7\Color=#ffaaaa7f +Bands\7\End=137000000 +Bands\7\MemoryGroup=-1 +Bands\7\Name=Air +Bands\7\Num=7 +Bands\7\Range=137 +Bands\7\Region= +Bands\7\Start=108000000 +Bands\8\BSR=11 +Bands\8\Bytes=5 +Bands\8\Color=#ff55aa7f +Bands\8\End=108000000 +Bands\8\MemoryGroup=-1 +Bands\8\Name=WFM +Bands\8\Num=8 +Bands\8\Range=108 +Bands\8\Region= +Bands\8\Start=74800000 +Bands\9\BSR=10 +Bands\9\Bytes=5 +Bands\9\Color=#ffff5500 +Bands\9\End=54000000 +Bands\9\MemoryGroup=-1 +Bands\9\Name=6m +Bands\9\Num=10 +Bands\9\Range=60 +Bands\9\Region= +Bands\9\Start=50000000 +Bands\size=27 +CIVAddress=164 +Commands\1\Command29=false +Commands\1\GetCommand=false +Commands\1\Max=0 +Commands\1\Min=0 +Commands\1\SetCommand=false +Commands\1\String=\\x00 +Commands\1\Type=Freq (TRX) +Commands\10\Command29=false +Commands\10\GetCommand=true +Commands\10\Max=0 +Commands\10\Min=0 +Commands\10\SetCommand=true +Commands\10\String=\\x07\\xa0 +Commands\10\Type=VFO Equal AB +Commands\100\Command29=false +Commands\100\GetCommand=true +Commands\100\Max=0 +Commands\100\Min=0 +Commands\100\SetCommand=true +Commands\100\String=\\x26\\x01 +Commands\100\Type=Unselected Mode +Commands\101\Command29=false +Commands\101\GetCommand=true +Commands\101\Max=1 +Commands\101\Min=0 +Commands\101\SetCommand=true +Commands\101\String=\\x27\\x00\\x00 +Commands\101\Type=Scope Main Wave Data +Commands\102\Command29=false +Commands\102\GetCommand=true +Commands\102\Max=1 +Commands\102\Min=0 +Commands\102\SetCommand=true +Commands\102\String=\\x27\\x10 +Commands\102\Type=Scope On/Off +Commands\103\Command29=false +Commands\103\GetCommand=true +Commands\103\Max=1 +Commands\103\Min=0 +Commands\103\SetCommand=true +Commands\103\String=\\x27\\x11 +Commands\103\Type=Scope Data Output +Commands\104\Command29=false +Commands\104\GetCommand=true +Commands\104\Max=0 +Commands\104\Min=0 +Commands\104\SetCommand=true +Commands\104\String=\\x27\\x12 +Commands\104\Type=Scope Main/Sub +Commands\105\Command29=false +Commands\105\GetCommand=true +Commands\105\Max=0 +Commands\105\Min=0 +Commands\105\SetCommand=true +Commands\105\String=\\x27\\x13 +Commands\105\Type=Scope Single/Dual +Commands\106\Command29=false +Commands\106\GetCommand=true +Commands\106\Max=1 +Commands\106\Min=0 +Commands\106\SetCommand=true +Commands\106\String=\\x27\\x14\\x00 +Commands\106\Type=Scope Main Mode +Commands\107\Command29=false +Commands\107\GetCommand=true +Commands\107\Max=7 +Commands\107\Min=0 +Commands\107\SetCommand=true +Commands\107\String=\\x27\\x15\\x00 +Commands\107\Type=Scope Main Span +Commands\108\Command29=false +Commands\108\GetCommand=true +Commands\108\Max=4 +Commands\108\Min=1 +Commands\108\SetCommand=true +Commands\108\String=\\x27\\x16\\x00 +Commands\108\Type=Scope Main Edge +Commands\109\Command29=false +Commands\109\GetCommand=true +Commands\109\Max=1 +Commands\109\Min=0 +Commands\109\SetCommand=true +Commands\109\String=\\x27\\x17\\x00 +Commands\109\Type=Scope Main Hold +Commands\11\Command29=false +Commands\11\GetCommand=true +Commands\11\Max=0 +Commands\11\Min=0 +Commands\11\SetCommand=true +Commands\11\String=\\x07\\xb0 +Commands\11\Type=VFO Swap A/B +Commands\110\Command29=false +Commands\110\GetCommand=true +Commands\110\Max=200 +Commands\110\Min=-200 +Commands\110\SetCommand=true +Commands\110\String=\\x27\\x19\\x00 +Commands\110\Type=Scope Main Ref +Commands\111\Command29=false +Commands\111\GetCommand=true +Commands\111\Max=2 +Commands\111\Min=0 +Commands\111\SetCommand=true +Commands\111\String=\\x27\\x1a\\x00 +Commands\111\Type=Scope Main Speed +Commands\112\Command29=false +Commands\112\GetCommand=true +Commands\112\Max=1 +Commands\112\Min=0 +Commands\112\SetCommand=true +Commands\112\String=\\x27\\x1b +Commands\112\Type=Scope During TX +Commands\113\Command29=false +Commands\113\GetCommand=true +Commands\113\Max=2 +Commands\113\Min=0 +Commands\113\SetCommand=true +Commands\113\String=\\x27\\x1c +Commands\113\Type=Scope Center Type +Commands\114\Command29=false +Commands\114\GetCommand=true +Commands\114\Max=1 +Commands\114\Min=0 +Commands\114\SetCommand=true +Commands\114\String=\\x27\\x1d\\x00 +Commands\114\Type=Scope Main VBW +Commands\115\Command29=false +Commands\115\GetCommand=true +Commands\115\Max=0 +Commands\115\Min=1 +Commands\115\SetCommand=true +Commands\115\String=\\x27\\x1e +Commands\115\Type=Scope Fixed Edge Freq +Commands\116\Command29=false +Commands\116\GetCommand=true +Commands\116\Max=2 +Commands\116\Min=0 +Commands\116\SetCommand=true +Commands\116\String=\\x27\\x1f\\x00 +Commands\116\Type=Scope Main RBW +Commands\117\Command29=false +Commands\117\GetCommand=true +Commands\117\Max=8 +Commands\117\Min=0 +Commands\117\SetCommand=true +Commands\117\String=\\x28 +Commands\117\Type=Voice TX +Commands\118\Command29=false +Commands\118\GetCommand=true +Commands\118\Max=0 +Commands\118\Min=0 +Commands\118\SetCommand=true +Commands\118\String=\\xfa +Commands\118\Type=Command Error FA +Commands\119\Command29=false +Commands\119\GetCommand=true +Commands\119\Max=0 +Commands\119\Min=0 +Commands\119\SetCommand=true +Commands\119\String=\\xfb +Commands\119\Type=Command OK FB +Commands\12\Command29=false +Commands\12\GetCommand=true +Commands\12\Max=99 +Commands\12\Min=0 +Commands\12\SetCommand=true +Commands\12\String=\\x08 +Commands\12\Type=Memory Mode +Commands\13\Command29=false +Commands\13\GetCommand=true +Commands\13\Max=99 +Commands\13\Min=0 +Commands\13\SetCommand=true +Commands\13\String=\\x09 +Commands\13\Type=Memory Write +Commands\14\Command29=false +Commands\14\GetCommand=true +Commands\14\Max=99 +Commands\14\Min=0 +Commands\14\SetCommand=true +Commands\14\String=\\x0a +Commands\14\Type=Memory to VFO +Commands\15\Command29=false +Commands\15\GetCommand=true +Commands\15\Max=99 +Commands\15\Min=0 +Commands\15\SetCommand=true +Commands\15\String=\\x0b +Commands\15\Type=Memory Clear +Commands\16\Command29=false +Commands\16\GetCommand=true +Commands\16\Max=999999 +Commands\16\Min=0 +Commands\16\SetCommand=true +Commands\16\String=\\x0D +Commands\16\Type=Send Freq Offset +Commands\17\Command29=false +Commands\17\GetCommand=true +Commands\17\Max=0 +Commands\17\Min=0 +Commands\17\SetCommand=true +Commands\17\String=\\x0e +Commands\17\Type=Scanning +Commands\18\Command29=false +Commands\18\GetCommand=true +Commands\18\Max=99 +Commands\18\Min=0 +Commands\18\SetCommand=true +Commands\18\String=\\x0f +Commands\18\Type=Split/Duplex +Commands\19\Command29=false +Commands\19\GetCommand=true +Commands\19\Max=8 +Commands\19\Min=0 +Commands\19\SetCommand=true +Commands\19\String=\\x10 +Commands\19\Type=Tuning Step +Commands\2\Command29=false +Commands\2\GetCommand=false +Commands\2\Max=0 +Commands\2\Min=0 +Commands\2\SetCommand=false +Commands\2\String=\\x01 +Commands\2\Type=Mode (TRX) +Commands\20\Command29=false +Commands\20\GetCommand=true +Commands\20\Max=20 +Commands\20\Min=0 +Commands\20\SetCommand=true +Commands\20\String=\\x11 +Commands\20\Type=Attenuator Status +Commands\21\Command29=false +Commands\21\GetCommand=false +Commands\21\Max=2 +Commands\21\Min=0 +Commands\21\SetCommand=true +Commands\21\String=\\x13 +Commands\21\Type=Speech +Commands\22\Command29=false +Commands\22\GetCommand=true +Commands\22\Max=255 +Commands\22\Min=0 +Commands\22\SetCommand=true +Commands\22\String=\\x14\\x01 +Commands\22\Type=AF Gain +Commands\23\Command29=false +Commands\23\GetCommand=true +Commands\23\Max=255 +Commands\23\Min=0 +Commands\23\SetCommand=true +Commands\23\String=\\x14\\x02 +Commands\23\Type=RF Gain +Commands\24\Command29=false +Commands\24\GetCommand=true +Commands\24\Max=255 +Commands\24\Min=0 +Commands\24\SetCommand=true +Commands\24\String=\\x14\\x03 +Commands\24\Type=Squelch +Commands\25\Command29=false +Commands\25\GetCommand=true +Commands\25\Max=255 +Commands\25\Min=0 +Commands\25\SetCommand=true +Commands\25\String=\\x14\\x05 +Commands\25\Type=APF Type Level +Commands\26\Command29=false +Commands\26\GetCommand=true +Commands\26\Max=255 +Commands\26\Min=0 +Commands\26\SetCommand=true +Commands\26\String=\\x14\\x06 +Commands\26\Type=NR Level +Commands\27\Command29=false +Commands\27\GetCommand=true +Commands\27\Max=255 +Commands\27\Min=0 +Commands\27\SetCommand=true +Commands\27\String=\\x14\\x07 +Commands\27\Type=PBT Inner +Commands\28\Command29=false +Commands\28\GetCommand=true +Commands\28\Max=255 +Commands\28\Min=0 +Commands\28\SetCommand=true +Commands\28\String=\\x14\\x08 +Commands\28\Type=PBT Outer +Commands\29\Command29=false +Commands\29\GetCommand=true +Commands\29\Max=900 +Commands\29\Min=300 +Commands\29\SetCommand=true +Commands\29\String=\\x14\\x09 +Commands\29\Type=CW Pitch +Commands\3\Command29=false +Commands\3\GetCommand=true +Commands\3\Max=0 +Commands\3\Min=0 +Commands\3\SetCommand=true +Commands\3\String=\\x02 +Commands\3\Type=Band Edge Freq +Commands\30\Command29=false +Commands\30\GetCommand=true +Commands\30\Max=255 +Commands\30\Min=0 +Commands\30\SetCommand=true +Commands\30\String=\\x14\\x0a +Commands\30\Type=RF Power +Commands\31\Command29=false +Commands\31\GetCommand=true +Commands\31\Max=255 +Commands\31\Min=0 +Commands\31\SetCommand=true +Commands\31\String=\\x14\\x0b +Commands\31\Type=Mic Gain +Commands\32\Command29=false +Commands\32\GetCommand=true +Commands\32\Max=48 +Commands\32\Min=6 +Commands\32\SetCommand=true +Commands\32\String=\\x14\\x0c +Commands\32\Type=Key Speed +Commands\33\Command29=false +Commands\33\GetCommand=true +Commands\33\Max=255 +Commands\33\Min=0 +Commands\33\SetCommand=true +Commands\33\String=\\x14\\x0e +Commands\33\Type=Compressor Level +Commands\34\Command29=false +Commands\34\GetCommand=true +Commands\34\Max=255 +Commands\34\Min=0 +Commands\34\SetCommand=true +Commands\34\String=\\x14\\x0f +Commands\34\Type=Break-In Delay +Commands\35\Command29=false +Commands\35\GetCommand=true +Commands\35\Max=255 +Commands\35\Min=0 +Commands\35\SetCommand=true +Commands\35\String=\\x14\\x12 +Commands\35\Type=NB Level +Commands\36\Command29=false +Commands\36\GetCommand=true +Commands\36\Max=255 +Commands\36\Min=0 +Commands\36\SetCommand=true +Commands\36\String=\\x14\\x13 +Commands\36\Type=DIGI-SEL Shift +Commands\37\Command29=false +Commands\37\GetCommand=true +Commands\37\Max=255 +Commands\37\Min=0 +Commands\37\SetCommand=true +Commands\37\String=\\x14\\x14 +Commands\37\Type=Drive Gain +Commands\38\Command29=false +Commands\38\GetCommand=true +Commands\38\Max=255 +Commands\38\Min=0 +Commands\38\SetCommand=true +Commands\38\String=\\x14\\x15 +Commands\38\Type=Monitor Gain +Commands\39\Command29=false +Commands\39\GetCommand=true +Commands\39\Max=255 +Commands\39\Min=0 +Commands\39\SetCommand=true +Commands\39\String=\\x14\\x16 +Commands\39\Type=Vox Gain +Commands\4\Command29=false +Commands\4\GetCommand=true +Commands\4\Max=0 +Commands\4\Min=0 +Commands\4\SetCommand=true +Commands\4\String=\\x03 +Commands\4\Type=Freq Get +Commands\40\Command29=false +Commands\40\GetCommand=true +Commands\40\Max=255 +Commands\40\Min=0 +Commands\40\SetCommand=true +Commands\40\String=\\x14\\x17 +Commands\40\Type=Anti-Vox Gain +Commands\41\Command29=false +Commands\41\GetCommand=true +Commands\41\Max=1 +Commands\41\Min=0 +Commands\41\SetCommand=true +Commands\41\String=\\x15\\x01 +Commands\41\Type=S Meter Sql Status +Commands\42\Command29=false +Commands\42\GetCommand=true +Commands\42\Max=255 +Commands\42\Min=0 +Commands\42\SetCommand=true +Commands\42\String=\\x15\\x02 +Commands\42\Type=S Meter +Commands\43\Command29=false +Commands\43\GetCommand=true +Commands\43\Max=1 +Commands\43\Min=0 +Commands\43\SetCommand=true +Commands\43\String=\\x15\\x05 +Commands\43\Type=Various Squelch +Commands\44\Command29=false +Commands\44\GetCommand=true +Commands\44\Max=1 +Commands\44\Min=0 +Commands\44\SetCommand=true +Commands\44\String=\\x15\\x07 +Commands\44\Type=Overflow Status +Commands\45\Command29=false +Commands\45\GetCommand=true +Commands\45\Max=255 +Commands\45\Min=0 +Commands\45\SetCommand=true +Commands\45\String=\\x15\\x11 +Commands\45\Type=Power Meter +Commands\46\Command29=false +Commands\46\GetCommand=true +Commands\46\Max=255 +Commands\46\Min=0 +Commands\46\SetCommand=true +Commands\46\String=\\x15\\x12 +Commands\46\Type=SWR Meter +Commands\47\Command29=false +Commands\47\GetCommand=true +Commands\47\Max=255 +Commands\47\Min=0 +Commands\47\SetCommand=true +Commands\47\String=\\x15\\x13 +Commands\47\Type=ALC Meter +Commands\48\Command29=false +Commands\48\GetCommand=true +Commands\48\Max=255 +Commands\48\Min=0 +Commands\48\SetCommand=true +Commands\48\String=\\x15\\x14 +Commands\48\Type=Comp Meter +Commands\49\Command29=false +Commands\49\GetCommand=true +Commands\49\Max=255 +Commands\49\Min=0 +Commands\49\SetCommand=true +Commands\49\String=\\x15\\x15 +Commands\49\Type=Vd Meter +Commands\5\Command29=false +Commands\5\GetCommand=true +Commands\5\Max=0 +Commands\5\Min=0 +Commands\5\SetCommand=true +Commands\5\String=\\x04 +Commands\5\Type=Mode Get +Commands\50\Command29=false +Commands\50\GetCommand=true +Commands\50\Max=255 +Commands\50\Min=0 +Commands\50\SetCommand=true +Commands\50\String=\\x15\\x16 +Commands\50\Type=Id Meter +Commands\51\Command29=false +Commands\51\GetCommand=true +Commands\51\Max=2 +Commands\51\Min=0 +Commands\51\SetCommand=true +Commands\51\String=\\x16\\x02 +Commands\51\Type=Preamp Status +Commands\52\Command29=false +Commands\52\GetCommand=true +Commands\52\Max=3 +Commands\52\Min=1 +Commands\52\SetCommand=true +Commands\52\String=\\x16\\x12 +Commands\52\Type=AGC Time Constant +Commands\53\Command29=false +Commands\53\GetCommand=true +Commands\53\Max=1 +Commands\53\Min=0 +Commands\53\SetCommand=true +Commands\53\String=\\x16\\x22 +Commands\53\Type=Noise Blanker +Commands\54\Command29=false +Commands\54\GetCommand=true +Commands\54\Max=3 +Commands\54\Min=0 +Commands\54\SetCommand=true +Commands\54\String=\\x16\\x32 +Commands\54\Type=Audio Peak Filter +Commands\55\Command29=false +Commands\55\GetCommand=true +Commands\55\Max=1 +Commands\55\Min=0 +Commands\55\SetCommand=true +Commands\55\String=\\x16\\x40 +Commands\55\Type=Noise Reduction +Commands\56\Command29=false +Commands\56\GetCommand=true +Commands\56\Max=1 +Commands\56\Min=0 +Commands\56\SetCommand=true +Commands\56\String=\\x16\\x41 +Commands\56\Type=Auto Notch +Commands\57\Command29=false +Commands\57\GetCommand=true +Commands\57\Max=1 +Commands\57\Min=0 +Commands\57\SetCommand=true +Commands\57\String=\\x16\\x42 +Commands\57\Type=Repeater Tone +Commands\58\Command29=false +Commands\58\GetCommand=true +Commands\58\Max=1 +Commands\58\Min=0 +Commands\58\SetCommand=true +Commands\58\String=\\x16\\x43 +Commands\58\Type=Repeater TSQL +Commands\59\Command29=false +Commands\59\GetCommand=true +Commands\59\Max=1 +Commands\59\Min=0 +Commands\59\SetCommand=true +Commands\59\String=\\x16\\x44 +Commands\59\Type=Compressor Status +Commands\6\Command29=false +Commands\6\GetCommand=true +Commands\6\Max=0 +Commands\6\Min=0 +Commands\6\SetCommand=true +Commands\6\String=\\x05 +Commands\6\Type=Freq Set +Commands\60\Command29=false +Commands\60\GetCommand=true +Commands\60\Max=1 +Commands\60\Min=0 +Commands\60\SetCommand=true +Commands\60\String=\\x16\\x45 +Commands\60\Type=Monitor Status +Commands\61\Command29=false +Commands\61\GetCommand=true +Commands\61\Max=1 +Commands\61\Min=0 +Commands\61\SetCommand=true +Commands\61\String=\\x16\\x46 +Commands\61\Type=Vox Status +Commands\62\Command29=false +Commands\62\GetCommand=true +Commands\62\Max=2 +Commands\62\Min=0 +Commands\62\SetCommand=true +Commands\62\String=\\x16\\x47 +Commands\62\Type=Break-In Status +Commands\63\Command29=false +Commands\63\GetCommand=true +Commands\63\Max=1 +Commands\63\Min=0 +Commands\63\SetCommand=true +Commands\63\String=\\x16\\x48 +Commands\63\Type=Manual Notch +Commands\64\Command29=false +Commands\64\GetCommand=true +Commands\64\Max=1 +Commands\64\Min=0 +Commands\64\SetCommand=true +Commands\64\String=\\x16\\x4e +Commands\64\Type=DIGI-Sel Status +Commands\65\Command29=false +Commands\65\GetCommand=true +Commands\65\Max=1 +Commands\65\Min=0 +Commands\65\SetCommand=true +Commands\65\String=\\x16\\x4f +Commands\65\Type=Twin Peak Filter +Commands\66\Command29=false +Commands\66\GetCommand=true +Commands\66\Max=1 +Commands\66\Min=0 +Commands\66\SetCommand=true +Commands\66\String=\\x16\\x50 +Commands\66\Type=Dial Lock Status +Commands\67\Command29=false +Commands\67\GetCommand=true +Commands\67\Max=1 +Commands\67\Min=0 +Commands\67\SetCommand=true +Commands\67\String=\\x16\\x53 +Commands\67\Type=RX Antenna +Commands\68\Command29=false +Commands\68\GetCommand=true +Commands\68\Max=1 +Commands\68\Min=0 +Commands\68\SetCommand=true +Commands\68\String=\\x16\\x56 +Commands\68\Type=DSP IF Filter +Commands\69\Command29=false +Commands\69\GetCommand=true +Commands\69\Max=2 +Commands\69\Min=0 +Commands\69\SetCommand=true +Commands\69\String=\\x16\\x58 +Commands\69\Type=SSB Bandwidth +Commands\7\Command29=false +Commands\7\GetCommand=true +Commands\7\Max=0 +Commands\7\Min=0 +Commands\7\SetCommand=true +Commands\7\String=\\x06 +Commands\7\Type=Mode Set +Commands\70\Command29=false +Commands\70\GetCommand=true +Commands\70\Max=1 +Commands\70\Min=0 +Commands\70\SetCommand=true +Commands\70\String=\\x16\\x5e +Commands\70\Type=Main/Sub Tracking +Commands\71\Command29=false +Commands\71\GetCommand=false +Commands\71\Max=30 +Commands\71\Min=0 +Commands\71\SetCommand=true +Commands\71\String=\\x17 +Commands\71\Type=Send CW +Commands\72\Command29=false +Commands\72\GetCommand=true +Commands\72\Max=1 +Commands\72\Min=0 +Commands\72\SetCommand=true +Commands\72\String=\\x18 +Commands\72\Type=Power Control +Commands\73\Command29=false +Commands\73\GetCommand=true +Commands\73\Max=0 +Commands\73\Min=0 +Commands\73\SetCommand=true +Commands\73\String=\\x19\\x00 +Commands\73\Type=Transceiver ID +Commands\74\Command29=false +Commands\74\GetCommand=true +Commands\74\Max=101 +Commands\74\Min=0 +Commands\74\SetCommand=true +Commands\74\String=\\x1a\\00 +Commands\74\Type=Memory Contents +Commands\75\Command29=false +Commands\75\GetCommand=true +Commands\75\Max=0 +Commands\75\Min=1 +Commands\75\SetCommand=true +Commands\75\String=\\x1a\\x01 +Commands\75\Type=Band Stacking Reg +Commands\76\Command29=false +Commands\76\GetCommand=true +Commands\76\Max=10000 +Commands\76\Min=50 +Commands\76\SetCommand=true +Commands\76\String=\\x1a\\x03 +Commands\76\Type=Filter Width +Commands\77\Command29=false +Commands\77\GetCommand=true +Commands\77\Max=1 +Commands\77\Min=0 +Commands\77\SetCommand=true +Commands\77\String=\\x1a\\x05\\x00\\x45 +Commands\77\Type=Quick Split +Commands\78\Command29=false +Commands\78\GetCommand=true +Commands\78\Max=511 +Commands\78\Min=0 +Commands\78\SetCommand=true +Commands\78\String=\\x1a\\x05\\x00\\x89 +Commands\78\Type=REF Adjust +Commands\79\Command29=false +Commands\79\GetCommand=true +Commands\79\Max=1 +Commands\79\Min=0 +Commands\79\SetCommand=true +Commands\79\String=\\x1a\\x05\\x01\\x12 +Commands\79\Type=CIV Transceive +Commands\8\Command29=false +Commands\8\GetCommand=true +Commands\8\Max=0 +Commands\8\Min=0 +Commands\8\SetCommand=true +Commands\8\String=\\x07\\x00 +Commands\8\Type=VFO A Select +Commands\80\Command29=false +Commands\80\GetCommand=true +Commands\80\Max=255 +Commands\80\Min=0 +Commands\80\SetCommand=true +Commands\80\String=\\x1a\\x05\\x01\\x16 +Commands\80\Type=USB Mod Level +Commands\81\Command29=false +Commands\81\GetCommand=true +Commands\81\Max=255 +Commands\81\Min=0 +Commands\81\SetCommand=true +Commands\81\String=\\x1a\\x05\\x01\\x17 +Commands\81\Type=LAN Mod Level +Commands\82\Command29=false +Commands\82\GetCommand=true +Commands\82\Max=3 +Commands\82\Min=0 +Commands\82\SetCommand=true +Commands\82\String=\\x1a\\x05\\x01\\x18 +Commands\82\Type=Data Off Mod Input +Commands\83\Command29=false +Commands\83\GetCommand=true +Commands\83\Max=3 +Commands\83\Min=0 +Commands\83\SetCommand=true +Commands\83\String=\\x1a\\x05\\x01\\x19 +Commands\83\Type=DATA1 Mod Input +Commands\84\Command29=false +Commands\84\GetCommand=true +Commands\84\Max=0 +Commands\84\Min=0 +Commands\84\SetCommand=true +Commands\84\String=\\x1a\\x05\\x01\\x65 +Commands\84\Type=System Date +Commands\85\Command29=false +Commands\85\GetCommand=true +Commands\85\Max=0 +Commands\85\Min=0 +Commands\85\SetCommand=true +Commands\85\String=\\x1a\\x05\\x01\\x66 +Commands\85\Type=System Time +Commands\86\Command29=false +Commands\86\GetCommand=true +Commands\86\Max=0 +Commands\86\Min=0 +Commands\86\SetCommand=true +Commands\86\String=\\x1a\\x05\\x01\\x70 +Commands\86\Type=UTC Offset +Commands\87\Command29=false +Commands\87\GetCommand=true +Commands\87\Max=45 +Commands\87\Min=28 +Commands\87\SetCommand=true +Commands\87\String=\\x1a\\x05\\x02\\x52 +Commands\87\Type=Dash Ratio +Commands\88\Command29=false +Commands\88\GetCommand=true +Commands\88\Max=1 +Commands\88\Min=0 +Commands\88\SetCommand=true +Commands\88\String=\\x1a\\x06 +Commands\88\Type=Data Mode Filter +Commands\89\Command29=false +Commands\89\GetCommand=true +Commands\89\Max=1 +Commands\89\Min=0 +Commands\89\SetCommand=true +Commands\89\String=\\x1c\\x00 +Commands\89\Type=Transceiver Status +Commands\9\Command29=false +Commands\9\GetCommand=true +Commands\9\Max=0 +Commands\9\Min=0 +Commands\9\SetCommand=true +Commands\9\String=\\x07\\x01 +Commands\9\Type=VFO B Select +Commands\90\Command29=false +Commands\90\GetCommand=true +Commands\90\Max=2 +Commands\90\Min=0 +Commands\90\SetCommand=true +Commands\90\String=\\x1c\\x01 +Commands\90\Type=Tuner/ATU Status +Commands\91\Command29=false +Commands\91\GetCommand=true +Commands\91\Max=1 +Commands\91\Min=0 +Commands\91\SetCommand=true +Commands\91\String=\\x1c\\x02 +Commands\91\Type=XFC Status +Commands\92\Command29=false +Commands\92\GetCommand=true +Commands\92\Max=1 +Commands\92\Min=0 +Commands\92\SetCommand=true +Commands\92\String=\\x1c\\x03 +Commands\92\Type=Read TX Freq +Commands\93\Command29=false +Commands\93\GetCommand=true +Commands\93\Max=1 +Commands\93\Min=0 +Commands\93\SetCommand=true +Commands\93\String=\\x1c\\x04 +Commands\93\Type=CI-V Output +Commands\94\Command29=false +Commands\94\GetCommand=true +Commands\94\Max=999 +Commands\94\Min=-999 +Commands\94\SetCommand=true +Commands\94\String=\\x21\\x00 +Commands\94\Type=RIT Frequency +Commands\95\Command29=false +Commands\95\GetCommand=true +Commands\95\Max=1 +Commands\95\Min=0 +Commands\95\SetCommand=true +Commands\95\String=\\x21\\x01 +Commands\95\Type=RIT Status +Commands\96\Command29=false +Commands\96\GetCommand=true +Commands\96\Max=1 +Commands\96\Min=0 +Commands\96\SetCommand=true +Commands\96\String=\\x21\\x02 +Commands\96\Type=RIT TX Status +Commands\97\Command29=false +Commands\97\GetCommand=true +Commands\97\Max=0 +Commands\97\Min=0 +Commands\97\SetCommand=true +Commands\97\String=\\x25\\x00 +Commands\97\Type=Selected Freq +Commands\98\Command29=false +Commands\98\GetCommand=true +Commands\98\Max=0 +Commands\98\Min=0 +Commands\98\SetCommand=true +Commands\98\String=\\x25\\x01 +Commands\98\Type=Unselected Freq +Commands\99\Command29=false +Commands\99\GetCommand=true +Commands\99\Max=0 +Commands\99\Min=0 +Commands\99\SetCommand=true +Commands\99\String=\\x26\\x00 +Commands\99\Type=Selected Mode +Commands\size=119 Filters\1\Modes=0 Filters\1\Name=FIL1 -Filters\2\Num=2 +Filters\1\Num=1 Filters\2\Modes=0 Filters\2\Name=FIL2 -Filters\3\Num=3 +Filters\2\Num=2 Filters\3\Modes=0 Filters\3\Name=FIL3 +Filters\3\Num=3 Filters\size=3 +HasCommand29=false +HasEthernet=false +HasFDComms=true +HasLAN=true +HasSpectrum=true +HasTransmit=true +HasWiFi=true +Inputs\1\Name=MIC +Inputs\1\Num=0 +Inputs\1\Reg=0 +Inputs\2\Name=USB +Inputs\2\Num=1 +Inputs\2\Reg=0 +Inputs\3\Name=M/U +Inputs\3\Num=2 +Inputs\3\Reg=0 +Inputs\4\Name=WLAN +Inputs\4\Num=3 +Inputs\4\Reg=0 +Inputs\size=4 +Manufacturer=Icom +MemFormat=%1.2a %3.2b %5.1d %6.5f %11.1g %12.1h %13.1i %14.1j %15.1m %16.3n %19.3o %22.1p %23.2q %25.1r %26.3s %29.8t %37.8u %45.8v %53.5F %58.1G %59.1H %60.1I %61.1J %62.1M %63.3N %66.3O %69.1P %70.2Q %72.1R %73.3S %76.8T %84.8U %92.8V %100.16z +MemGroups=100 +MemStart=0 +Memories=99 +Model=IC-705 +Modes\1\Max=3600 +Modes\1\Min=50 +Modes\1\Name=LSB +Modes\1\Num=0 +Modes\1\Reg=0 +Modes\10\Max=0 +Modes\10\Min=0 +Modes\10\Name=WFM +Modes\10\Num=15 +Modes\10\Reg=6 +Modes\2\Max=3600 +Modes\2\Min=50 +Modes\2\Name=USB +Modes\2\Num=1 +Modes\2\Reg=1 +Modes\3\Max=10000 +Modes\3\Min=200 +Modes\3\Name=AM +Modes\3\Num=2 +Modes\3\Reg=2 +Modes\4\Max=3600 +Modes\4\Min=50 +Modes\4\Name=CW +Modes\4\Num=3 +Modes\4\Reg=3 +Modes\5\Max=2700 +Modes\5\Min=50 +Modes\5\Name=RTTY +Modes\5\Num=4 +Modes\5\Reg=4 +Modes\6\Max=0 +Modes\6\Min=0 +Modes\6\Name=FM +Modes\6\Num=5 +Modes\6\Reg=5 +Modes\7\Max=3600 +Modes\7\Min=50 +Modes\7\Name=CW-R +Modes\7\Num=6 +Modes\7\Reg=7 +Modes\8\Max=2700 +Modes\8\Min=50 +Modes\8\Name=RTTY-R +Modes\8\Num=7 +Modes\8\Reg=8 +Modes\9\Max=0 +Modes\9\Min=0 +Modes\9\Name=DV +Modes\9\Num=12 +Modes\9\Reg=0 +Modes\size=10 +NumberOfReceivers=1 +NumberOfVFOs=1 +Periodic\1\Command=Attenuator Status +Periodic\1\Priority=Medium Low +Periodic\1\VFO=-1 +Periodic\10\Command=Preamp Status +Periodic\10\Priority=Medium Low +Periodic\10\VFO=-1 +Periodic\11\Command=RF Gain +Periodic\11\Priority=Medium +Periodic\11\VFO=0 +Periodic\12\Command=RF Power +Periodic\12\Priority=Medium +Periodic\12\VFO=0 +Periodic\13\Command=S Meter +Periodic\13\Priority=Highest +Periodic\13\VFO=-1 +Periodic\14\Command=Scope Main Hold +Periodic\14\Priority=Medium +Periodic\14\VFO=0 +Periodic\15\Command=Scope Main Mode +Periodic\15\Priority=Medium High +Periodic\15\VFO=0 +Periodic\16\Command=Scope Main Span +Periodic\16\Priority=Medium High +Periodic\16\VFO=0 +Periodic\17\Command=Scope Main Speed +Periodic\17\Priority=Medium +Periodic\17\VFO=0 +Periodic\18\Command=Selected Freq +Periodic\18\Priority=Medium +Periodic\18\VFO=0 +Periodic\19\Command=Selected Mode +Periodic\19\Priority=Medium +Periodic\19\VFO=0 +Periodic\2\Command=Compressor Status +Periodic\2\Priority=Medium Low +Periodic\2\VFO=-1 +Periodic\20\Command=Squelch +Periodic\20\Priority=Medium Low +Periodic\20\VFO=-1 +Periodic\21\Command=Tone Squelch Type +Periodic\21\Priority=Medium Low +Periodic\21\VFO=-1 +Periodic\22\Command=Transceiver Status +Periodic\22\Priority=High +Periodic\22\VFO=0 +Periodic\23\Command=Tuning Step +Periodic\23\Priority=Medium Low +Periodic\23\VFO=-1 +Periodic\24\Command=Unselected Freq +Periodic\24\Priority=Medium +Periodic\24\VFO=1 +Periodic\25\Command=Unselected Mode +Periodic\25\Priority=Medium +Periodic\25\VFO=1 +Periodic\26\Command=Vox Status +Periodic\26\Priority=Medium Low +Periodic\26\VFO=-1 +Periodic\3\Command=Data Off Mod Input +Periodic\3\Priority=Medium High +Periodic\3\VFO=0 +Periodic\4\Command=DATA1 Mod Input +Periodic\4\Priority=Medium High +Periodic\4\VFO=0 +Periodic\5\Command=Monitor Gain +Periodic\5\Priority=Medium Low +Periodic\5\VFO=0 +Periodic\6\Command=Monitor Status +Periodic\6\Priority=Medium Low +Periodic\6\VFO=0 +Periodic\7\Command=Noise Blanker +Periodic\7\Priority=Medium Low +Periodic\7\VFO=-1 +Periodic\8\Command=Noise Reduction +Periodic\8\Priority=Medium Low +Periodic\8\VFO=-1 +Periodic\9\Command=Overflow Status +Periodic\9\Priority=High +Periodic\9\VFO=0 +Periodic\size=26 +Preamps\1\Name=OFF +Preamps\1\Num=0 +Preamps\2\Name=PREAMP 1 +Preamps\2\Num=1 +Preamps\3\Name=PREAMP 2 +Preamps\3\Num=2 +Preamps\size=3 +RigCtlDModel=3085 +SatFormat= +SatMemories=0 +Spans\1\Freq=2500 +Spans\1\Name=\xb1\x32.5 KHz +Spans\1\Num=0 +Spans\2\Freq=5000 +Spans\2\Name=\xb1\x35 KHz +Spans\2\Num=1 +Spans\3\Freq=10000 +Spans\3\Name=\xb1\x31\x30 KHz +Spans\3\Num=2 +Spans\4\Freq=25000 +Spans\4\Name=\xb1\x32\x35 KHz +Spans\4\Num=3 +Spans\5\Freq=50000 +Spans\5\Name=\xb1\x35\x30 KHz +Spans\5\Num=4 +Spans\6\Freq=100000 +Spans\6\Name=\xb1\x31\x30\x30 KHz +Spans\6\Num=5 +Spans\7\Freq=250000 +Spans\7\Name=\xb1\x32\x35\x30 KHz +Spans\7\Num=6 +Spans\8\Freq=500000 +Spans\8\Name=\xb1\x35\x30\x30 KHz +Spans\8\Num=7 +Spans\size=8 +SpectrumAmpMax=160 +SpectrumLenMax=475 +SpectrumSeqMax=11 +Tuning%20Steps\1\Hz=1 +Tuning%20Steps\1\Name=1 Hz +Tuning%20Steps\1\Num=0 +Tuning%20Steps\10\Hz=8333 +Tuning%20Steps\10\Name=8.333 KHz +Tuning%20Steps\10\Num=6 +Tuning%20Steps\11\Hz=9000 +Tuning%20Steps\11\Name=9 KHz +Tuning%20Steps\11\Num=7 +Tuning%20Steps\12\Hz=10000 +Tuning%20Steps\12\Name=10 KHz +Tuning%20Steps\12\Num=8 +Tuning%20Steps\13\Hz=12500 +Tuning%20Steps\13\Name=12.5 KHz +Tuning%20Steps\13\Num=9 +Tuning%20Steps\14\Hz=20000 +Tuning%20Steps\14\Name=20 KHz +Tuning%20Steps\14\Num=10 +Tuning%20Steps\15\Hz=25000 +Tuning%20Steps\15\Name=25 KHz +Tuning%20Steps\15\Num=11 +Tuning%20Steps\16\Hz=50000 +Tuning%20Steps\16\Name=50 Khz +Tuning%20Steps\16\Num=12 +Tuning%20Steps\17\Hz=100000 +Tuning%20Steps\17\Name=100 Khz +Tuning%20Steps\17\Num=13 +Tuning%20Steps\18\Hz=250000 +Tuning%20Steps\18\Name=250 KHz +Tuning%20Steps\18\Num=0 +Tuning%20Steps\19\Hz=1000000 +Tuning%20Steps\19\Name=1 MHz +Tuning%20Steps\19\Num=0 +Tuning%20Steps\2\Hz=10 +Tuning%20Steps\2\Name=10 Hz +Tuning%20Steps\2\Num=0 +Tuning%20Steps\3\Hz=100 +Tuning%20Steps\3\Name=100 Hz +Tuning%20Steps\3\Num=1 +Tuning%20Steps\4\Hz=500 +Tuning%20Steps\4\Name=500 Hz +Tuning%20Steps\4\Num=2 +Tuning%20Steps\5\Hz=1000 +Tuning%20Steps\5\Name=1 KHz +Tuning%20Steps\5\Num=3 +Tuning%20Steps\6\Hz=2500 +Tuning%20Steps\6\Name=2.5 KHz +Tuning%20Steps\6\Num=0 +Tuning%20Steps\7\Hz=5000 +Tuning%20Steps\7\Name=5 KHz +Tuning%20Steps\7\Num=4 +Tuning%20Steps\8\Hz=6125 +Tuning%20Steps\8\Name=6.125 KHz +Tuning%20Steps\8\Num=0 +Tuning%20Steps\9\Hz=6250 +Tuning%20Steps\9\Name=6.25 KHz +Tuning%20Steps\9\Num=5 +Tuning%20Steps\size=19 diff --git a/rigs/IC-7300.rig b/rigs/IC-7300.rig index 04fd235..9723db4 100644 --- a/rigs/IC-7300.rig +++ b/rigs/IC-7300.rig @@ -1,1010 +1,1010 @@ [General] -Version=1.90 +Version=1.91 [Rig] -Manufacturer=Icom -Model=IC-7300 -CIVAddress=148 -RigCtlDModel=3073 -NumberOfReceivers=1 -NumberOfVFOs=2 -SpectrumSeqMax=11 -SpectrumAmpMax=160 -SpectrumLenMax=475 -HasSpectrum=true -HasLAN=false -HasEthernet=false -HasWiFi=false -HasTransmit=true -HasFDComms=true -HasCommand29=false -MemGroups=0 -Memories=101 -MemStart=1 -MemFormat=%01.2b %3.1d %4.5f %9.1g %10.1h %11.1k %12.3n %15.3o %18.5F %23.1G %24.1H %25.1K %26.3N %29.3O %32.10z -SatMemories=0 -SatFormat= -Commands\1\Type=Freq (TRX) -Commands\1\String=\\x00 -Commands\1\Min=0 -Commands\1\Max=0 -Commands\1\Command29=false -Commands\1\GetCommand=false -Commands\1\SetCommand=false -Commands\2\Type=Mode (TRX) -Commands\2\String=\\x01 -Commands\2\Min=0 -Commands\2\Max=0 -Commands\2\Command29=false -Commands\2\GetCommand=false -Commands\2\SetCommand=false -Commands\3\Type=Band Edge Freq -Commands\3\String=\\x02 -Commands\3\Min=0 -Commands\3\Max=0 -Commands\3\Command29=false -Commands\3\GetCommand=true -Commands\3\SetCommand=true -Commands\4\Type=Freq Get -Commands\4\String=\\x03 -Commands\4\Min=0 -Commands\4\Max=0 -Commands\4\Command29=false -Commands\4\GetCommand=true -Commands\4\SetCommand=false -Commands\5\Type=Mode Get -Commands\5\String=\\x04 -Commands\5\Min=0 -Commands\5\Max=0 -Commands\5\Command29=false -Commands\5\GetCommand=true -Commands\5\SetCommand=false -Commands\6\Type=Freq Set -Commands\6\String=\\x05 -Commands\6\Min=0 -Commands\6\Max=0 -Commands\6\Command29=false -Commands\6\GetCommand=false -Commands\6\SetCommand=true -Commands\7\Type=Mode Set -Commands\7\String=\\x06 -Commands\7\Min=0 -Commands\7\Max=0 -Commands\7\Command29=false -Commands\7\GetCommand=false -Commands\7\SetCommand=true -Commands\8\Type=VFO A Select -Commands\8\String=\\x07\\x00 -Commands\8\Min=0 -Commands\8\Max=0 -Commands\8\Command29=false -Commands\8\GetCommand=true -Commands\8\SetCommand=true -Commands\9\Type=VFO B Select -Commands\9\String=\\x07\\x01 -Commands\9\Min=0 -Commands\9\Max=0 -Commands\9\Command29=false -Commands\9\GetCommand=true -Commands\9\SetCommand=true -Commands\10\Type=VFO Equal AB -Commands\10\String=\\x07\\xa0 -Commands\10\Min=0 -Commands\10\Max=0 -Commands\10\Command29=false -Commands\10\GetCommand=true -Commands\10\SetCommand=true -Commands\11\Type=VFO Swap A/B -Commands\11\String=\\x07\\xb0 -Commands\11\Min=0 -Commands\11\Max=0 -Commands\11\Command29=false -Commands\11\GetCommand=true -Commands\11\SetCommand=true -Commands\12\Type=Memory Mode -Commands\12\String=\\x08 -Commands\12\Min=1 -Commands\12\Max=101 -Commands\12\Command29=false -Commands\12\GetCommand=true -Commands\12\SetCommand=true -Commands\13\Type=Memory Clear -Commands\13\String=\\x0b -Commands\13\Min=1 -Commands\13\Max=101 -Commands\13\Command29=false -Commands\13\GetCommand=true -Commands\13\SetCommand=true -Commands\14\Type=Split/Duplex -Commands\14\String=\\x0f -Commands\14\Min=0 -Commands\14\Max=1 -Commands\14\Command29=false -Commands\14\GetCommand=true -Commands\14\SetCommand=true -Commands\15\Type=Tuning Step -Commands\15\String=\\x10 -Commands\15\Min=0 -Commands\15\Max=8 -Commands\15\Command29=false -Commands\15\GetCommand=true -Commands\15\SetCommand=true -Commands\16\Type=Attenuator Status -Commands\16\String=\\x11 -Commands\16\Min=0 -Commands\16\Max=20 -Commands\16\Command29=false -Commands\16\GetCommand=true -Commands\16\SetCommand=true -Commands\17\Type=Speech -Commands\17\String=\\x13 -Commands\17\Min=0 -Commands\17\Max=2 -Commands\17\Command29=false -Commands\17\GetCommand=false -Commands\17\SetCommand=true -Commands\18\Type=AF Gain -Commands\18\String=\\x14\\x01 -Commands\18\Min=0 -Commands\18\Max=255 -Commands\18\Command29=false -Commands\18\GetCommand=true -Commands\18\SetCommand=true -Commands\19\Type=RF Gain -Commands\19\String=\\x14\\x02 -Commands\19\Min=0 -Commands\19\Max=255 -Commands\19\Command29=false -Commands\19\GetCommand=true -Commands\19\SetCommand=true -Commands\20\Type=Squelch -Commands\20\String=\\x14\\x03 -Commands\20\Min=0 -Commands\20\Max=255 -Commands\20\Command29=false -Commands\20\GetCommand=true -Commands\20\SetCommand=true -Commands\21\Type=NR Level -Commands\21\String=\\x14\\x06 -Commands\21\Min=0 -Commands\21\Max=255 -Commands\21\Command29=false -Commands\21\GetCommand=true -Commands\21\SetCommand=true -Commands\22\Type=PBT Inner -Commands\22\String=\\x14\\x07 -Commands\22\Min=0 -Commands\22\Max=255 -Commands\22\Command29=false -Commands\22\GetCommand=true -Commands\22\SetCommand=true -Commands\23\Type=PBT Outer -Commands\23\String=\\x14\\x08 -Commands\23\Min=0 -Commands\23\Max=255 -Commands\23\Command29=false -Commands\23\GetCommand=true -Commands\23\SetCommand=true -Commands\24\Type=CW Pitch -Commands\24\String=\\x14\\x09 -Commands\24\Min=300 -Commands\24\Max=900 -Commands\24\Command29=false -Commands\24\GetCommand=true -Commands\24\SetCommand=true -Commands\25\Type=RF Power -Commands\25\String=\\x14\\x0a -Commands\25\Min=0 -Commands\25\Max=255 -Commands\25\Command29=false -Commands\25\GetCommand=true -Commands\25\SetCommand=true -Commands\26\Type=Mic Gain -Commands\26\String=\\x14\\x0b -Commands\26\Min=0 -Commands\26\Max=255 -Commands\26\Command29=false -Commands\26\GetCommand=true -Commands\26\SetCommand=true -Commands\27\Type=Key Speed -Commands\27\String=\\x14\\x0c -Commands\27\Min=6 -Commands\27\Max=48 -Commands\27\Command29=false -Commands\27\GetCommand=true -Commands\27\SetCommand=true -Commands\28\Type=Compressor Level -Commands\28\String=\\x14\\x0e -Commands\28\Min=0 -Commands\28\Max=255 -Commands\28\Command29=false -Commands\28\GetCommand=true -Commands\28\SetCommand=true -Commands\29\Type=Break-In Delay -Commands\29\String=\\x14\\x0f -Commands\29\Min=0 -Commands\29\Max=255 -Commands\29\Command29=false -Commands\29\GetCommand=true -Commands\29\SetCommand=true -Commands\30\Type=NB Level -Commands\30\String=\\x14\\x12 -Commands\30\Min=0 -Commands\30\Max=255 -Commands\30\Command29=false -Commands\30\GetCommand=true -Commands\30\SetCommand=true -Commands\31\Type=Monitor Gain -Commands\31\String=\\x14\\x15 -Commands\31\Min=0 -Commands\31\Max=255 -Commands\31\Command29=false -Commands\31\GetCommand=true -Commands\31\SetCommand=true -Commands\32\Type=Vox Gain -Commands\32\String=\\x14\\x16 -Commands\32\Min=0 -Commands\32\Max=255 -Commands\32\Command29=false -Commands\32\GetCommand=true -Commands\32\SetCommand=true -Commands\33\Type=Anti-Vox Gain -Commands\33\String=\\x14\\x17 -Commands\33\Min=0 -Commands\33\Max=255 -Commands\33\Command29=false -Commands\33\GetCommand=true -Commands\33\SetCommand=true -Commands\34\Type=S Meter -Commands\34\String=\\x15\\x02 -Commands\34\Min=0 -Commands\34\Max=255 -Commands\34\Command29=false -Commands\34\GetCommand=true -Commands\34\SetCommand=true -Commands\35\Type=Overflow Status -Commands\35\String=\\x15\\x07 -Commands\35\Min=0 -Commands\35\Max=1 -Commands\35\Command29=false -Commands\35\GetCommand=true -Commands\35\SetCommand=true -Commands\36\Type=Power Meter -Commands\36\String=\\x15\\x11 -Commands\36\Min=0 -Commands\36\Max=255 -Commands\36\Command29=false -Commands\36\GetCommand=true -Commands\36\SetCommand=true -Commands\37\Type=SWR Meter -Commands\37\String=\\x15\\x12 -Commands\37\Min=0 -Commands\37\Max=255 -Commands\37\Command29=false -Commands\37\GetCommand=true -Commands\37\SetCommand=true -Commands\38\Type=ALC Meter -Commands\38\String=\\x15\\x13 -Commands\38\Min=0 -Commands\38\Max=255 -Commands\38\Command29=false -Commands\38\GetCommand=true -Commands\38\SetCommand=true -Commands\39\Type=Comp Meter -Commands\39\String=\\x15\\x14 -Commands\39\Min=0 -Commands\39\Max=255 -Commands\39\Command29=false -Commands\39\GetCommand=true -Commands\39\SetCommand=true -Commands\40\Type=Vd Meter -Commands\40\String=\\x15\\x15 -Commands\40\Min=0 -Commands\40\Max=255 -Commands\40\Command29=false -Commands\40\GetCommand=true -Commands\40\SetCommand=true -Commands\41\Type=Id Meter -Commands\41\String=\\x15\\x16 -Commands\41\Min=0 -Commands\41\Max=255 -Commands\41\Command29=false -Commands\41\GetCommand=true -Commands\41\SetCommand=true -Commands\42\Type=Preamp Status -Commands\42\String=\\x16\\x02 -Commands\42\Min=0 -Commands\42\Max=2 -Commands\42\Command29=false -Commands\42\GetCommand=true -Commands\42\SetCommand=true -Commands\43\Type=Noise Blanker -Commands\43\String=\\x16\\x22 -Commands\43\Min=0 -Commands\43\Max=1 -Commands\43\Command29=false -Commands\43\GetCommand=true -Commands\43\SetCommand=true -Commands\44\Type=Noise Reduction -Commands\44\String=\\x16\\x40 -Commands\44\Min=0 -Commands\44\Max=1 -Commands\44\Command29=false -Commands\44\GetCommand=true -Commands\44\SetCommand=true -Commands\45\Type=Auto Notch -Commands\45\String=\\x16\\x41 -Commands\45\Min=0 -Commands\45\Max=1 -Commands\45\Command29=false -Commands\45\GetCommand=true -Commands\45\SetCommand=true -Commands\46\Type=Repeater Tone -Commands\46\String=\\x16\\x42 -Commands\46\Min=0 -Commands\46\Max=1 -Commands\46\Command29=false -Commands\46\GetCommand=true -Commands\46\SetCommand=true -Commands\47\Type=S Meter Sql Status -Commands\47\String=\\x16\\x43 -Commands\47\Min=0 -Commands\47\Max=1 -Commands\47\Command29=false -Commands\47\GetCommand=true -Commands\47\SetCommand=true -Commands\48\Type=Compressor Status -Commands\48\String=\\x16\\x44 -Commands\48\Min=0 -Commands\48\Max=1 -Commands\48\Command29=false -Commands\48\GetCommand=true -Commands\48\SetCommand=true -Commands\49\Type=Monitor Status -Commands\49\String=\\x16\\x45 -Commands\49\Min=0 -Commands\49\Max=1 -Commands\49\Command29=false -Commands\49\GetCommand=true -Commands\49\SetCommand=true -Commands\50\Type=Vox Status -Commands\50\String=\\x16\\x46 -Commands\50\Min=0 -Commands\50\Max=1 -Commands\50\Command29=false -Commands\50\GetCommand=true -Commands\50\SetCommand=true -Commands\51\Type=Break-In Status -Commands\51\String=\\x16\\x47 -Commands\51\Min=0 -Commands\51\Max=1 -Commands\51\Command29=false -Commands\51\GetCommand=true -Commands\51\SetCommand=true -Commands\52\Type=Dial Lock Status -Commands\52\String=\\x16\\x50 -Commands\52\Min=0 -Commands\52\Max=1 -Commands\52\Command29=false -Commands\52\GetCommand=true -Commands\52\SetCommand=true -Commands\53\Type=DIGI-Sel Status -Commands\53\String=\\x16\\x56 -Commands\53\Min=0 -Commands\53\Max=1 -Commands\53\Command29=false -Commands\53\GetCommand=true -Commands\53\SetCommand=true -Commands\54\Type=IP Plus Status -Commands\54\String=\\x16\\x65 -Commands\54\Min=0 -Commands\54\Max=1 -Commands\54\Command29=false -Commands\54\GetCommand=true -Commands\54\SetCommand=true -Commands\55\Type=Power Control -Commands\55\String=\\x18 -Commands\55\Min=0 -Commands\55\Max=1 -Commands\55\Command29=false -Commands\55\GetCommand=true -Commands\55\SetCommand=true -Commands\56\Type=Transceiver ID -Commands\56\String=\\x19\\x00 -Commands\56\Min=0 -Commands\56\Max=0 -Commands\56\Command29=false -Commands\56\GetCommand=true -Commands\56\SetCommand=true -Commands\57\Type=Memory Contents -Commands\57\String=\\x1a\\x00 -Commands\57\Min=1 -Commands\57\Max=101 -Commands\57\Command29=false -Commands\57\GetCommand=true -Commands\57\SetCommand=true -Commands\58\Type=Band Stacking Reg -Commands\58\String=\\x1a\\x01 -Commands\58\Min=1 -Commands\58\Max=0 -Commands\58\Command29=false -Commands\58\GetCommand=true -Commands\58\SetCommand=true -Commands\59\Type=Filter Width -Commands\59\String=\\x1a\\x03 -Commands\59\Min=50 -Commands\59\Max=10000 -Commands\59\Command29=false -Commands\59\GetCommand=true -Commands\59\SetCommand=true -Commands\60\Type=Quick Split -Commands\60\String=\\x1a\\x05\\x00\\x30 -Commands\60\Min=0 -Commands\60\Max=1 -Commands\60\Command29=false -Commands\60\GetCommand=true -Commands\60\SetCommand=true -Commands\61\Type=Data Off Mod Input -Commands\61\String=\\x1a\\x05\\x00\\x66 -Commands\61\Min=0 -Commands\61\Max=4 -Commands\61\Command29=false -Commands\61\GetCommand=true -Commands\61\SetCommand=true -Commands\62\Type=DATA1 Mod Input -Commands\62\String=\\x1a\\x05\\x00\\x67 -Commands\62\Min=0 -Commands\62\Max=4 -Commands\62\Command29=false -Commands\62\GetCommand=true -Commands\62\SetCommand=true -Commands\63\Type=CIV Transceive -Commands\63\String=\\x1a\\x05\\x00\\x71 -Commands\63\Min=0 -Commands\63\Max=1 -Commands\63\Command29=false -Commands\63\GetCommand=true -Commands\63\SetCommand=true -Commands\64\Type=Transceiver Status -Commands\64\String=\\x1c\\x00 -Commands\64\Min=0 -Commands\64\Max=1 -Commands\64\Command29=false -Commands\64\GetCommand=true -Commands\64\SetCommand=true -Commands\65\Type=RIT Status -Commands\65\String=\\x21\\x00 -Commands\65\Min=0 -Commands\65\Max=0 -Commands\65\Command29=false -Commands\65\GetCommand=true -Commands\65\SetCommand=true -Commands\66\Type=RIT Frequency -Commands\66\String=\\x21\\x01 -Commands\66\Min=-999 -Commands\66\Max=999 -Commands\66\Command29=false -Commands\66\GetCommand=true -Commands\66\SetCommand=true -Commands\67\Type=Selected Freq -Commands\67\String=\\x25\\x00 -Commands\67\Min=0 -Commands\67\Max=0 -Commands\67\Command29=false -Commands\67\GetCommand=true -Commands\67\SetCommand=true -Commands\68\Type=Unselected Freq -Commands\68\String=\\x25\\x01 -Commands\68\Min=0 -Commands\68\Max=0 -Commands\68\Command29=false -Commands\68\GetCommand=true -Commands\68\SetCommand=true -Commands\69\Type=Selected Mode -Commands\69\String=\\x26\\x00 -Commands\69\Min=0 -Commands\69\Max=0 -Commands\69\Command29=false -Commands\69\GetCommand=true -Commands\69\SetCommand=true -Commands\70\Type=Unselected Mode -Commands\70\String=\\x26\\x01 -Commands\70\Min=0 -Commands\70\Max=0 -Commands\70\Command29=false -Commands\70\GetCommand=true -Commands\70\SetCommand=true -Commands\71\Type=Scope Main Wave Data -Commands\71\String=\\x27\\x00\\x00 -Commands\71\Min=0 -Commands\71\Max=0 -Commands\71\Command29=false -Commands\71\GetCommand=true -Commands\71\SetCommand=true -Commands\72\Type=Scope On/Off -Commands\72\String=\\x27\\x10 -Commands\72\Min=0 -Commands\72\Max=1 -Commands\72\Command29=false -Commands\72\GetCommand=true -Commands\72\SetCommand=true -Commands\73\Type=Scope Data Output -Commands\73\String=\\x27\\x11 -Commands\73\Min=0 -Commands\73\Max=1 -Commands\73\Command29=false -Commands\73\GetCommand=true -Commands\73\SetCommand=true -Commands\74\Type=Scope Main Mode -Commands\74\String=\\x27\\x14\\x00 -Commands\74\Min=0 -Commands\74\Max=4 -Commands\74\Command29=false -Commands\74\GetCommand=true -Commands\74\SetCommand=true -Commands\75\Type=Scope Main Span -Commands\75\String=\\x27\\x15\\x00 -Commands\75\Min=0 -Commands\75\Max=7 -Commands\75\Command29=false -Commands\75\GetCommand=true -Commands\75\SetCommand=true -Commands\76\Type=Scope Main Edge -Commands\76\String=\\x27\\x16\\x00 -Commands\76\Min=1 -Commands\76\Max=4 -Commands\76\Command29=false -Commands\76\GetCommand=true -Commands\76\SetCommand=true -Commands\77\Type=Scope Main Hold -Commands\77\String=\\x27\\x17\\x00 -Commands\77\Min=0 -Commands\77\Max=1 -Commands\77\Command29=false -Commands\77\GetCommand=true -Commands\77\SetCommand=true -Commands\78\Type=Scope Main Ref -Commands\78\String=\\x27\\x19\\x00 -Commands\78\Min=-200 -Commands\78\Max=200 -Commands\78\Command29=false -Commands\78\GetCommand=true -Commands\78\SetCommand=true -Commands\79\Type=Scope Main Speed -Commands\79\String=\\x27\\x1a\\x00 -Commands\79\Min=0 -Commands\79\Max=2 -Commands\79\Command29=false -Commands\79\GetCommand=true -Commands\79\SetCommand=true -Commands\80\Type=Scope During TX -Commands\80\String=\\x27\\x1b -Commands\80\Min=0 -Commands\80\Max=1 -Commands\80\Command29=false -Commands\80\GetCommand=true -Commands\80\SetCommand=true -Commands\81\Type=Scope Center Type -Commands\81\String=\\x27\\x1c\\x00 -Commands\81\Min=0 -Commands\81\Max=2 -Commands\81\Command29=false -Commands\81\GetCommand=true -Commands\81\SetCommand=true -Commands\82\Type=Command Error FA -Commands\82\String=\\xfa -Commands\82\Min=0 -Commands\82\Max=0 -Commands\82\Command29=false -Commands\82\GetCommand=true -Commands\82\SetCommand=true -Commands\83\Type=Command OK FB -Commands\83\String=\\xfb -Commands\83\Min=0 -Commands\83\Max=0 -Commands\83\Command29=false -Commands\83\GetCommand=true -Commands\83\SetCommand=true -Commands\size=83 -Periodic\1\Priority=Medium Low -Periodic\1\Command=Attenuator Status -Periodic\1\VFO=-1 -Periodic\2\Priority=Medium Low -Periodic\2\Command=Compressor Status -Periodic\2\VFO=-1 -Periodic\3\Priority=Medium High -Periodic\3\Command=Data Off Mod Input -Periodic\3\VFO=0 -Periodic\4\Priority=Medium High -Periodic\4\Command=DATA1 Mod Input -Periodic\4\VFO=0 -Periodic\5\Priority=Medium Low -Periodic\5\Command=IP Plus Status -Periodic\5\VFO=-1 -Periodic\6\Priority=Medium Low -Periodic\6\Command=Monitor Gain -Periodic\6\VFO=0 -Periodic\7\Priority=Medium Low -Periodic\7\Command=Monitor Status -Periodic\7\VFO=0 -Periodic\8\Priority=Medium Low -Periodic\8\Command=Noise Blanker -Periodic\8\VFO=-1 -Periodic\9\Priority=Medium Low -Periodic\9\Command=Noise Reduction -Periodic\9\VFO=-1 -Periodic\10\Priority=High -Periodic\10\Command=Overflow Status -Periodic\10\VFO=0 -Periodic\11\Priority=Medium Low -Periodic\11\Command=Preamp Status -Periodic\11\VFO=-1 -Periodic\12\Priority=Medium -Periodic\12\Command=RF Gain -Periodic\12\VFO=0 -Periodic\13\Priority=Medium -Periodic\13\Command=RF Power -Periodic\13\VFO=0 -Periodic\14\Priority=Highest -Periodic\14\Command=S Meter -Periodic\14\VFO=-1 -Periodic\15\Priority=Medium -Periodic\15\Command=Scope Main Hold -Periodic\15\VFO=0 -Periodic\16\Priority=Medium High -Periodic\16\Command=Scope Main Mode -Periodic\16\VFO=0 -Periodic\17\Priority=Medium High -Periodic\17\Command=Scope Main Span -Periodic\17\VFO=0 -Periodic\18\Priority=Medium -Periodic\18\Command=Scope Main Speed -Periodic\18\VFO=0 -Periodic\19\Priority=Medium -Periodic\19\Command=Selected Freq -Periodic\19\VFO=0 -Periodic\20\Priority=Medium -Periodic\20\Command=Selected Mode -Periodic\20\VFO=0 -Periodic\21\Priority=Medium Low -Periodic\21\Command=Squelch -Periodic\21\VFO=0 -Periodic\22\Priority=High -Periodic\22\Command=Transceiver Status -Periodic\22\VFO=0 -Periodic\23\Priority=Medium Low -Periodic\23\Command=Tuning Step -Periodic\23\VFO=-1 -Periodic\24\Priority=Medium -Periodic\24\Command=Unselected Freq -Periodic\24\VFO=0 -Periodic\25\Priority=Medium -Periodic\25\Command=Unselected Mode -Periodic\25\VFO=0 -Periodic\26\Priority=Medium Low -Periodic\26\Command=Vox Status -Periodic\26\VFO=-1 -Periodic\size=26 -Spans\1\Num=0 -Spans\1\Name=±2.5 KHz -Spans\1\Freq=2500 -Spans\2\Num=1 -Spans\2\Name=±5 KHz -Spans\2\Freq=5000 -Spans\3\Num=2 -Spans\3\Name=±10 KHz -Spans\3\Freq=10000 -Spans\4\Num=3 -Spans\4\Name=±25 KHz -Spans\4\Freq=25000 -Spans\5\Num=4 -Spans\5\Name=±50 KHz -Spans\5\Freq=50000 -Spans\6\Num=5 -Spans\6\Name=±100 KHz -Spans\6\Freq=100000 -Spans\7\Num=6 -Spans\7\Name=±250 KHz -Spans\7\Freq=250000 -Spans\8\Num=7 -Spans\8\Name=±500 KHz -Spans\8\Freq=500000 -Spans\size=8 -Inputs\1\Num=0 -Inputs\1\Reg=0 -Inputs\1\Name=MIC -Inputs\2\Num=1 -Inputs\2\Reg=1 -Inputs\2\Name=ACC -Inputs\3\Num=2 -Inputs\3\Reg=2 -Inputs\3\Name=M/A -Inputs\4\Num=3 -Inputs\4\Reg=3 -Inputs\4\Name=USB -Inputs\5\Num=4 -Inputs\5\Reg=4 -Inputs\5\Name=M/U -Inputs\size=5 -Bands\1\Region= -Bands\1\Num=9 -Bands\1\BSR=0 -Bands\1\Start=70000000 -Bands\1\End=70500000 -Bands\1\Range=0 -Bands\1\MemoryGroup=-1 -Bands\1\Name=4m -Bands\1\Bytes=5 -Bands\1\Color=#ffffaaff -Bands\2\Region= -Bands\2\Num=10 -Bands\2\BSR=10 -Bands\2\Start=50000000 -Bands\2\End=54000000 -Bands\2\Range=60 -Bands\2\MemoryGroup=-1 -Bands\2\Name=6m -Bands\2\Bytes=5 -Bands\2\Color=#ffff5500 -Bands\3\Region= -Bands\3\Num=11 -Bands\3\BSR=9 -Bands\3\Start=28000000 -Bands\3\End=29700000 -Bands\3\Range=45 -Bands\3\MemoryGroup=-1 -Bands\3\Name=10m -Bands\3\Bytes=5 -Bands\3\Color=#ff00aaff -Bands\4\Region= -Bands\4\Num=12 -Bands\4\BSR=8 -Bands\4\Start=24890000 -Bands\4\End=24990000 -Bands\4\Range=30 -Bands\4\MemoryGroup=-1 -Bands\4\Name=12m -Bands\4\Bytes=5 -Bands\4\Color=#ff00aa00 -Bands\5\Region= -Bands\5\Num=13 -Bands\5\BSR=7 -Bands\5\Start=21000000 -Bands\5\End=21450000 -Bands\5\Range=26 -Bands\5\MemoryGroup=-1 -Bands\5\Name=15m -Bands\5\Bytes=5 -Bands\5\Color=#ffff55ff -Bands\6\Region= -Bands\6\Num=14 -Bands\6\BSR=6 -Bands\6\Start=18068000 -Bands\6\End=18168000 -Bands\6\Range=22 -Bands\6\MemoryGroup=-1 -Bands\6\Name=17m -Bands\6\Bytes=5 -Bands\6\Color=#ffaaaa00 -Bands\7\Region= -Bands\7\Num=15 -Bands\7\BSR=5 -Bands\7\Start=14000000 -Bands\7\End=14350000 -Bands\7\Range=20 -Bands\7\MemoryGroup=-1 -Bands\7\Name=20m -Bands\7\Bytes=5 -Bands\7\Color=#ffff0000 -Bands\8\Region= -Bands\8\Num=16 -Bands\8\BSR=4 -Bands\8\Start=10100000 -Bands\8\End=10150000 -Bands\8\Range=15 -Bands\8\MemoryGroup=-1 -Bands\8\Name=30m -Bands\8\Bytes=5 -Bands\8\Color=#ffffaa00 -Bands\9\Region=1 -Bands\9\Num=17 -Bands\9\BSR=3 -Bands\9\Start=7000000 -Bands\9\End=7200000 -Bands\9\Range=11 -Bands\9\MemoryGroup=-1 -Bands\9\Name=40m -Bands\9\Bytes=5 -Bands\9\Color=#ffaa5500 -Bands\10\Region=2 -Bands\10\Num=17 -Bands\10\BSR=3 -Bands\10\Start=7000000 -Bands\10\End=7300000 -Bands\10\Range=11 -Bands\10\MemoryGroup=-1 -Bands\10\Name=40m -Bands\10\Bytes=5 -Bands\10\Color=#ffaa5500 -Bands\11\Region=3 -Bands\11\Num=17 -Bands\11\BSR=3 -Bands\11\Start=7000000 -Bands\11\End=7200000 -Bands\11\Range=11 -Bands\11\MemoryGroup=-1 -Bands\11\Name=40m -Bands\11\Bytes=5 -Bands\11\Color=#ffaa5500 -Bands\12\Region= -Bands\12\Num=18 -Bands\12\BSR=0 -Bands\12\Start=5250000 -Bands\12\End=5450000 -Bands\12\Range=0 -Bands\12\MemoryGroup=-1 -Bands\12\Name=60m -Bands\12\Bytes=5 -Bands\12\Color=#ffaaaaff -Bands\13\Region=1 -Bands\13\Num=19 -Bands\13\BSR=2 -Bands\13\Start=3500000 -Bands\13\End=3800000 -Bands\13\Range=6 -Bands\13\MemoryGroup=-1 -Bands\13\Name=80m -Bands\13\Bytes=5 -Bands\13\Color=#ff55ffff -Bands\14\Region=2 -Bands\14\Num=19 -Bands\14\BSR=2 -Bands\14\Start=3500000 -Bands\14\End=4000000 -Bands\14\Range=6 -Bands\14\MemoryGroup=-1 -Bands\14\Name=80m -Bands\14\Bytes=5 -Bands\14\Color=#ff55ffff -Bands\15\Region=3 -Bands\15\Num=19 -Bands\15\BSR=2 -Bands\15\Start=3500000 -Bands\15\End=3900000 -Bands\15\Range=6 -Bands\15\MemoryGroup=-1 -Bands\15\Name=80m -Bands\15\Bytes=5 -Bands\15\Color=#ff55ffff -Bands\16\Region= -Bands\16\Num=20 -Bands\16\BSR=1 -Bands\16\Start=1800000 -Bands\16\End=2000000 -Bands\16\Range=2 -Bands\16\MemoryGroup=-1 -Bands\16\Name=160m -Bands\16\Bytes=5 -Bands\16\Color=#ffffff00 -Bands\17\Region= -Bands\17\Num=21 -Bands\17\BSR=0 -Bands\17\Start=493000 -Bands\17\End=595000 -Bands\17\Range=8 -Bands\17\MemoryGroup=-1 -Bands\17\Name=630m -Bands\17\Bytes=5 -Bands\17\Color=#ffaaff7f -Bands\18\Region= -Bands\18\Num=22 -Bands\18\BSR=0 -Bands\18\Start=135000 -Bands\18\End=138000 -Bands\18\Range=0 -Bands\18\MemoryGroup=-1 -Bands\18\Name=2200m -Bands\18\Bytes=5 -Bands\18\Color=#ff5500ff -Bands\19\Region= -Bands\19\Num=23 -Bands\19\BSR=11 -Bands\19\Start=10000 -Bands\19\End=30000000 -Bands\19\Range=1.6 -Bands\19\MemoryGroup=-1 -Bands\19\Name=Gen -Bands\19\Bytes=5 -Bands\19\Color=#00000000 -Bands\size=19 -Modes\1\Num=0 -Modes\1\Reg=0 -Modes\1\Min=50 -Modes\1\Max=3600 -Modes\1\Name=LSB -Modes\2\Num=1 -Modes\2\Reg=1 -Modes\2\Min=50 -Modes\2\Max=3600 -Modes\2\Name=USB -Modes\3\Num=2 -Modes\3\Reg=2 -Modes\3\Min=200 -Modes\3\Max=10000 -Modes\3\Name=AM -Modes\4\Num=3 -Modes\4\Reg=3 -Modes\4\Min=50 -Modes\4\Max=3600 -Modes\4\Name=CW -Modes\5\Num=4 -Modes\5\Reg=4 -Modes\5\Min=50 -Modes\5\Max=2700 -Modes\5\Name=RTTY -Modes\6\Num=5 -Modes\6\Reg=5 -Modes\6\Min=0 -Modes\6\Max=0 -Modes\6\Name=FM -Modes\7\Num=6 -Modes\7\Reg=7 -Modes\7\Min=50 -Modes\7\Max=3600 -Modes\7\Name=CW-R -Modes\8\Num=7 -Modes\8\Reg=8 -Modes\8\Min=50 -Modes\8\Max=2700 -Modes\8\Name=RTTY-R -Modes\size=8 +Antennas\size=0 Attenuators\1\dB=0 Attenuators\2\dB=10 Attenuators\size=2 -Preamps\1\Num=1 -Preamps\1\Name=PREAMP 1 -Preamps\2\Num=2 -Preamps\2\Name=PREAMP 2 -Preamps\size=2 -Antennas\size=0 -Tuning%20Steps\1\Num=0 -Tuning%20Steps\1\Name=1 Hz -Tuning%20Steps\1\Hz=1 -Tuning%20Steps\2\Num=0 -Tuning%20Steps\2\Name=10 Hz -Tuning%20Steps\2\Hz=10 -Tuning%20Steps\3\Num=1 -Tuning%20Steps\3\Name=100 Hz -Tuning%20Steps\3\Hz=100 -Tuning%20Steps\4\Num=2 -Tuning%20Steps\4\Name=1 KHz -Tuning%20Steps\4\Hz=1000 -Tuning%20Steps\5\Num=3 -Tuning%20Steps\5\Name=5 KHz -Tuning%20Steps\5\Hz=5000 -Tuning%20Steps\6\Num=4 -Tuning%20Steps\6\Name=9 KHz -Tuning%20Steps\6\Hz=9000 -Tuning%20Steps\7\Num=5 -Tuning%20Steps\7\Name=10 KHz -Tuning%20Steps\7\Hz=10000 -Tuning%20Steps\8\Num=6 -Tuning%20Steps\8\Name=12.5 KHz -Tuning%20Steps\8\Hz=12500 -Tuning%20Steps\9\Num=7 -Tuning%20Steps\9\Name=20 KHz -Tuning%20Steps\9\Hz=20000 -Tuning%20Steps\10\Num=8 -Tuning%20Steps\10\Name=25 KHz -Tuning%20Steps\10\Hz=25000 -Tuning%20Steps\size=10 -Filters\1\Num=1 +Bands\1\BSR=0 +Bands\1\Bytes=5 +Bands\1\Color=#ffffaaff +Bands\1\End=70500000 +Bands\1\MemoryGroup=-1 +Bands\1\Name=4m +Bands\1\Num=9 +Bands\1\Range=0 +Bands\1\Region= +Bands\1\Start=70000000 +Bands\10\BSR=3 +Bands\10\Bytes=5 +Bands\10\Color=#ffaa5500 +Bands\10\End=7300000 +Bands\10\MemoryGroup=-1 +Bands\10\Name=40m +Bands\10\Num=17 +Bands\10\Range=11 +Bands\10\Region=2 +Bands\10\Start=7000000 +Bands\11\BSR=3 +Bands\11\Bytes=5 +Bands\11\Color=#ffaa5500 +Bands\11\End=7200000 +Bands\11\MemoryGroup=-1 +Bands\11\Name=40m +Bands\11\Num=17 +Bands\11\Range=11 +Bands\11\Region=3 +Bands\11\Start=7000000 +Bands\12\BSR=0 +Bands\12\Bytes=5 +Bands\12\Color=#ffaaaaff +Bands\12\End=5450000 +Bands\12\MemoryGroup=-1 +Bands\12\Name=60m +Bands\12\Num=18 +Bands\12\Range=0 +Bands\12\Region= +Bands\12\Start=5250000 +Bands\13\BSR=2 +Bands\13\Bytes=5 +Bands\13\Color=#ff55ffff +Bands\13\End=3800000 +Bands\13\MemoryGroup=-1 +Bands\13\Name=80m +Bands\13\Num=19 +Bands\13\Range=6 +Bands\13\Region=1 +Bands\13\Start=3500000 +Bands\14\BSR=2 +Bands\14\Bytes=5 +Bands\14\Color=#ff55ffff +Bands\14\End=4000000 +Bands\14\MemoryGroup=-1 +Bands\14\Name=80m +Bands\14\Num=19 +Bands\14\Range=6 +Bands\14\Region=2 +Bands\14\Start=3500000 +Bands\15\BSR=2 +Bands\15\Bytes=5 +Bands\15\Color=#ff55ffff +Bands\15\End=3900000 +Bands\15\MemoryGroup=-1 +Bands\15\Name=80m +Bands\15\Num=19 +Bands\15\Range=6 +Bands\15\Region=3 +Bands\15\Start=3500000 +Bands\16\BSR=1 +Bands\16\Bytes=5 +Bands\16\Color=#ffffff00 +Bands\16\End=2000000 +Bands\16\MemoryGroup=-1 +Bands\16\Name=160m +Bands\16\Num=20 +Bands\16\Range=2 +Bands\16\Region= +Bands\16\Start=1800000 +Bands\17\BSR=0 +Bands\17\Bytes=5 +Bands\17\Color=#ffaaff7f +Bands\17\End=595000 +Bands\17\MemoryGroup=-1 +Bands\17\Name=630m +Bands\17\Num=21 +Bands\17\Range=8 +Bands\17\Region= +Bands\17\Start=493000 +Bands\18\BSR=0 +Bands\18\Bytes=5 +Bands\18\Color=#ff5500ff +Bands\18\End=138000 +Bands\18\MemoryGroup=-1 +Bands\18\Name=2200m +Bands\18\Num=22 +Bands\18\Range=0 +Bands\18\Region= +Bands\18\Start=135000 +Bands\19\BSR=11 +Bands\19\Bytes=5 +Bands\19\Color=#00000000 +Bands\19\End=30000000 +Bands\19\MemoryGroup=-1 +Bands\19\Name=Gen +Bands\19\Num=23 +Bands\19\Range=1.6 +Bands\19\Region= +Bands\19\Start=10000 +Bands\2\BSR=10 +Bands\2\Bytes=5 +Bands\2\Color=#ffff5500 +Bands\2\End=54000000 +Bands\2\MemoryGroup=-1 +Bands\2\Name=6m +Bands\2\Num=10 +Bands\2\Range=60 +Bands\2\Region= +Bands\2\Start=50000000 +Bands\3\BSR=9 +Bands\3\Bytes=5 +Bands\3\Color=#ff00aaff +Bands\3\End=29700000 +Bands\3\MemoryGroup=-1 +Bands\3\Name=10m +Bands\3\Num=11 +Bands\3\Range=45 +Bands\3\Region= +Bands\3\Start=28000000 +Bands\4\BSR=8 +Bands\4\Bytes=5 +Bands\4\Color=#ff00aa00 +Bands\4\End=24990000 +Bands\4\MemoryGroup=-1 +Bands\4\Name=12m +Bands\4\Num=12 +Bands\4\Range=30 +Bands\4\Region= +Bands\4\Start=24890000 +Bands\5\BSR=7 +Bands\5\Bytes=5 +Bands\5\Color=#ffff55ff +Bands\5\End=21450000 +Bands\5\MemoryGroup=-1 +Bands\5\Name=15m +Bands\5\Num=13 +Bands\5\Range=26 +Bands\5\Region= +Bands\5\Start=21000000 +Bands\6\BSR=6 +Bands\6\Bytes=5 +Bands\6\Color=#ffaaaa00 +Bands\6\End=18168000 +Bands\6\MemoryGroup=-1 +Bands\6\Name=17m +Bands\6\Num=14 +Bands\6\Range=22 +Bands\6\Region= +Bands\6\Start=18068000 +Bands\7\BSR=5 +Bands\7\Bytes=5 +Bands\7\Color=#ffff0000 +Bands\7\End=14350000 +Bands\7\MemoryGroup=-1 +Bands\7\Name=20m +Bands\7\Num=15 +Bands\7\Range=20 +Bands\7\Region= +Bands\7\Start=14000000 +Bands\8\BSR=4 +Bands\8\Bytes=5 +Bands\8\Color=#ffffaa00 +Bands\8\End=10150000 +Bands\8\MemoryGroup=-1 +Bands\8\Name=30m +Bands\8\Num=16 +Bands\8\Range=15 +Bands\8\Region= +Bands\8\Start=10100000 +Bands\9\BSR=3 +Bands\9\Bytes=5 +Bands\9\Color=#ffaa5500 +Bands\9\End=7200000 +Bands\9\MemoryGroup=-1 +Bands\9\Name=40m +Bands\9\Num=17 +Bands\9\Range=11 +Bands\9\Region=1 +Bands\9\Start=7000000 +Bands\size=19 +CIVAddress=148 +Commands\1\Command29=false +Commands\1\GetCommand=false +Commands\1\Max=0 +Commands\1\Min=0 +Commands\1\SetCommand=false +Commands\1\String=\\x00 +Commands\1\Type=Freq (TRX) +Commands\10\Command29=false +Commands\10\GetCommand=true +Commands\10\Max=0 +Commands\10\Min=0 +Commands\10\SetCommand=true +Commands\10\String=\\x07\\xa0 +Commands\10\Type=VFO Equal AB +Commands\11\Command29=false +Commands\11\GetCommand=true +Commands\11\Max=0 +Commands\11\Min=0 +Commands\11\SetCommand=true +Commands\11\String=\\x07\\xb0 +Commands\11\Type=VFO Swap A/B +Commands\12\Command29=false +Commands\12\GetCommand=true +Commands\12\Max=101 +Commands\12\Min=1 +Commands\12\SetCommand=true +Commands\12\String=\\x08 +Commands\12\Type=Memory Mode +Commands\13\Command29=false +Commands\13\GetCommand=true +Commands\13\Max=101 +Commands\13\Min=1 +Commands\13\SetCommand=true +Commands\13\String=\\x0b +Commands\13\Type=Memory Clear +Commands\14\Command29=false +Commands\14\GetCommand=true +Commands\14\Max=99 +Commands\14\Min=0 +Commands\14\SetCommand=true +Commands\14\String=\\x0f +Commands\14\Type=Split/Duplex +Commands\15\Command29=false +Commands\15\GetCommand=true +Commands\15\Max=8 +Commands\15\Min=0 +Commands\15\SetCommand=true +Commands\15\String=\\x10 +Commands\15\Type=Tuning Step +Commands\16\Command29=false +Commands\16\GetCommand=true +Commands\16\Max=20 +Commands\16\Min=0 +Commands\16\SetCommand=true +Commands\16\String=\\x11 +Commands\16\Type=Attenuator Status +Commands\17\Command29=false +Commands\17\GetCommand=false +Commands\17\Max=2 +Commands\17\Min=0 +Commands\17\SetCommand=true +Commands\17\String=\\x13 +Commands\17\Type=Speech +Commands\18\Command29=false +Commands\18\GetCommand=true +Commands\18\Max=255 +Commands\18\Min=0 +Commands\18\SetCommand=true +Commands\18\String=\\x14\\x01 +Commands\18\Type=AF Gain +Commands\19\Command29=false +Commands\19\GetCommand=true +Commands\19\Max=255 +Commands\19\Min=0 +Commands\19\SetCommand=true +Commands\19\String=\\x14\\x02 +Commands\19\Type=RF Gain +Commands\2\Command29=false +Commands\2\GetCommand=false +Commands\2\Max=0 +Commands\2\Min=0 +Commands\2\SetCommand=false +Commands\2\String=\\x01 +Commands\2\Type=Mode (TRX) +Commands\20\Command29=false +Commands\20\GetCommand=true +Commands\20\Max=255 +Commands\20\Min=0 +Commands\20\SetCommand=true +Commands\20\String=\\x14\\x03 +Commands\20\Type=Squelch +Commands\21\Command29=false +Commands\21\GetCommand=true +Commands\21\Max=255 +Commands\21\Min=0 +Commands\21\SetCommand=true +Commands\21\String=\\x14\\x06 +Commands\21\Type=NR Level +Commands\22\Command29=false +Commands\22\GetCommand=true +Commands\22\Max=255 +Commands\22\Min=0 +Commands\22\SetCommand=true +Commands\22\String=\\x14\\x07 +Commands\22\Type=PBT Inner +Commands\23\Command29=false +Commands\23\GetCommand=true +Commands\23\Max=255 +Commands\23\Min=0 +Commands\23\SetCommand=true +Commands\23\String=\\x14\\x08 +Commands\23\Type=PBT Outer +Commands\24\Command29=false +Commands\24\GetCommand=true +Commands\24\Max=900 +Commands\24\Min=300 +Commands\24\SetCommand=true +Commands\24\String=\\x14\\x09 +Commands\24\Type=CW Pitch +Commands\25\Command29=false +Commands\25\GetCommand=true +Commands\25\Max=255 +Commands\25\Min=0 +Commands\25\SetCommand=true +Commands\25\String=\\x14\\x0a +Commands\25\Type=RF Power +Commands\26\Command29=false +Commands\26\GetCommand=true +Commands\26\Max=255 +Commands\26\Min=0 +Commands\26\SetCommand=true +Commands\26\String=\\x14\\x0b +Commands\26\Type=Mic Gain +Commands\27\Command29=false +Commands\27\GetCommand=true +Commands\27\Max=48 +Commands\27\Min=6 +Commands\27\SetCommand=true +Commands\27\String=\\x14\\x0c +Commands\27\Type=Key Speed +Commands\28\Command29=false +Commands\28\GetCommand=true +Commands\28\Max=255 +Commands\28\Min=0 +Commands\28\SetCommand=true +Commands\28\String=\\x14\\x0e +Commands\28\Type=Compressor Level +Commands\29\Command29=false +Commands\29\GetCommand=true +Commands\29\Max=255 +Commands\29\Min=0 +Commands\29\SetCommand=true +Commands\29\String=\\x14\\x0f +Commands\29\Type=Break-In Delay +Commands\3\Command29=false +Commands\3\GetCommand=true +Commands\3\Max=0 +Commands\3\Min=0 +Commands\3\SetCommand=true +Commands\3\String=\\x02 +Commands\3\Type=Band Edge Freq +Commands\30\Command29=false +Commands\30\GetCommand=true +Commands\30\Max=255 +Commands\30\Min=0 +Commands\30\SetCommand=true +Commands\30\String=\\x14\\x12 +Commands\30\Type=NB Level +Commands\31\Command29=false +Commands\31\GetCommand=true +Commands\31\Max=255 +Commands\31\Min=0 +Commands\31\SetCommand=true +Commands\31\String=\\x14\\x15 +Commands\31\Type=Monitor Gain +Commands\32\Command29=false +Commands\32\GetCommand=true +Commands\32\Max=255 +Commands\32\Min=0 +Commands\32\SetCommand=true +Commands\32\String=\\x14\\x16 +Commands\32\Type=Vox Gain +Commands\33\Command29=false +Commands\33\GetCommand=true +Commands\33\Max=255 +Commands\33\Min=0 +Commands\33\SetCommand=true +Commands\33\String=\\x14\\x17 +Commands\33\Type=Anti-Vox Gain +Commands\34\Command29=false +Commands\34\GetCommand=true +Commands\34\Max=255 +Commands\34\Min=0 +Commands\34\SetCommand=true +Commands\34\String=\\x15\\x02 +Commands\34\Type=S Meter +Commands\35\Command29=false +Commands\35\GetCommand=true +Commands\35\Max=1 +Commands\35\Min=0 +Commands\35\SetCommand=true +Commands\35\String=\\x15\\x07 +Commands\35\Type=Overflow Status +Commands\36\Command29=false +Commands\36\GetCommand=true +Commands\36\Max=255 +Commands\36\Min=0 +Commands\36\SetCommand=true +Commands\36\String=\\x15\\x11 +Commands\36\Type=Power Meter +Commands\37\Command29=false +Commands\37\GetCommand=true +Commands\37\Max=255 +Commands\37\Min=0 +Commands\37\SetCommand=true +Commands\37\String=\\x15\\x12 +Commands\37\Type=SWR Meter +Commands\38\Command29=false +Commands\38\GetCommand=true +Commands\38\Max=255 +Commands\38\Min=0 +Commands\38\SetCommand=true +Commands\38\String=\\x15\\x13 +Commands\38\Type=ALC Meter +Commands\39\Command29=false +Commands\39\GetCommand=true +Commands\39\Max=255 +Commands\39\Min=0 +Commands\39\SetCommand=true +Commands\39\String=\\x15\\x14 +Commands\39\Type=Comp Meter +Commands\4\Command29=false +Commands\4\GetCommand=true +Commands\4\Max=0 +Commands\4\Min=0 +Commands\4\SetCommand=false +Commands\4\String=\\x03 +Commands\4\Type=Freq Get +Commands\40\Command29=false +Commands\40\GetCommand=true +Commands\40\Max=255 +Commands\40\Min=0 +Commands\40\SetCommand=true +Commands\40\String=\\x15\\x15 +Commands\40\Type=Vd Meter +Commands\41\Command29=false +Commands\41\GetCommand=true +Commands\41\Max=255 +Commands\41\Min=0 +Commands\41\SetCommand=true +Commands\41\String=\\x15\\x16 +Commands\41\Type=Id Meter +Commands\42\Command29=false +Commands\42\GetCommand=true +Commands\42\Max=2 +Commands\42\Min=0 +Commands\42\SetCommand=true +Commands\42\String=\\x16\\x02 +Commands\42\Type=Preamp Status +Commands\43\Command29=false +Commands\43\GetCommand=true +Commands\43\Max=1 +Commands\43\Min=0 +Commands\43\SetCommand=true +Commands\43\String=\\x16\\x22 +Commands\43\Type=Noise Blanker +Commands\44\Command29=false +Commands\44\GetCommand=true +Commands\44\Max=1 +Commands\44\Min=0 +Commands\44\SetCommand=true +Commands\44\String=\\x16\\x40 +Commands\44\Type=Noise Reduction +Commands\45\Command29=false +Commands\45\GetCommand=true +Commands\45\Max=1 +Commands\45\Min=0 +Commands\45\SetCommand=true +Commands\45\String=\\x16\\x41 +Commands\45\Type=Auto Notch +Commands\46\Command29=false +Commands\46\GetCommand=true +Commands\46\Max=1 +Commands\46\Min=0 +Commands\46\SetCommand=true +Commands\46\String=\\x16\\x42 +Commands\46\Type=Repeater Tone +Commands\47\Command29=false +Commands\47\GetCommand=true +Commands\47\Max=1 +Commands\47\Min=0 +Commands\47\SetCommand=true +Commands\47\String=\\x16\\x43 +Commands\47\Type=S Meter Sql Status +Commands\48\Command29=false +Commands\48\GetCommand=true +Commands\48\Max=1 +Commands\48\Min=0 +Commands\48\SetCommand=true +Commands\48\String=\\x16\\x44 +Commands\48\Type=Compressor Status +Commands\49\Command29=false +Commands\49\GetCommand=true +Commands\49\Max=1 +Commands\49\Min=0 +Commands\49\SetCommand=true +Commands\49\String=\\x16\\x45 +Commands\49\Type=Monitor Status +Commands\5\Command29=false +Commands\5\GetCommand=true +Commands\5\Max=0 +Commands\5\Min=0 +Commands\5\SetCommand=false +Commands\5\String=\\x04 +Commands\5\Type=Mode Get +Commands\50\Command29=false +Commands\50\GetCommand=true +Commands\50\Max=1 +Commands\50\Min=0 +Commands\50\SetCommand=true +Commands\50\String=\\x16\\x46 +Commands\50\Type=Vox Status +Commands\51\Command29=false +Commands\51\GetCommand=true +Commands\51\Max=1 +Commands\51\Min=0 +Commands\51\SetCommand=true +Commands\51\String=\\x16\\x47 +Commands\51\Type=Break-In Status +Commands\52\Command29=false +Commands\52\GetCommand=true +Commands\52\Max=1 +Commands\52\Min=0 +Commands\52\SetCommand=true +Commands\52\String=\\x16\\x50 +Commands\52\Type=Dial Lock Status +Commands\53\Command29=false +Commands\53\GetCommand=true +Commands\53\Max=1 +Commands\53\Min=0 +Commands\53\SetCommand=true +Commands\53\String=\\x16\\x56 +Commands\53\Type=DIGI-Sel Status +Commands\54\Command29=false +Commands\54\GetCommand=true +Commands\54\Max=1 +Commands\54\Min=0 +Commands\54\SetCommand=true +Commands\54\String=\\x16\\x65 +Commands\54\Type=IP Plus Status +Commands\55\Command29=false +Commands\55\GetCommand=true +Commands\55\Max=1 +Commands\55\Min=0 +Commands\55\SetCommand=true +Commands\55\String=\\x18 +Commands\55\Type=Power Control +Commands\56\Command29=false +Commands\56\GetCommand=true +Commands\56\Max=0 +Commands\56\Min=0 +Commands\56\SetCommand=true +Commands\56\String=\\x19\\x00 +Commands\56\Type=Transceiver ID +Commands\57\Command29=false +Commands\57\GetCommand=true +Commands\57\Max=101 +Commands\57\Min=1 +Commands\57\SetCommand=true +Commands\57\String=\\x1a\\x00 +Commands\57\Type=Memory Contents +Commands\58\Command29=false +Commands\58\GetCommand=true +Commands\58\Max=0 +Commands\58\Min=1 +Commands\58\SetCommand=true +Commands\58\String=\\x1a\\x01 +Commands\58\Type=Band Stacking Reg +Commands\59\Command29=false +Commands\59\GetCommand=true +Commands\59\Max=10000 +Commands\59\Min=50 +Commands\59\SetCommand=true +Commands\59\String=\\x1a\\x03 +Commands\59\Type=Filter Width +Commands\6\Command29=false +Commands\6\GetCommand=false +Commands\6\Max=0 +Commands\6\Min=0 +Commands\6\SetCommand=true +Commands\6\String=\\x05 +Commands\6\Type=Freq Set +Commands\60\Command29=false +Commands\60\GetCommand=true +Commands\60\Max=1 +Commands\60\Min=0 +Commands\60\SetCommand=true +Commands\60\String=\\x1a\\x05\\x00\\x30 +Commands\60\Type=Quick Split +Commands\61\Command29=false +Commands\61\GetCommand=true +Commands\61\Max=4 +Commands\61\Min=0 +Commands\61\SetCommand=true +Commands\61\String=\\x1a\\x05\\x00\\x66 +Commands\61\Type=Data Off Mod Input +Commands\62\Command29=false +Commands\62\GetCommand=true +Commands\62\Max=4 +Commands\62\Min=0 +Commands\62\SetCommand=true +Commands\62\String=\\x1a\\x05\\x00\\x67 +Commands\62\Type=DATA1 Mod Input +Commands\63\Command29=false +Commands\63\GetCommand=true +Commands\63\Max=1 +Commands\63\Min=0 +Commands\63\SetCommand=true +Commands\63\String=\\x1a\\x05\\x00\\x71 +Commands\63\Type=CIV Transceive +Commands\64\Command29=false +Commands\64\GetCommand=true +Commands\64\Max=1 +Commands\64\Min=0 +Commands\64\SetCommand=true +Commands\64\String=\\x1c\\x00 +Commands\64\Type=Transceiver Status +Commands\65\Command29=false +Commands\65\GetCommand=true +Commands\65\Max=0 +Commands\65\Min=0 +Commands\65\SetCommand=true +Commands\65\String=\\x21\\x00 +Commands\65\Type=RIT Status +Commands\66\Command29=false +Commands\66\GetCommand=true +Commands\66\Max=999 +Commands\66\Min=-999 +Commands\66\SetCommand=true +Commands\66\String=\\x21\\x01 +Commands\66\Type=RIT Frequency +Commands\67\Command29=false +Commands\67\GetCommand=true +Commands\67\Max=0 +Commands\67\Min=0 +Commands\67\SetCommand=true +Commands\67\String=\\x25\\x00 +Commands\67\Type=Selected Freq +Commands\68\Command29=false +Commands\68\GetCommand=true +Commands\68\Max=0 +Commands\68\Min=0 +Commands\68\SetCommand=true +Commands\68\String=\\x25\\x01 +Commands\68\Type=Unselected Freq +Commands\69\Command29=false +Commands\69\GetCommand=true +Commands\69\Max=0 +Commands\69\Min=0 +Commands\69\SetCommand=true +Commands\69\String=\\x26\\x00 +Commands\69\Type=Selected Mode +Commands\7\Command29=false +Commands\7\GetCommand=false +Commands\7\Max=0 +Commands\7\Min=0 +Commands\7\SetCommand=true +Commands\7\String=\\x06 +Commands\7\Type=Mode Set +Commands\70\Command29=false +Commands\70\GetCommand=true +Commands\70\Max=0 +Commands\70\Min=0 +Commands\70\SetCommand=true +Commands\70\String=\\x26\\x01 +Commands\70\Type=Unselected Mode +Commands\71\Command29=false +Commands\71\GetCommand=true +Commands\71\Max=0 +Commands\71\Min=0 +Commands\71\SetCommand=true +Commands\71\String=\\x27\\x00\\x00 +Commands\71\Type=Scope Main Wave Data +Commands\72\Command29=false +Commands\72\GetCommand=true +Commands\72\Max=1 +Commands\72\Min=0 +Commands\72\SetCommand=true +Commands\72\String=\\x27\\x10 +Commands\72\Type=Scope On/Off +Commands\73\Command29=false +Commands\73\GetCommand=true +Commands\73\Max=1 +Commands\73\Min=0 +Commands\73\SetCommand=true +Commands\73\String=\\x27\\x11 +Commands\73\Type=Scope Data Output +Commands\74\Command29=false +Commands\74\GetCommand=true +Commands\74\Max=4 +Commands\74\Min=0 +Commands\74\SetCommand=true +Commands\74\String=\\x27\\x14\\x00 +Commands\74\Type=Scope Main Mode +Commands\75\Command29=false +Commands\75\GetCommand=true +Commands\75\Max=7 +Commands\75\Min=0 +Commands\75\SetCommand=true +Commands\75\String=\\x27\\x15\\x00 +Commands\75\Type=Scope Main Span +Commands\76\Command29=false +Commands\76\GetCommand=true +Commands\76\Max=4 +Commands\76\Min=1 +Commands\76\SetCommand=true +Commands\76\String=\\x27\\x16\\x00 +Commands\76\Type=Scope Main Edge +Commands\77\Command29=false +Commands\77\GetCommand=true +Commands\77\Max=1 +Commands\77\Min=0 +Commands\77\SetCommand=true +Commands\77\String=\\x27\\x17\\x00 +Commands\77\Type=Scope Main Hold +Commands\78\Command29=false +Commands\78\GetCommand=true +Commands\78\Max=200 +Commands\78\Min=-200 +Commands\78\SetCommand=true +Commands\78\String=\\x27\\x19\\x00 +Commands\78\Type=Scope Main Ref +Commands\79\Command29=false +Commands\79\GetCommand=true +Commands\79\Max=2 +Commands\79\Min=0 +Commands\79\SetCommand=true +Commands\79\String=\\x27\\x1a\\x00 +Commands\79\Type=Scope Main Speed +Commands\8\Command29=false +Commands\8\GetCommand=true +Commands\8\Max=0 +Commands\8\Min=0 +Commands\8\SetCommand=true +Commands\8\String=\\x07\\x00 +Commands\8\Type=VFO A Select +Commands\80\Command29=false +Commands\80\GetCommand=true +Commands\80\Max=1 +Commands\80\Min=0 +Commands\80\SetCommand=true +Commands\80\String=\\x27\\x1b +Commands\80\Type=Scope During TX +Commands\81\Command29=false +Commands\81\GetCommand=true +Commands\81\Max=2 +Commands\81\Min=0 +Commands\81\SetCommand=true +Commands\81\String=\\x27\\x1c\\x00 +Commands\81\Type=Scope Center Type +Commands\82\Command29=false +Commands\82\GetCommand=true +Commands\82\Max=0 +Commands\82\Min=0 +Commands\82\SetCommand=true +Commands\82\String=\\xfa +Commands\82\Type=Command Error FA +Commands\83\Command29=false +Commands\83\GetCommand=true +Commands\83\Max=0 +Commands\83\Min=0 +Commands\83\SetCommand=true +Commands\83\String=\\xfb +Commands\83\Type=Command OK FB +Commands\9\Command29=false +Commands\9\GetCommand=true +Commands\9\Max=0 +Commands\9\Min=0 +Commands\9\SetCommand=true +Commands\9\String=\\x07\\x01 +Commands\9\Type=VFO B Select +Commands\size=83 Filters\1\Modes=0 Filters\1\Name=FIL1 -Filters\2\Num=2 +Filters\1\Num=1 Filters\2\Modes=0 Filters\2\Name=FIL2 -Filters\3\Num=3 +Filters\2\Num=2 Filters\3\Modes=0 Filters\3\Name=FIL3 +Filters\3\Num=3 Filters\size=3 +HasCommand29=false +HasEthernet=false +HasFDComms=true +HasLAN=false +HasSpectrum=true +HasTransmit=true +HasWiFi=false +Inputs\1\Name=MIC +Inputs\1\Num=0 +Inputs\1\Reg=0 +Inputs\2\Name=ACC +Inputs\2\Num=1 +Inputs\2\Reg=1 +Inputs\3\Name=M/A +Inputs\3\Num=2 +Inputs\3\Reg=2 +Inputs\4\Name=USB +Inputs\4\Num=3 +Inputs\4\Reg=3 +Inputs\5\Name=M/U +Inputs\5\Num=4 +Inputs\5\Reg=4 +Inputs\size=5 +Manufacturer=Icom +MemFormat=%01.2b %3.1d %4.5f %9.1g %10.1h %11.1k %12.3n %15.3o %18.5F %23.1G %24.1H %25.1K %26.3N %29.3O %32.10z +MemGroups=0 +MemStart=1 +Memories=101 +Model=IC-7300 +Modes\1\Max=3600 +Modes\1\Min=50 +Modes\1\Name=LSB +Modes\1\Num=0 +Modes\1\Reg=0 +Modes\2\Max=3600 +Modes\2\Min=50 +Modes\2\Name=USB +Modes\2\Num=1 +Modes\2\Reg=1 +Modes\3\Max=10000 +Modes\3\Min=200 +Modes\3\Name=AM +Modes\3\Num=2 +Modes\3\Reg=2 +Modes\4\Max=3600 +Modes\4\Min=50 +Modes\4\Name=CW +Modes\4\Num=3 +Modes\4\Reg=3 +Modes\5\Max=2700 +Modes\5\Min=50 +Modes\5\Name=RTTY +Modes\5\Num=4 +Modes\5\Reg=4 +Modes\6\Max=0 +Modes\6\Min=0 +Modes\6\Name=FM +Modes\6\Num=5 +Modes\6\Reg=5 +Modes\7\Max=3600 +Modes\7\Min=50 +Modes\7\Name=CW-R +Modes\7\Num=6 +Modes\7\Reg=7 +Modes\8\Max=2700 +Modes\8\Min=50 +Modes\8\Name=RTTY-R +Modes\8\Num=7 +Modes\8\Reg=8 +Modes\size=8 +NumberOfReceivers=1 +NumberOfVFOs=2 +Periodic\1\Command=Attenuator Status +Periodic\1\Priority=Medium Low +Periodic\1\VFO=-1 +Periodic\10\Command=Overflow Status +Periodic\10\Priority=High +Periodic\10\VFO=0 +Periodic\11\Command=Preamp Status +Periodic\11\Priority=Medium Low +Periodic\11\VFO=-1 +Periodic\12\Command=RF Gain +Periodic\12\Priority=Medium +Periodic\12\VFO=0 +Periodic\13\Command=RF Power +Periodic\13\Priority=Medium +Periodic\13\VFO=0 +Periodic\14\Command=S Meter +Periodic\14\Priority=Highest +Periodic\14\VFO=-1 +Periodic\15\Command=Scope Main Hold +Periodic\15\Priority=Medium +Periodic\15\VFO=0 +Periodic\16\Command=Scope Main Mode +Periodic\16\Priority=Medium High +Periodic\16\VFO=0 +Periodic\17\Command=Scope Main Span +Periodic\17\Priority=Medium High +Periodic\17\VFO=0 +Periodic\18\Command=Scope Main Speed +Periodic\18\Priority=Medium +Periodic\18\VFO=0 +Periodic\19\Command=Selected Freq +Periodic\19\Priority=Medium +Periodic\19\VFO=0 +Periodic\2\Command=Compressor Status +Periodic\2\Priority=Medium Low +Periodic\2\VFO=-1 +Periodic\20\Command=Selected Mode +Periodic\20\Priority=Medium +Periodic\20\VFO=0 +Periodic\21\Command=Squelch +Periodic\21\Priority=Medium Low +Periodic\21\VFO=0 +Periodic\22\Command=Transceiver Status +Periodic\22\Priority=High +Periodic\22\VFO=0 +Periodic\23\Command=Tuning Step +Periodic\23\Priority=Medium Low +Periodic\23\VFO=-1 +Periodic\24\Command=Unselected Freq +Periodic\24\Priority=Medium +Periodic\24\VFO=0 +Periodic\25\Command=Unselected Mode +Periodic\25\Priority=Medium +Periodic\25\VFO=0 +Periodic\26\Command=Vox Status +Periodic\26\Priority=Medium Low +Periodic\26\VFO=-1 +Periodic\3\Command=Data Off Mod Input +Periodic\3\Priority=Medium High +Periodic\3\VFO=0 +Periodic\4\Command=DATA1 Mod Input +Periodic\4\Priority=Medium High +Periodic\4\VFO=0 +Periodic\5\Command=IP Plus Status +Periodic\5\Priority=Medium Low +Periodic\5\VFO=-1 +Periodic\6\Command=Monitor Gain +Periodic\6\Priority=Medium Low +Periodic\6\VFO=0 +Periodic\7\Command=Monitor Status +Periodic\7\Priority=Medium Low +Periodic\7\VFO=0 +Periodic\8\Command=Noise Blanker +Periodic\8\Priority=Medium Low +Periodic\8\VFO=-1 +Periodic\9\Command=Noise Reduction +Periodic\9\Priority=Medium Low +Periodic\9\VFO=-1 +Periodic\size=26 +Preamps\1\Name=PREAMP 1 +Preamps\1\Num=1 +Preamps\2\Name=PREAMP 2 +Preamps\2\Num=2 +Preamps\size=2 +RigCtlDModel=3073 +SatFormat= +SatMemories=0 +Spans\1\Freq=2500 +Spans\1\Name=\xb1\x32.5 KHz +Spans\1\Num=0 +Spans\2\Freq=5000 +Spans\2\Name=\xb1\x35 KHz +Spans\2\Num=1 +Spans\3\Freq=10000 +Spans\3\Name=\xb1\x31\x30 KHz +Spans\3\Num=2 +Spans\4\Freq=25000 +Spans\4\Name=\xb1\x32\x35 KHz +Spans\4\Num=3 +Spans\5\Freq=50000 +Spans\5\Name=\xb1\x35\x30 KHz +Spans\5\Num=4 +Spans\6\Freq=100000 +Spans\6\Name=\xb1\x31\x30\x30 KHz +Spans\6\Num=5 +Spans\7\Freq=250000 +Spans\7\Name=\xb1\x32\x35\x30 KHz +Spans\7\Num=6 +Spans\8\Freq=500000 +Spans\8\Name=\xb1\x35\x30\x30 KHz +Spans\8\Num=7 +Spans\size=8 +SpectrumAmpMax=160 +SpectrumLenMax=475 +SpectrumSeqMax=11 +Tuning%20Steps\1\Hz=1 +Tuning%20Steps\1\Name=1 Hz +Tuning%20Steps\1\Num=0 +Tuning%20Steps\10\Hz=25000 +Tuning%20Steps\10\Name=25 KHz +Tuning%20Steps\10\Num=8 +Tuning%20Steps\2\Hz=10 +Tuning%20Steps\2\Name=10 Hz +Tuning%20Steps\2\Num=0 +Tuning%20Steps\3\Hz=100 +Tuning%20Steps\3\Name=100 Hz +Tuning%20Steps\3\Num=1 +Tuning%20Steps\4\Hz=1000 +Tuning%20Steps\4\Name=1 KHz +Tuning%20Steps\4\Num=2 +Tuning%20Steps\5\Hz=5000 +Tuning%20Steps\5\Name=5 KHz +Tuning%20Steps\5\Num=3 +Tuning%20Steps\6\Hz=9000 +Tuning%20Steps\6\Name=9 KHz +Tuning%20Steps\6\Num=4 +Tuning%20Steps\7\Hz=10000 +Tuning%20Steps\7\Name=10 KHz +Tuning%20Steps\7\Num=5 +Tuning%20Steps\8\Hz=12500 +Tuning%20Steps\8\Name=12.5 KHz +Tuning%20Steps\8\Num=6 +Tuning%20Steps\9\Hz=20000 +Tuning%20Steps\9\Name=20 KHz +Tuning%20Steps\9\Num=7 +Tuning%20Steps\size=10 diff --git a/rigs/IC-7610.rig b/rigs/IC-7610.rig index 6db19d6..7bd2bab 100644 --- a/rigs/IC-7610.rig +++ b/rigs/IC-7610.rig @@ -1,1399 +1,20 @@ [General] -Version=1.90 +Version=1.91 [Rig] -Manufacturer=Icom -Model=IC-7610 -CIVAddress=152 -RigCtlDModel=3078 -NumberOfReceivers=2 -NumberOfVFOs=1 -SpectrumSeqMax=15 -SpectrumAmpMax=200 -SpectrumLenMax=689 -HasSpectrum=true -HasLAN=true -HasEthernet=true -HasWiFi=false -HasTransmit=true -HasFDComms=true -HasCommand29=true -MemGroups=1 -Memories=101 -MemStart=1 -MemFormat=%1.2b %3.1c %4.5f %9.1g %10.1h %11.1k %12.3n %15.3o %18.10z -SatMemories=0 -SatFormat= -Commands\1\Type=Freq (TRX) -Commands\1\String=\\x00 -Commands\1\Min=0 -Commands\1\Max=0 -Commands\1\Command29=false -Commands\1\GetCommand=false -Commands\1\SetCommand=false -Commands\2\Type=Mode (TRX) -Commands\2\String=\\x01 -Commands\2\Min=0 -Commands\2\Max=0 -Commands\2\Command29=false -Commands\2\GetCommand=false -Commands\2\SetCommand=false -Commands\3\Type=Band Edge Freq -Commands\3\String=\\x02 -Commands\3\Min=0 -Commands\3\Max=0 -Commands\3\Command29=false -Commands\3\GetCommand=true -Commands\3\SetCommand=true -Commands\4\Type=Freq Get -Commands\4\String=\\x03 -Commands\4\Min=0 -Commands\4\Max=0 -Commands\4\Command29=false -Commands\4\GetCommand=true -Commands\4\SetCommand=false -Commands\5\Type=Mode Get -Commands\5\String=\\x04 -Commands\5\Min=0 -Commands\5\Max=0 -Commands\5\Command29=false -Commands\5\GetCommand=true -Commands\5\SetCommand=false -Commands\6\Type=Freq Set -Commands\6\String=\\x05 -Commands\6\Min=0 -Commands\6\Max=0 -Commands\6\Command29=false -Commands\6\GetCommand=false -Commands\6\SetCommand=true -Commands\7\Type=Mode Set -Commands\7\String=\\x06 -Commands\7\Min=0 -Commands\7\Max=0 -Commands\7\Command29=false -Commands\7\GetCommand=false -Commands\7\SetCommand=true -Commands\8\Type=VFO Swap M/S -Commands\8\String=\\x07\\xb0 -Commands\8\Min=0 -Commands\8\Max=0 -Commands\8\Command29=false -Commands\8\GetCommand=true -Commands\8\SetCommand=true -Commands\9\Type=VFO Equal MS -Commands\9\String=\\x07\\xb1 -Commands\9\Min=0 -Commands\9\Max=0 -Commands\9\Command29=false -Commands\9\GetCommand=true -Commands\9\SetCommand=true -Commands\10\Type=VFO Dual Watch Off -Commands\10\String=\\x07\\xc0 -Commands\10\Min=0 -Commands\10\Max=0 -Commands\10\Command29=false -Commands\10\GetCommand=true -Commands\10\SetCommand=true -Commands\11\Type=VFO Dual Watch On -Commands\11\String=\\x07\\xc1 -Commands\11\Min=0 -Commands\11\Max=0 -Commands\11\Command29=false -Commands\11\GetCommand=true -Commands\11\SetCommand=true -Commands\12\Type=VFO Dual Watch -Commands\12\String=\\x07\\xc2 -Commands\12\Min=0 -Commands\12\Max=1 -Commands\12\Command29=false -Commands\12\GetCommand=true -Commands\12\SetCommand=true -Commands\13\Type=VFO Main Select -Commands\13\String=\\x07\\xd0 -Commands\13\Min=0 -Commands\13\Max=0 -Commands\13\Command29=false -Commands\13\GetCommand=true -Commands\13\SetCommand=true -Commands\14\Type=VFO Sub Select -Commands\14\String=\\x07\\xd1 -Commands\14\Min=0 -Commands\14\Max=0 -Commands\14\Command29=false -Commands\14\GetCommand=true -Commands\14\SetCommand=true -Commands\15\Type=VFO Main/Sub Band -Commands\15\String=\\x07\\xd2 -Commands\15\Min=0 -Commands\15\Max=1 -Commands\15\Command29=false -Commands\15\GetCommand=true -Commands\15\SetCommand=true -Commands\16\Type=Memory Mode -Commands\16\String=\\x08 -Commands\16\Min=1 -Commands\16\Max=101 -Commands\16\Command29=false -Commands\16\GetCommand=true -Commands\16\SetCommand=true -Commands\17\Type=Memory Write -Commands\17\String=\\x09 -Commands\17\Min=1 -Commands\17\Max=101 -Commands\17\Command29=false -Commands\17\GetCommand=true -Commands\17\SetCommand=true -Commands\18\Type=Memory to VFO -Commands\18\String=\\x0a -Commands\18\Min=1 -Commands\18\Max=101 -Commands\18\Command29=false -Commands\18\GetCommand=true -Commands\18\SetCommand=true -Commands\19\Type=Memory Clear -Commands\19\String=\\x0b -Commands\19\Min=1 -Commands\19\Max=101 -Commands\19\Command29=false -Commands\19\GetCommand=true -Commands\19\SetCommand=true -Commands\20\Type=Scanning -Commands\20\String=\\x0e -Commands\20\Min=0 -Commands\20\Max=0 -Commands\20\Command29=false -Commands\20\GetCommand=true -Commands\20\SetCommand=true -Commands\21\Type=Split/Duplex -Commands\21\String=\\x0f -Commands\21\Min=0 -Commands\21\Max=1 -Commands\21\Command29=false -Commands\21\GetCommand=true -Commands\21\SetCommand=true -Commands\22\Type=Tuning Step -Commands\22\String=\\x10 -Commands\22\Min=0 -Commands\22\Max=8 -Commands\22\Command29=false -Commands\22\GetCommand=true -Commands\22\SetCommand=true -Commands\23\Type=Attenuator Status -Commands\23\String=\\x11 -Commands\23\Min=0 -Commands\23\Max=45 -Commands\23\Command29=true -Commands\23\GetCommand=true -Commands\23\SetCommand=true -Commands\24\Type=Antenna -Commands\24\String=\\x12 -Commands\24\Min=0 -Commands\24\Max=1 -Commands\24\Command29=true -Commands\24\GetCommand=true -Commands\24\SetCommand=true -Commands\25\Type=Speech -Commands\25\String=\\x13 -Commands\25\Min=0 -Commands\25\Max=2 -Commands\25\Command29=false -Commands\25\GetCommand=false -Commands\25\SetCommand=true -Commands\26\Type=AF Gain -Commands\26\String=\\x14\\x01 -Commands\26\Min=0 -Commands\26\Max=255 -Commands\26\Command29=true -Commands\26\GetCommand=true -Commands\26\SetCommand=true -Commands\27\Type=RF Gain -Commands\27\String=\\x14\\x02 -Commands\27\Min=0 -Commands\27\Max=255 -Commands\27\Command29=true -Commands\27\GetCommand=true -Commands\27\SetCommand=true -Commands\28\Type=Squelch -Commands\28\String=\\x14\\x03 -Commands\28\Min=0 -Commands\28\Max=255 -Commands\28\Command29=true -Commands\28\GetCommand=true -Commands\28\SetCommand=true -Commands\29\Type=APF Type Level -Commands\29\String=\\x14\\x05 -Commands\29\Min=0 -Commands\29\Max=255 -Commands\29\Command29=true -Commands\29\GetCommand=true -Commands\29\SetCommand=true -Commands\30\Type=NR Level -Commands\30\String=\\x14\\x06 -Commands\30\Min=0 -Commands\30\Max=255 -Commands\30\Command29=true -Commands\30\GetCommand=true -Commands\30\SetCommand=true -Commands\31\Type=PBT Inner -Commands\31\String=\\x14\\x07 -Commands\31\Min=0 -Commands\31\Max=255 -Commands\31\Command29=true -Commands\31\GetCommand=true -Commands\31\SetCommand=true -Commands\32\Type=PBT Outer -Commands\32\String=\\x14\\x08 -Commands\32\Min=0 -Commands\32\Max=255 -Commands\32\Command29=true -Commands\32\GetCommand=true -Commands\32\SetCommand=true -Commands\33\Type=CW Pitch -Commands\33\String=\\x14\\x09 -Commands\33\Min=300 -Commands\33\Max=900 -Commands\33\Command29=false -Commands\33\GetCommand=true -Commands\33\SetCommand=true -Commands\34\Type=RF Power -Commands\34\String=\\x14\\x0a -Commands\34\Min=0 -Commands\34\Max=255 -Commands\34\Command29=false -Commands\34\GetCommand=true -Commands\34\SetCommand=true -Commands\35\Type=Mic Gain -Commands\35\String=\\x14\\x0b -Commands\35\Min=0 -Commands\35\Max=255 -Commands\35\Command29=false -Commands\35\GetCommand=true -Commands\35\SetCommand=true -Commands\36\Type=Key Speed -Commands\36\String=\\x14\\x0c -Commands\36\Min=6 -Commands\36\Max=48 -Commands\36\Command29=false -Commands\36\GetCommand=true -Commands\36\SetCommand=true -Commands\37\Type=Compressor Level -Commands\37\String=\\x14\\x0e -Commands\37\Min=0 -Commands\37\Max=255 -Commands\37\Command29=false -Commands\37\GetCommand=true -Commands\37\SetCommand=true -Commands\38\Type=Break-In Delay -Commands\38\String=\\x14\\x0f -Commands\38\Min=0 -Commands\38\Max=255 -Commands\38\Command29=false -Commands\38\GetCommand=true -Commands\38\SetCommand=true -Commands\39\Type=NB Level -Commands\39\String=\\x14\\x12 -Commands\39\Min=0 -Commands\39\Max=255 -Commands\39\Command29=true -Commands\39\GetCommand=true -Commands\39\SetCommand=true -Commands\40\Type=DIGI-SEL Shift -Commands\40\String=\\x14\\x13 -Commands\40\Min=0 -Commands\40\Max=255 -Commands\40\Command29=true -Commands\40\GetCommand=true -Commands\40\SetCommand=true -Commands\41\Type=Drive Gain -Commands\41\String=\\x14\\x14 -Commands\41\Min=0 -Commands\41\Max=255 -Commands\41\Command29=false -Commands\41\GetCommand=true -Commands\41\SetCommand=true -Commands\42\Type=Monitor Gain -Commands\42\String=\\x14\\x15 -Commands\42\Min=0 -Commands\42\Max=255 -Commands\42\Command29=false -Commands\42\GetCommand=true -Commands\42\SetCommand=true -Commands\43\Type=Vox Gain -Commands\43\String=\\x14\\x16 -Commands\43\Min=0 -Commands\43\Max=255 -Commands\43\Command29=false -Commands\43\GetCommand=true -Commands\43\SetCommand=true -Commands\44\Type=Anti-Vox Gain -Commands\44\String=\\x14\\x17 -Commands\44\Min=0 -Commands\44\Max=255 -Commands\44\Command29=false -Commands\44\GetCommand=true -Commands\44\SetCommand=true -Commands\45\Type=S Meter Sql Status -Commands\45\String=\\x15\\x01 -Commands\45\Min=0 -Commands\45\Max=1 -Commands\45\Command29=true -Commands\45\GetCommand=true -Commands\45\SetCommand=true -Commands\46\Type=S Meter -Commands\46\String=\\x15\\x02 -Commands\46\Min=0 -Commands\46\Max=255 -Commands\46\Command29=true -Commands\46\GetCommand=true -Commands\46\SetCommand=true -Commands\47\Type=Various Squelch -Commands\47\String=\\x15\\x05 -Commands\47\Min=0 -Commands\47\Max=1 -Commands\47\Command29=true -Commands\47\GetCommand=true -Commands\47\SetCommand=true -Commands\48\Type=Overflow Status -Commands\48\String=\\x15\\x07 -Commands\48\Min=0 -Commands\48\Max=1 -Commands\48\Command29=false -Commands\48\GetCommand=true -Commands\48\SetCommand=true -Commands\49\Type=Power Meter -Commands\49\String=\\x15\\x11 -Commands\49\Min=0 -Commands\49\Max=255 -Commands\49\Command29=false -Commands\49\GetCommand=true -Commands\49\SetCommand=true -Commands\50\Type=SWR Meter -Commands\50\String=\\x15\\x12 -Commands\50\Min=0 -Commands\50\Max=255 -Commands\50\Command29=false -Commands\50\GetCommand=true -Commands\50\SetCommand=true -Commands\51\Type=ALC Meter -Commands\51\String=\\x15\\x13 -Commands\51\Min=0 -Commands\51\Max=255 -Commands\51\Command29=false -Commands\51\GetCommand=true -Commands\51\SetCommand=true -Commands\52\Type=Comp Meter -Commands\52\String=\\x15\\x14 -Commands\52\Min=0 -Commands\52\Max=255 -Commands\52\Command29=false -Commands\52\GetCommand=true -Commands\52\SetCommand=true -Commands\53\Type=Vd Meter -Commands\53\String=\\x15\\x15 -Commands\53\Min=0 -Commands\53\Max=255 -Commands\53\Command29=false -Commands\53\GetCommand=true -Commands\53\SetCommand=true -Commands\54\Type=Id Meter -Commands\54\String=\\x15\\x16 -Commands\54\Min=0 -Commands\54\Max=255 -Commands\54\Command29=false -Commands\54\GetCommand=true -Commands\54\SetCommand=true -Commands\55\Type=Preamp Status -Commands\55\String=\\x16\\x02 -Commands\55\Min=0 -Commands\55\Max=2 -Commands\55\Command29=true -Commands\55\GetCommand=true -Commands\55\SetCommand=true -Commands\56\Type=Noise Blanker -Commands\56\String=\\x16\\x22 -Commands\56\Min=0 -Commands\56\Max=1 -Commands\56\Command29=true -Commands\56\GetCommand=true -Commands\56\SetCommand=true -Commands\57\Type=Audio Peak Filter -Commands\57\String=\\x16\\x32 -Commands\57\Min=0 -Commands\57\Max=3 -Commands\57\Command29=true -Commands\57\GetCommand=true -Commands\57\SetCommand=true -Commands\58\Type=Noise Reduction -Commands\58\String=\\x16\\x40 -Commands\58\Min=0 -Commands\58\Max=1 -Commands\58\Command29=true -Commands\58\GetCommand=true -Commands\58\SetCommand=true -Commands\59\Type=Auto Notch -Commands\59\String=\\x16\\x41 -Commands\59\Min=0 -Commands\59\Max=1 -Commands\59\Command29=true -Commands\59\GetCommand=true -Commands\59\SetCommand=true -Commands\60\Type=Repeater Tone -Commands\60\String=\\x16\\x42 -Commands\60\Min=0 -Commands\60\Max=1 -Commands\60\Command29=true -Commands\60\GetCommand=true -Commands\60\SetCommand=true -Commands\61\Type=Repeater TSQL -Commands\61\String=\\x16\\x43 -Commands\61\Min=0 -Commands\61\Max=1 -Commands\61\Command29=true -Commands\61\GetCommand=true -Commands\61\SetCommand=true -Commands\62\Type=Compressor Status -Commands\62\String=\\x16\\x44 -Commands\62\Min=0 -Commands\62\Max=1 -Commands\62\Command29=false -Commands\62\GetCommand=true -Commands\62\SetCommand=true -Commands\63\Type=Monitor Status -Commands\63\String=\\x16\\x45 -Commands\63\Min=0 -Commands\63\Max=1 -Commands\63\Command29=false -Commands\63\GetCommand=true -Commands\63\SetCommand=true -Commands\64\Type=Vox Status -Commands\64\String=\\x16\\x46 -Commands\64\Min=0 -Commands\64\Max=1 -Commands\64\Command29=false -Commands\64\GetCommand=true -Commands\64\SetCommand=true -Commands\65\Type=Break-In Status -Commands\65\String=\\x16\\x47 -Commands\65\Min=0 -Commands\65\Max=2 -Commands\65\Command29=false -Commands\65\GetCommand=true -Commands\65\SetCommand=true -Commands\66\Type=Manual Notch -Commands\66\String=\\x16\\x48 -Commands\66\Min=0 -Commands\66\Max=1 -Commands\66\Command29=true -Commands\66\GetCommand=true -Commands\66\SetCommand=true -Commands\67\Type=DIGI-Sel Status -Commands\67\String=\\x16\\x4e -Commands\67\Min=0 -Commands\67\Max=1 -Commands\67\Command29=true -Commands\67\GetCommand=true -Commands\67\SetCommand=true -Commands\68\Type=Twin Peak Filter -Commands\68\String=\\x16\\x4f -Commands\68\Min=0 -Commands\68\Max=1 -Commands\68\Command29=true -Commands\68\GetCommand=true -Commands\68\SetCommand=true -Commands\69\Type=Dial Lock Status -Commands\69\String=\\x16\\x50 -Commands\69\Min=0 -Commands\69\Max=1 -Commands\69\Command29=false -Commands\69\GetCommand=true -Commands\69\SetCommand=true -Commands\70\Type=RX Antenna -Commands\70\String=\\x16\\x53 -Commands\70\Min=0 -Commands\70\Max=1 -Commands\70\Command29=true -Commands\70\GetCommand=true -Commands\70\SetCommand=true -Commands\71\Type=DSP IF Filter -Commands\71\String=\\x16\\x56 -Commands\71\Min=0 -Commands\71\Max=1 -Commands\71\Command29=true -Commands\71\GetCommand=true -Commands\71\SetCommand=true -Commands\72\Type=SSB TX Bandwidth -Commands\72\String=\\x16\\x58 -Commands\72\Min=0 -Commands\72\Max=2 -Commands\72\Command29=false -Commands\72\GetCommand=true -Commands\72\SetCommand=true -Commands\73\Type=Main/Sub Tracking -Commands\73\String=\\x16\\x5e -Commands\73\Min=0 -Commands\73\Max=1 -Commands\73\Command29=false -Commands\73\GetCommand=true -Commands\73\SetCommand=true -Commands\74\Type=IP Plus Status -Commands\74\String=\\x16\\x65 -Commands\74\Min=0 -Commands\74\Max=1 -Commands\74\Command29=true -Commands\74\GetCommand=true -Commands\74\SetCommand=true -Commands\75\Type=Send CW -Commands\75\String=\\x17 -Commands\75\Min=0 -Commands\75\Max=30 -Commands\75\Command29=false -Commands\75\GetCommand=false -Commands\75\SetCommand=true -Commands\76\Type=Power Control -Commands\76\String=\\x18 -Commands\76\Min=0 -Commands\76\Max=1 -Commands\76\Command29=false -Commands\76\GetCommand=true -Commands\76\SetCommand=true -Commands\77\Type=Transceiver ID -Commands\77\String=\\x19\\x00 -Commands\77\Min=0 -Commands\77\Max=0 -Commands\77\Command29=false -Commands\77\GetCommand=true -Commands\77\SetCommand=true -Commands\78\Type=Memory Contents -Commands\78\String=\\x1a\\x00 -Commands\78\Min=1 -Commands\78\Max=101 -Commands\78\Command29=false -Commands\78\GetCommand=true -Commands\78\SetCommand=true -Commands\79\Type=Band Stacking Reg -Commands\79\String=\\x1a\\x01 -Commands\79\Min=1 -Commands\79\Max=3 -Commands\79\Command29=false -Commands\79\GetCommand=true -Commands\79\SetCommand=true -Commands\80\Type=Filter Width -Commands\80\String=\\x1a\\x03 -Commands\80\Min=50 -Commands\80\Max=10000 -Commands\80\Command29=true -Commands\80\GetCommand=true -Commands\80\SetCommand=true -Commands\81\Type=Quick Dual Watch -Commands\81\String=\\x1a\\x05\\x00\\x32 -Commands\81\Min=0 -Commands\81\Max=1 -Commands\81\Command29=false -Commands\81\GetCommand=true -Commands\81\SetCommand=true -Commands\82\Type=Quick Split -Commands\82\String=\\x1a\\x05\\x00\\x33 -Commands\82\Min=0 -Commands\82\Max=1 -Commands\82\Command29=false -Commands\82\GetCommand=true -Commands\82\SetCommand=true -Commands\83\Type=REF Adjust -Commands\83\String=\\x1a\\x05\\x00\\x70 -Commands\83\Min=0 -Commands\83\Max=511 -Commands\83\Command29=false -Commands\83\GetCommand=true -Commands\83\SetCommand=true -Commands\84\Type=ACC1 Mod Level -Commands\84\String=\\x1A\\x05\\x00\\x88 -Commands\84\Min=0 -Commands\84\Max=255 -Commands\84\Command29=false -Commands\84\GetCommand=true -Commands\84\SetCommand=true -Commands\85\Type=USB Mod Level -Commands\85\String=\\x1a\\x05\\x00\\x89 -Commands\85\Min=0 -Commands\85\Max=255 -Commands\85\Command29=false -Commands\85\GetCommand=true -Commands\85\SetCommand=true -Commands\86\Type=LAN Mod Level -Commands\86\String=\\x1a\\x05\\x00\\x90 -Commands\86\Min=0 -Commands\86\Max=255 -Commands\86\Command29=false -Commands\86\GetCommand=true -Commands\86\SetCommand=true -Commands\87\Type=Data Off Mod Input -Commands\87\String=\\x1a\\x05\\x00\\x91 -Commands\87\Min=0 -Commands\87\Max=5 -Commands\87\Command29=false -Commands\87\GetCommand=true -Commands\87\SetCommand=true -Commands\88\Type=DATA1 Mod Input -Commands\88\String=\\x1a\\x05\\x00\\x92 -Commands\88\Min=0 -Commands\88\Max=5 -Commands\88\Command29=false -Commands\88\GetCommand=true -Commands\88\SetCommand=true -Commands\89\Type=DATA2 Mod Input -Commands\89\String=\\x1a\\x05\\x00\\x93 -Commands\89\Min=0 -Commands\89\Max=5 -Commands\89\Command29=false -Commands\89\GetCommand=true -Commands\89\SetCommand=true -Commands\90\Type=DATA3 Mod Input -Commands\90\String=\\x1a\\x05\\x00\\x94 -Commands\90\Min=0 -Commands\90\Max=5 -Commands\90\Command29=false -Commands\90\GetCommand=true -Commands\90\SetCommand=true -Commands\91\Type=CIV Transceive -Commands\91\String=\\x1a\\x05\\x01\\x12 -Commands\91\Min=0 -Commands\91\Max=1 -Commands\91\Command29=false -Commands\91\GetCommand=true -Commands\91\SetCommand=true -Commands\92\Type=System Date -Commands\92\String=\\x1a\\x05\\x01\\x58 -Commands\92\Min=0 -Commands\92\Max=0 -Commands\92\Command29=false -Commands\92\GetCommand=true -Commands\92\SetCommand=true -Commands\93\Type=System Time -Commands\93\String=\\x1a\\x05\\x01\\x59 -Commands\93\Min=0 -Commands\93\Max=0 -Commands\93\Command29=false -Commands\93\GetCommand=true -Commands\93\SetCommand=true -Commands\94\Type=UTC Offset -Commands\94\String=\\x1a\\x05\\x01\\x62 -Commands\94\Min=0 -Commands\94\Max=0 -Commands\94\Command29=false -Commands\94\GetCommand=true -Commands\94\SetCommand=true -Commands\95\Type=Dash Ratio -Commands\95\String=\\x1a\\x05\\x02\\x28 -Commands\95\Min=28 -Commands\95\Max=45 -Commands\95\Command29=false -Commands\95\GetCommand=true -Commands\95\SetCommand=true -Commands\96\Type=Data Mode Filter -Commands\96\String=\\x1a\\x06 -Commands\96\Min=0 -Commands\96\Max=0 -Commands\96\Command29=false -Commands\96\GetCommand=true -Commands\96\SetCommand=true -Commands\97\Type=AF Mute Status -Commands\97\String=\\x1a\\x09 -Commands\97\Min=0 -Commands\97\Max=1 -Commands\97\Command29=true -Commands\97\GetCommand=true -Commands\97\SetCommand=true -Commands\98\Type=AGC Time Constant -Commands\98\String=\\x1a04 -Commands\98\Min=0 -Commands\98\Max=13 -Commands\98\Command29=true -Commands\98\GetCommand=true -Commands\98\SetCommand=true -Commands\99\Type=Tone Frequency -Commands\99\String=\\x1b\\x00 -Commands\99\Min=0 -Commands\99\Max=255 -Commands\99\Command29=true -Commands\99\GetCommand=true -Commands\99\SetCommand=true -Commands\100\Type=TSQL Frequency -Commands\100\String=\\x1b\\x01 -Commands\100\Min=0 -Commands\100\Max=255 -Commands\100\Command29=true -Commands\100\GetCommand=true -Commands\100\SetCommand=true -Commands\101\Type=Transceiver Status -Commands\101\String=\\x1c\\x00 -Commands\101\Min=0 -Commands\101\Max=1 -Commands\101\Command29=false -Commands\101\GetCommand=true -Commands\101\SetCommand=true -Commands\102\Type=Tuner/ATU Status -Commands\102\String=\\x1c\\x01 -Commands\102\Min=0 -Commands\102\Max=2 -Commands\102\Command29=false -Commands\102\GetCommand=true -Commands\102\SetCommand=true -Commands\103\Type=XFC Status -Commands\103\String=\\x1c\\x02 -Commands\103\Min=0 -Commands\103\Max=1 -Commands\103\Command29=false -Commands\103\GetCommand=true -Commands\103\SetCommand=true -Commands\104\Type=Read TX Freq -Commands\104\String=\\x1c\\x03 -Commands\104\Min=0 -Commands\104\Max=1 -Commands\104\Command29=false -Commands\104\GetCommand=true -Commands\104\SetCommand=true -Commands\105\Type=CI-V Output -Commands\105\String=\\x1c\\x04 -Commands\105\Min=0 -Commands\105\Max=1 -Commands\105\Command29=false -Commands\105\GetCommand=true -Commands\105\SetCommand=true -Commands\106\Type=RIT Frequency -Commands\106\String=\\x21\\x00 -Commands\106\Min=-999 -Commands\106\Max=999 -Commands\106\Command29=false -Commands\106\GetCommand=true -Commands\106\SetCommand=true -Commands\107\Type=RIT Status -Commands\107\String=\\x21\\x01 -Commands\107\Min=0 -Commands\107\Max=1 -Commands\107\Command29=false -Commands\107\GetCommand=true -Commands\107\SetCommand=true -Commands\108\Type=RIT TX Status -Commands\108\String=\\x21\\x02 -Commands\108\Min=0 -Commands\108\Max=1 -Commands\108\Command29=false -Commands\108\GetCommand=true -Commands\108\SetCommand=true -Commands\109\Type=Main RX Frequency -Commands\109\String=\\x25\\x00 -Commands\109\Min=0 -Commands\109\Max=0 -Commands\109\Command29=false -Commands\109\GetCommand=true -Commands\109\SetCommand=true -Commands\110\Type=Sub RX Frequency -Commands\110\String=\\x25\\x01 -Commands\110\Min=0 -Commands\110\Max=0 -Commands\110\Command29=false -Commands\110\GetCommand=true -Commands\110\SetCommand=true -Commands\111\Type=Main RX Mode -Commands\111\String=\\x26\\x00 -Commands\111\Min=0 -Commands\111\Max=0 -Commands\111\Command29=false -Commands\111\GetCommand=true -Commands\111\SetCommand=true -Commands\112\Type=Sub RX Mode -Commands\112\String=\\x26\\x01 -Commands\112\Min=0 -Commands\112\Max=0 -Commands\112\Command29=false -Commands\112\GetCommand=true -Commands\112\SetCommand=true -Commands\113\Type=Scope Main Wave Data -Commands\113\String=\\x27\\x00\\x00 -Commands\113\Min=0 -Commands\113\Max=0 -Commands\113\Command29=false -Commands\113\GetCommand=true -Commands\113\SetCommand=true -Commands\114\Type=Scope Sub Wave Data -Commands\114\String=\\x27\\x00\\x01 -Commands\114\Min=0 -Commands\114\Max=0 -Commands\114\Command29=false -Commands\114\GetCommand=true -Commands\114\SetCommand=true -Commands\115\Type=Scope On/Off -Commands\115\String=\\x27\\x10 -Commands\115\Min=0 -Commands\115\Max=1 -Commands\115\Command29=false -Commands\115\GetCommand=true -Commands\115\SetCommand=true -Commands\116\Type=Scope Data Output -Commands\116\String=\\x27\\x11 -Commands\116\Min=0 -Commands\116\Max=1 -Commands\116\Command29=false -Commands\116\GetCommand=true -Commands\116\SetCommand=true -Commands\117\Type=Scope Main/Sub -Commands\117\String=\\x27\\x12 -Commands\117\Min=0 -Commands\117\Max=1 -Commands\117\Command29=false -Commands\117\GetCommand=true -Commands\117\SetCommand=true -Commands\118\Type=Scope Single/Dual -Commands\118\String=\\x27\\x13 -Commands\118\Min=0 -Commands\118\Max=1 -Commands\118\Command29=false -Commands\118\GetCommand=true -Commands\118\SetCommand=true -Commands\119\Type=Scope Main Mode -Commands\119\String=\\x27\\x14\\x00 -Commands\119\Min=0 -Commands\119\Max=4 -Commands\119\Command29=false -Commands\119\GetCommand=true -Commands\119\SetCommand=true -Commands\120\Type=Scope Sub Mode -Commands\120\String=\\x27\\x14\\x01 -Commands\120\Min=0 -Commands\120\Max=4 -Commands\120\Command29=false -Commands\120\GetCommand=true -Commands\120\SetCommand=true -Commands\121\Type=Scope Main Span -Commands\121\String=\\x27\\x15\\x00 -Commands\121\Min=0 -Commands\121\Max=7 -Commands\121\Command29=false -Commands\121\GetCommand=true -Commands\121\SetCommand=true -Commands\122\Type=Scope Sub Span -Commands\122\String=\\x27\\x15\\x01 -Commands\122\Min=0 -Commands\122\Max=7 -Commands\122\Command29=false -Commands\122\GetCommand=true -Commands\122\SetCommand=true -Commands\123\Type=Scope Main Edge -Commands\123\String=\\x27\\x16\\x00 -Commands\123\Min=1 -Commands\123\Max=4 -Commands\123\Command29=false -Commands\123\GetCommand=true -Commands\123\SetCommand=true -Commands\124\Type=Scope Sub Edge -Commands\124\String=\\x27\\x16\\x01 -Commands\124\Min=1 -Commands\124\Max=4 -Commands\124\Command29=false -Commands\124\GetCommand=true -Commands\124\SetCommand=true -Commands\125\Type=Scope Main Hold -Commands\125\String=\\x27\\x17\\x00 -Commands\125\Min=0 -Commands\125\Max=1 -Commands\125\Command29=false -Commands\125\GetCommand=true -Commands\125\SetCommand=true -Commands\126\Type=Scope Sub Hold -Commands\126\String=\\x27\\x17\\x01 -Commands\126\Min=0 -Commands\126\Max=1 -Commands\126\Command29=false -Commands\126\GetCommand=true -Commands\126\SetCommand=true -Commands\127\Type=Scope Main Ref -Commands\127\String=\\x27\\x19\\x00 -Commands\127\Min=0 -Commands\127\Max=64 -Commands\127\Command29=false -Commands\127\GetCommand=true -Commands\127\SetCommand=true -Commands\128\Type=Scope Sub Ref -Commands\128\String=\\x27\\x19\\x01 -Commands\128\Min=0 -Commands\128\Max=64 -Commands\128\Command29=false -Commands\128\GetCommand=true -Commands\128\SetCommand=true -Commands\129\Type=Scope Main Speed -Commands\129\String=\\x27\\x1a\\x00 -Commands\129\Min=0 -Commands\129\Max=2 -Commands\129\Command29=false -Commands\129\GetCommand=true -Commands\129\SetCommand=true -Commands\130\Type=Scope Sub Speed -Commands\130\String=\\x27\\x1a\\x01 -Commands\130\Min=0 -Commands\130\Max=2 -Commands\130\Command29=false -Commands\130\GetCommand=true -Commands\130\SetCommand=true -Commands\131\Type=Scope During TX -Commands\131\String=\\x27\\x1b -Commands\131\Min=0 -Commands\131\Max=1 -Commands\131\Command29=false -Commands\131\GetCommand=true -Commands\131\SetCommand=true -Commands\132\Type=Scope Center Type -Commands\132\String=\\x27\\x1c -Commands\132\Min=0 -Commands\132\Max=2 -Commands\132\Command29=false -Commands\132\GetCommand=true -Commands\132\SetCommand=true -Commands\133\Type=Scope Main VBW -Commands\133\String=\\x27\\x1d\\x00 -Commands\133\Min=0 -Commands\133\Max=1 -Commands\133\Command29=false -Commands\133\GetCommand=true -Commands\133\SetCommand=true -Commands\134\Type=Scope Sub VBW -Commands\134\String=\\x27\\x1d\\x01 -Commands\134\Min=0 -Commands\134\Max=1 -Commands\134\Command29=false -Commands\134\GetCommand=true -Commands\134\SetCommand=true -Commands\135\Type=Scope Fixed Edge Freq -Commands\135\String=\\x27\\x1e -Commands\135\Min=1 -Commands\135\Max=0 -Commands\135\Command29=false -Commands\135\GetCommand=true -Commands\135\SetCommand=true -Commands\136\Type=Scope Main RBW -Commands\136\String=\\x27\\x1f\\x00 -Commands\136\Min=0 -Commands\136\Max=2 -Commands\136\Command29=false -Commands\136\GetCommand=true -Commands\136\SetCommand=true -Commands\137\Type=Scope Sub RBW -Commands\137\String=\\x27\\x1f\\x01 -Commands\137\Min=0 -Commands\137\Max=2 -Commands\137\Command29=false -Commands\137\GetCommand=true -Commands\137\SetCommand=true -Commands\138\Type=Main/Sub Prefix -Commands\138\String=\\x29 -Commands\138\Min=0 -Commands\138\Max=1 -Commands\138\Command29=false -Commands\138\GetCommand=true -Commands\138\SetCommand=true -Commands\139\Type=Command Error FA -Commands\139\String=\\xfa -Commands\139\Min=0 -Commands\139\Max=0 -Commands\139\Command29=false -Commands\139\GetCommand=false -Commands\139\SetCommand=false -Commands\140\Type=Command OK FB -Commands\140\String=\\xfb -Commands\140\Min=0 -Commands\140\Max=0 -Commands\140\Command29=false -Commands\140\GetCommand=false -Commands\140\SetCommand=false -Commands\size=140 -Periodic\1\Priority=Medium Low -Periodic\1\Command=Antenna -Periodic\1\VFO=-1 -Periodic\2\Priority=Medium Low -Periodic\2\Command=Attenuator Status -Periodic\2\VFO=-1 -Periodic\3\Priority=Medium Low -Periodic\3\Command=Compressor Status -Periodic\3\VFO=-1 -Periodic\4\Priority=Medium High -Periodic\4\Command=Data Off Mod Input -Periodic\4\VFO=0 -Periodic\5\Priority=Medium High -Periodic\5\Command=DATA1 Mod Input -Periodic\5\VFO=0 -Periodic\6\Priority=Medium High -Periodic\6\Command=DATA2 Mod Input -Periodic\6\VFO=0 -Periodic\7\Priority=Medium High -Periodic\7\Command=DATA3 Mod Input -Periodic\7\VFO=0 -Periodic\8\Priority=Medium Low -Periodic\8\Command=IP Plus Status -Periodic\8\VFO=-1 -Periodic\9\Priority=Medium -Periodic\9\Command=Main RX Frequency -Periodic\9\VFO=0 -Periodic\10\Priority=Medium -Periodic\10\Command=Main RX Mode -Periodic\10\VFO=0 -Periodic\11\Priority=Medium Low -Periodic\11\Command=Monitor Gain -Periodic\11\VFO=0 -Periodic\12\Priority=Medium Low -Periodic\12\Command=Monitor Status -Periodic\12\VFO=0 -Periodic\13\Priority=Medium Low -Periodic\13\Command=Noise Blanker -Periodic\13\VFO=-1 -Periodic\14\Priority=Medium Low -Periodic\14\Command=Noise Reduction -Periodic\14\VFO=-1 -Periodic\15\Priority=High -Periodic\15\Command=Overflow Status -Periodic\15\VFO=0 -Periodic\16\Priority=Medium Low -Periodic\16\Command=Preamp Status -Periodic\16\VFO=-1 -Periodic\17\Priority=Medium -Periodic\17\Command=RF Gain -Periodic\17\VFO=0 -Periodic\18\Priority=Medium -Periodic\18\Command=RF Power -Periodic\18\VFO=0 -Periodic\19\Priority=Highest -Periodic\19\Command=S Meter -Periodic\19\VFO=-1 -Periodic\20\Priority=Medium -Periodic\20\Command=Scope Main Hold -Periodic\20\VFO=0 -Periodic\21\Priority=Medium High -Periodic\21\Command=Scope Main Mode -Periodic\21\VFO=0 -Periodic\22\Priority=Medium High -Periodic\22\Command=Scope Main Span -Periodic\22\VFO=0 -Periodic\23\Priority=Medium -Periodic\23\Command=Scope Main Speed -Periodic\23\VFO=0 -Periodic\24\Priority=Medium High -Periodic\24\Command=Scope Main/Sub -Periodic\24\VFO=0 -Periodic\25\Priority=Medium High -Periodic\25\Command=Scope Single/Dual -Periodic\25\VFO=0 -Periodic\26\Priority=Medium -Periodic\26\Command=Scope Sub Hold -Periodic\26\VFO=1 -Periodic\27\Priority=Medium High -Periodic\27\Command=Scope Sub Mode -Periodic\27\VFO=1 -Periodic\28\Priority=Medium High -Periodic\28\Command=Scope Sub Span -Periodic\28\VFO=1 -Periodic\29\Priority=Medium -Periodic\29\Command=Scope Sub Speed -Periodic\29\VFO=1 -Periodic\30\Priority=Medium Low -Periodic\30\Command=Squelch -Periodic\30\VFO=-1 -Periodic\31\Priority=Medium -Periodic\31\Command=Sub RX Frequency -Periodic\31\VFO=1 -Periodic\32\Priority=Medium -Periodic\32\Command=Sub RX Mode -Periodic\32\VFO=1 -Periodic\33\Priority=High -Periodic\33\Command=Transceiver Status -Periodic\33\VFO=0 -Periodic\34\Priority=Medium -Periodic\34\Command=Tuner/ATU Status -Periodic\34\VFO=0 -Periodic\35\Priority=Medium Low -Periodic\35\Command=Tuning Step -Periodic\35\VFO=0 -Periodic\36\Priority=Medium -Periodic\36\Command=VFO Dual Watch -Periodic\36\VFO=0 -Periodic\37\Priority=Medium Low -Periodic\37\Command=Vox Status -Periodic\37\VFO=0 -Periodic\size=37 -Spans\1\Num=0 -Spans\1\Name=±2.5 KHz -Spans\1\Freq=2500 -Spans\2\Num=1 -Spans\2\Name=±5 KHz -Spans\2\Freq=5000 -Spans\3\Num=2 -Spans\3\Name=±10 KHz -Spans\3\Freq=10000 -Spans\4\Num=3 -Spans\4\Name=±25 KHz -Spans\4\Freq=25000 -Spans\5\Num=4 -Spans\5\Name=±50 KHz -Spans\5\Freq=50000 -Spans\6\Num=5 -Spans\6\Name=±100 KHz -Spans\6\Freq=100000 -Spans\7\Num=6 -Spans\7\Name=±250 KHz -Spans\7\Freq=250000 -Spans\8\Num=7 -Spans\8\Name=±500 KHz -Spans\8\Freq=500000 -Spans\size=8 -Inputs\1\Num=0 -Inputs\1\Reg=0 -Inputs\1\Name=MIC -Inputs\2\Num=1 -Inputs\2\Reg=1 -Inputs\2\Name=ACC -Inputs\3\Num=3 -Inputs\3\Reg=3 -Inputs\3\Name=USB -Inputs\4\Num=4 -Inputs\4\Reg=5 -Inputs\4\Name=LAN -Inputs\5\Num=5 -Inputs\5\Reg=2 -Inputs\5\Name=M/A -Inputs\6\Num=10 -Inputs\6\Reg=4 -Inputs\6\Name=M/U -Inputs\size=6 -Bands\1\Region= -Bands\1\Num=10 -Bands\1\BSR=10 -Bands\1\Start=50000000 -Bands\1\End=54000000 -Bands\1\Range=60 -Bands\1\MemoryGroup=-1 -Bands\1\Name=6m -Bands\1\Bytes=5 -Bands\1\Color=#ffff5500 -Bands\2\Region= -Bands\2\Num=11 -Bands\2\BSR=9 -Bands\2\Start=28000000 -Bands\2\End=29700000 -Bands\2\Range=45 -Bands\2\MemoryGroup=-1 -Bands\2\Name=10m -Bands\2\Bytes=5 -Bands\2\Color=#ff00aaff -Bands\3\Region= -Bands\3\Num=12 -Bands\3\BSR=8 -Bands\3\Start=24890000 -Bands\3\End=24990000 -Bands\3\Range=30 -Bands\3\MemoryGroup=-1 -Bands\3\Name=12m -Bands\3\Bytes=5 -Bands\3\Color=#ff00aa00 -Bands\4\Region= -Bands\4\Num=13 -Bands\4\BSR=7 -Bands\4\Start=21000000 -Bands\4\End=21450000 -Bands\4\Range=26 -Bands\4\MemoryGroup=-1 -Bands\4\Name=15m -Bands\4\Bytes=5 -Bands\4\Color=#ffff55ff -Bands\5\Region= -Bands\5\Num=14 -Bands\5\BSR=6 -Bands\5\Start=18068000 -Bands\5\End=18168000 -Bands\5\Range=22 -Bands\5\MemoryGroup=-1 -Bands\5\Name=17m -Bands\5\Bytes=5 -Bands\5\Color=#ffaaaa00 -Bands\6\Region= -Bands\6\Num=15 -Bands\6\BSR=5 -Bands\6\Start=14000000 -Bands\6\End=14350000 -Bands\6\Range=20 -Bands\6\MemoryGroup=-1 -Bands\6\Name=20m -Bands\6\Bytes=5 -Bands\6\Color=#ffff0000 -Bands\7\Region= -Bands\7\Num=16 -Bands\7\BSR=4 -Bands\7\Start=10100000 -Bands\7\End=10150000 -Bands\7\Range=15 -Bands\7\MemoryGroup=-1 -Bands\7\Name=30m -Bands\7\Bytes=5 -Bands\7\Color=#ffffaa00 -Bands\8\Region=1 -Bands\8\Num=17 -Bands\8\BSR=3 -Bands\8\Start=7000000 -Bands\8\End=7200000 -Bands\8\Range=11 -Bands\8\MemoryGroup=-1 -Bands\8\Name=40m -Bands\8\Bytes=5 -Bands\8\Color=#ffaa5500 -Bands\9\Region=2 -Bands\9\Num=17 -Bands\9\BSR=3 -Bands\9\Start=7000000 -Bands\9\End=7300000 -Bands\9\Range=11 -Bands\9\MemoryGroup=-1 -Bands\9\Name=40m -Bands\9\Bytes=5 -Bands\9\Color=#ffaa5500 -Bands\10\Region=3 -Bands\10\Num=17 -Bands\10\BSR=3 -Bands\10\Start=7000000 -Bands\10\End=7200000 -Bands\10\Range=11 -Bands\10\MemoryGroup=-1 -Bands\10\Name=40m -Bands\10\Bytes=5 -Bands\10\Color=#ffaa5500 -Bands\11\Region= -Bands\11\Num=18 -Bands\11\BSR=0 -Bands\11\Start=5250000 -Bands\11\End=5450000 -Bands\11\Range=0 -Bands\11\MemoryGroup=-1 -Bands\11\Name=60m -Bands\11\Bytes=5 -Bands\11\Color=#ffaaaaff -Bands\12\Region=1 -Bands\12\Num=19 -Bands\12\BSR=2 -Bands\12\Start=3500000 -Bands\12\End=3800000 -Bands\12\Range=6 -Bands\12\MemoryGroup=-1 -Bands\12\Name=80m -Bands\12\Bytes=5 -Bands\12\Color=#ff55ffff -Bands\13\Region=2 -Bands\13\Num=19 -Bands\13\BSR=2 -Bands\13\Start=3500000 -Bands\13\End=4000000 -Bands\13\Range=6 -Bands\13\MemoryGroup=-1 -Bands\13\Name=80m -Bands\13\Bytes=5 -Bands\13\Color=#ff55ffff -Bands\14\Region=3 -Bands\14\Num=19 -Bands\14\BSR=2 -Bands\14\Start=3500000 -Bands\14\End=3900000 -Bands\14\Range=6 -Bands\14\MemoryGroup=-1 -Bands\14\Name=80m -Bands\14\Bytes=5 -Bands\14\Color=#ff55ffff -Bands\15\Region= -Bands\15\Num=20 -Bands\15\BSR=1 -Bands\15\Start=1800000 -Bands\15\End=2000000 -Bands\15\Range=2 -Bands\15\MemoryGroup=-1 -Bands\15\Name=160m -Bands\15\Bytes=5 -Bands\15\Color=#ffffff00 -Bands\16\Region= -Bands\16\Num=21 -Bands\16\BSR=0 -Bands\16\Start=493000 -Bands\16\End=595000 -Bands\16\Range=8 -Bands\16\MemoryGroup=-1 -Bands\16\Name=630m -Bands\16\Bytes=5 -Bands\16\Color=#ffaaff00 -Bands\17\Region= -Bands\17\Num=22 -Bands\17\BSR=0 -Bands\17\Start=135000 -Bands\17\End=138000 -Bands\17\Range=0 -Bands\17\MemoryGroup=-1 -Bands\17\Name=2200m -Bands\17\Bytes=5 -Bands\17\Color=#ff5555ff -Bands\18\Region= -Bands\18\Num=23 -Bands\18\BSR=0 -Bands\18\Start=10000 -Bands\18\End=30000000 -Bands\18\Range=1.6 -Bands\18\MemoryGroup=-1 -Bands\18\Name=Gen -Bands\18\Bytes=5 -Bands\18\Color=#00000000 -Bands\size=18 -Modes\1\Num=0 -Modes\1\Reg=0 -Modes\1\Min=50 -Modes\1\Max=3600 -Modes\1\Name=LSB -Modes\2\Num=1 -Modes\2\Reg=1 -Modes\2\Min=50 -Modes\2\Max=3600 -Modes\2\Name=USB -Modes\3\Num=2 -Modes\3\Reg=2 -Modes\3\Min=200 -Modes\3\Max=10000 -Modes\3\Name=AM -Modes\4\Num=3 -Modes\4\Reg=3 -Modes\4\Min=50 -Modes\4\Max=3600 -Modes\4\Name=CW -Modes\5\Num=4 -Modes\5\Reg=4 -Modes\5\Min=50 -Modes\5\Max=2700 -Modes\5\Name=RTTY -Modes\6\Num=5 -Modes\6\Reg=5 -Modes\6\Min=0 -Modes\6\Max=0 -Modes\6\Name=FM -Modes\7\Num=6 -Modes\7\Reg=7 -Modes\7\Min=50 -Modes\7\Max=3600 -Modes\7\Name=CW-R -Modes\8\Num=7 -Modes\8\Reg=8 -Modes\8\Min=50 -Modes\8\Max=2700 -Modes\8\Name=RTTY-R -Modes\9\Num=8 -Modes\9\Reg=12 -Modes\9\Min=50 -Modes\9\Max=3600 -Modes\9\Name=PSK -Modes\10\Num=9 -Modes\10\Reg=13 -Modes\10\Min=50 -Modes\10\Max=3600 -Modes\10\Name=PSK-R -Modes\size=10 +Antennas\1\Name=ANT 1 +Antennas\1\Num=0 +Antennas\2\Name=ANT 2 +Antennas\2\Num=1 +Antennas\size=2 Attenuators\1\dB=0 +Attenuators\10\dB=27 +Attenuators\11\dB=30 +Attenuators\12\dB=33 +Attenuators\13\dB=36 +Attenuators\14\dB=39 +Attenuators\15\dB=42 +Attenuators\16\dB=45 Attenuators\2\dB=3 Attenuators\3\dB=6 Attenuators\4\dB=9 @@ -1402,85 +23,1464 @@ Attenuators\6\dB=15 Attenuators\7\dB=18 Attenuators\8\dB=21 Attenuators\9\dB=24 -Attenuators\10\dB=27 -Attenuators\11\dB=30 -Attenuators\12\dB=33 -Attenuators\13\dB=36 -Attenuators\14\dB=39 -Attenuators\15\dB=42 -Attenuators\16\dB=45 Attenuators\size=16 -Preamps\1\Num=0 -Preamps\1\Name=OFF -Preamps\2\Num=1 -Preamps\2\Name=PRE1 -Preamps\3\Num=2 -Preamps\3\Name=PRE2 -Preamps\size=3 -Antennas\1\Num=0 -Antennas\1\Name=ANT 1 -Antennas\2\Num=1 -Antennas\2\Name=ANT 2 -Antennas\size=2 -Tuning%20Steps\1\Num=0 -Tuning%20Steps\1\Name=1 Hz -Tuning%20Steps\1\Hz=1 -Tuning%20Steps\2\Num=0 -Tuning%20Steps\2\Name=10 Hz -Tuning%20Steps\2\Hz=10 -Tuning%20Steps\3\Num=1 -Tuning%20Steps\3\Name=100 Hz -Tuning%20Steps\3\Hz=100 -Tuning%20Steps\4\Num=0 -Tuning%20Steps\4\Name=500 Hz -Tuning%20Steps\4\Hz=500 -Tuning%20Steps\5\Num=2 -Tuning%20Steps\5\Name=1 KHz -Tuning%20Steps\5\Hz=1000 -Tuning%20Steps\6\Num=0 -Tuning%20Steps\6\Name=2.5 KHz -Tuning%20Steps\6\Hz=2500 -Tuning%20Steps\7\Num=3 -Tuning%20Steps\7\Name=5 KHz -Tuning%20Steps\7\Hz=5000 -Tuning%20Steps\8\Num=0 -Tuning%20Steps\8\Name=6.125 KHz -Tuning%20Steps\8\Hz=6125 -Tuning%20Steps\9\Num=0 -Tuning%20Steps\9\Name=8.333 KHz -Tuning%20Steps\9\Hz=8333 -Tuning%20Steps\10\Num=4 -Tuning%20Steps\10\Name=9 KHz -Tuning%20Steps\10\Hz=9000 -Tuning%20Steps\11\Num=5 -Tuning%20Steps\11\Name=10 KHz -Tuning%20Steps\11\Hz=10000 -Tuning%20Steps\12\Num=6 -Tuning%20Steps\12\Name=12.5 KHz -Tuning%20Steps\12\Hz=12500 -Tuning%20Steps\13\Num=7 -Tuning%20Steps\13\Name=20 KHz -Tuning%20Steps\13\Hz=20000 -Tuning%20Steps\14\Num=8 -Tuning%20Steps\14\Name=25 KHz -Tuning%20Steps\14\Hz=25000 -Tuning%20Steps\15\Num=0 -Tuning%20Steps\15\Name=100 Khz -Tuning%20Steps\15\Hz=100000 -Tuning%20Steps\16\Num=0 -Tuning%20Steps\16\Name=250 KHz -Tuning%20Steps\16\Hz=250000 -Tuning%20Steps\17\Num=0 -Tuning%20Steps\17\Name=1 MHz -Tuning%20Steps\17\Hz=1000000 -Tuning%20Steps\size=17 -Filters\1\Num=1 +Bands\1\BSR=10 +Bands\1\Bytes=5 +Bands\1\Color=#ffff5500 +Bands\1\End=54000000 +Bands\1\MemoryGroup=-1 +Bands\1\Name=6m +Bands\1\Num=10 +Bands\1\Range=60 +Bands\1\Region= +Bands\1\Start=50000000 +Bands\10\BSR=3 +Bands\10\Bytes=5 +Bands\10\Color=#ffaa5500 +Bands\10\End=7200000 +Bands\10\MemoryGroup=-1 +Bands\10\Name=40m +Bands\10\Num=17 +Bands\10\Range=11 +Bands\10\Region=3 +Bands\10\Start=7000000 +Bands\11\BSR=0 +Bands\11\Bytes=5 +Bands\11\Color=#ffaaaaff +Bands\11\End=5450000 +Bands\11\MemoryGroup=-1 +Bands\11\Name=60m +Bands\11\Num=18 +Bands\11\Range=0 +Bands\11\Region= +Bands\11\Start=5250000 +Bands\12\BSR=2 +Bands\12\Bytes=5 +Bands\12\Color=#ff55ffff +Bands\12\End=3800000 +Bands\12\MemoryGroup=-1 +Bands\12\Name=80m +Bands\12\Num=19 +Bands\12\Range=6 +Bands\12\Region=1 +Bands\12\Start=3500000 +Bands\13\BSR=2 +Bands\13\Bytes=5 +Bands\13\Color=#ff55ffff +Bands\13\End=4000000 +Bands\13\MemoryGroup=-1 +Bands\13\Name=80m +Bands\13\Num=19 +Bands\13\Range=6 +Bands\13\Region=2 +Bands\13\Start=3500000 +Bands\14\BSR=2 +Bands\14\Bytes=5 +Bands\14\Color=#ff55ffff +Bands\14\End=3900000 +Bands\14\MemoryGroup=-1 +Bands\14\Name=80m +Bands\14\Num=19 +Bands\14\Range=6 +Bands\14\Region=3 +Bands\14\Start=3500000 +Bands\15\BSR=1 +Bands\15\Bytes=5 +Bands\15\Color=#ffffff00 +Bands\15\End=2000000 +Bands\15\MemoryGroup=-1 +Bands\15\Name=160m +Bands\15\Num=20 +Bands\15\Range=2 +Bands\15\Region= +Bands\15\Start=1800000 +Bands\16\BSR=0 +Bands\16\Bytes=5 +Bands\16\Color=#ffaaff00 +Bands\16\End=595000 +Bands\16\MemoryGroup=-1 +Bands\16\Name=630m +Bands\16\Num=21 +Bands\16\Range=8 +Bands\16\Region= +Bands\16\Start=493000 +Bands\17\BSR=0 +Bands\17\Bytes=5 +Bands\17\Color=#ff5555ff +Bands\17\End=138000 +Bands\17\MemoryGroup=-1 +Bands\17\Name=2200m +Bands\17\Num=22 +Bands\17\Range=0 +Bands\17\Region= +Bands\17\Start=135000 +Bands\18\BSR=0 +Bands\18\Bytes=5 +Bands\18\Color=#00000000 +Bands\18\End=30000000 +Bands\18\MemoryGroup=-1 +Bands\18\Name=Gen +Bands\18\Num=23 +Bands\18\Range=1.6 +Bands\18\Region= +Bands\18\Start=10000 +Bands\2\BSR=9 +Bands\2\Bytes=5 +Bands\2\Color=#ff00aaff +Bands\2\End=29700000 +Bands\2\MemoryGroup=-1 +Bands\2\Name=10m +Bands\2\Num=11 +Bands\2\Range=45 +Bands\2\Region= +Bands\2\Start=28000000 +Bands\3\BSR=8 +Bands\3\Bytes=5 +Bands\3\Color=#ff00aa00 +Bands\3\End=24990000 +Bands\3\MemoryGroup=-1 +Bands\3\Name=12m +Bands\3\Num=12 +Bands\3\Range=30 +Bands\3\Region= +Bands\3\Start=24890000 +Bands\4\BSR=7 +Bands\4\Bytes=5 +Bands\4\Color=#ffff55ff +Bands\4\End=21450000 +Bands\4\MemoryGroup=-1 +Bands\4\Name=15m +Bands\4\Num=13 +Bands\4\Range=26 +Bands\4\Region= +Bands\4\Start=21000000 +Bands\5\BSR=6 +Bands\5\Bytes=5 +Bands\5\Color=#ffaaaa00 +Bands\5\End=18168000 +Bands\5\MemoryGroup=-1 +Bands\5\Name=17m +Bands\5\Num=14 +Bands\5\Range=22 +Bands\5\Region= +Bands\5\Start=18068000 +Bands\6\BSR=5 +Bands\6\Bytes=5 +Bands\6\Color=#ffff0000 +Bands\6\End=14350000 +Bands\6\MemoryGroup=-1 +Bands\6\Name=20m +Bands\6\Num=15 +Bands\6\Range=20 +Bands\6\Region= +Bands\6\Start=14000000 +Bands\7\BSR=4 +Bands\7\Bytes=5 +Bands\7\Color=#ffffaa00 +Bands\7\End=10150000 +Bands\7\MemoryGroup=-1 +Bands\7\Name=30m +Bands\7\Num=16 +Bands\7\Range=15 +Bands\7\Region= +Bands\7\Start=10100000 +Bands\8\BSR=3 +Bands\8\Bytes=5 +Bands\8\Color=#ffaa5500 +Bands\8\End=7200000 +Bands\8\MemoryGroup=-1 +Bands\8\Name=40m +Bands\8\Num=17 +Bands\8\Range=11 +Bands\8\Region=1 +Bands\8\Start=7000000 +Bands\9\BSR=3 +Bands\9\Bytes=5 +Bands\9\Color=#ffaa5500 +Bands\9\End=7300000 +Bands\9\MemoryGroup=-1 +Bands\9\Name=40m +Bands\9\Num=17 +Bands\9\Range=11 +Bands\9\Region=2 +Bands\9\Start=7000000 +Bands\size=18 +CIVAddress=152 +Commands\1\Command29=false +Commands\1\GetCommand=false +Commands\1\Max=0 +Commands\1\Min=0 +Commands\1\SetCommand=false +Commands\1\String=\\x00 +Commands\1\Type=Freq (TRX) +Commands\10\Command29=false +Commands\10\GetCommand=true +Commands\10\Max=0 +Commands\10\Min=0 +Commands\10\SetCommand=true +Commands\10\String=\\x07\\xc0 +Commands\10\Type=VFO Dual Watch Off +Commands\100\Command29=true +Commands\100\GetCommand=true +Commands\100\Max=255 +Commands\100\Min=0 +Commands\100\SetCommand=true +Commands\100\String=\\x1b\\x01 +Commands\100\Type=TSQL Frequency +Commands\101\Command29=false +Commands\101\GetCommand=true +Commands\101\Max=1 +Commands\101\Min=0 +Commands\101\SetCommand=true +Commands\101\String=\\x1c\\x00 +Commands\101\Type=Transceiver Status +Commands\102\Command29=false +Commands\102\GetCommand=true +Commands\102\Max=2 +Commands\102\Min=0 +Commands\102\SetCommand=true +Commands\102\String=\\x1c\\x01 +Commands\102\Type=Tuner/ATU Status +Commands\103\Command29=false +Commands\103\GetCommand=true +Commands\103\Max=1 +Commands\103\Min=0 +Commands\103\SetCommand=true +Commands\103\String=\\x1c\\x02 +Commands\103\Type=XFC Status +Commands\104\Command29=false +Commands\104\GetCommand=true +Commands\104\Max=1 +Commands\104\Min=0 +Commands\104\SetCommand=true +Commands\104\String=\\x1c\\x03 +Commands\104\Type=Read TX Freq +Commands\105\Command29=false +Commands\105\GetCommand=true +Commands\105\Max=1 +Commands\105\Min=0 +Commands\105\SetCommand=true +Commands\105\String=\\x1c\\x04 +Commands\105\Type=CI-V Output +Commands\106\Command29=false +Commands\106\GetCommand=true +Commands\106\Max=999 +Commands\106\Min=-999 +Commands\106\SetCommand=true +Commands\106\String=\\x21\\x00 +Commands\106\Type=RIT Frequency +Commands\107\Command29=false +Commands\107\GetCommand=true +Commands\107\Max=1 +Commands\107\Min=0 +Commands\107\SetCommand=true +Commands\107\String=\\x21\\x01 +Commands\107\Type=RIT Status +Commands\108\Command29=false +Commands\108\GetCommand=true +Commands\108\Max=1 +Commands\108\Min=0 +Commands\108\SetCommand=true +Commands\108\String=\\x21\\x02 +Commands\108\Type=RIT TX Status +Commands\109\Command29=false +Commands\109\GetCommand=true +Commands\109\Max=0 +Commands\109\Min=0 +Commands\109\SetCommand=true +Commands\109\String=\\x25\\x00 +Commands\109\Type=Main RX Frequency +Commands\11\Command29=false +Commands\11\GetCommand=true +Commands\11\Max=0 +Commands\11\Min=0 +Commands\11\SetCommand=true +Commands\11\String=\\x07\\xc1 +Commands\11\Type=VFO Dual Watch On +Commands\110\Command29=false +Commands\110\GetCommand=true +Commands\110\Max=0 +Commands\110\Min=0 +Commands\110\SetCommand=true +Commands\110\String=\\x25\\x01 +Commands\110\Type=Sub RX Frequency +Commands\111\Command29=false +Commands\111\GetCommand=true +Commands\111\Max=0 +Commands\111\Min=0 +Commands\111\SetCommand=true +Commands\111\String=\\x26\\x00 +Commands\111\Type=Main RX Mode +Commands\112\Command29=false +Commands\112\GetCommand=true +Commands\112\Max=0 +Commands\112\Min=0 +Commands\112\SetCommand=true +Commands\112\String=\\x26\\x01 +Commands\112\Type=Sub RX Mode +Commands\113\Command29=false +Commands\113\GetCommand=true +Commands\113\Max=0 +Commands\113\Min=0 +Commands\113\SetCommand=true +Commands\113\String=\\x27\\x00\\x00 +Commands\113\Type=Scope Main Wave Data +Commands\114\Command29=false +Commands\114\GetCommand=true +Commands\114\Max=0 +Commands\114\Min=0 +Commands\114\SetCommand=true +Commands\114\String=\\x27\\x00\\x01 +Commands\114\Type=Scope Sub Wave Data +Commands\115\Command29=false +Commands\115\GetCommand=true +Commands\115\Max=1 +Commands\115\Min=0 +Commands\115\SetCommand=true +Commands\115\String=\\x27\\x10 +Commands\115\Type=Scope On/Off +Commands\116\Command29=false +Commands\116\GetCommand=true +Commands\116\Max=1 +Commands\116\Min=0 +Commands\116\SetCommand=true +Commands\116\String=\\x27\\x11 +Commands\116\Type=Scope Data Output +Commands\117\Command29=false +Commands\117\GetCommand=true +Commands\117\Max=1 +Commands\117\Min=0 +Commands\117\SetCommand=true +Commands\117\String=\\x27\\x12 +Commands\117\Type=Scope Main/Sub +Commands\118\Command29=false +Commands\118\GetCommand=true +Commands\118\Max=1 +Commands\118\Min=0 +Commands\118\SetCommand=true +Commands\118\String=\\x27\\x13 +Commands\118\Type=Scope Single/Dual +Commands\119\Command29=false +Commands\119\GetCommand=true +Commands\119\Max=4 +Commands\119\Min=0 +Commands\119\SetCommand=true +Commands\119\String=\\x27\\x14\\x00 +Commands\119\Type=Scope Main Mode +Commands\12\Command29=false +Commands\12\GetCommand=true +Commands\12\Max=1 +Commands\12\Min=0 +Commands\12\SetCommand=true +Commands\12\String=\\x07\\xc2 +Commands\12\Type=VFO Dual Watch +Commands\120\Command29=false +Commands\120\GetCommand=true +Commands\120\Max=4 +Commands\120\Min=0 +Commands\120\SetCommand=true +Commands\120\String=\\x27\\x14\\x01 +Commands\120\Type=Scope Sub Mode +Commands\121\Command29=false +Commands\121\GetCommand=true +Commands\121\Max=7 +Commands\121\Min=0 +Commands\121\SetCommand=true +Commands\121\String=\\x27\\x15\\x00 +Commands\121\Type=Scope Main Span +Commands\122\Command29=false +Commands\122\GetCommand=true +Commands\122\Max=7 +Commands\122\Min=0 +Commands\122\SetCommand=true +Commands\122\String=\\x27\\x15\\x01 +Commands\122\Type=Scope Sub Span +Commands\123\Command29=false +Commands\123\GetCommand=true +Commands\123\Max=4 +Commands\123\Min=1 +Commands\123\SetCommand=true +Commands\123\String=\\x27\\x16\\x00 +Commands\123\Type=Scope Main Edge +Commands\124\Command29=false +Commands\124\GetCommand=true +Commands\124\Max=4 +Commands\124\Min=1 +Commands\124\SetCommand=true +Commands\124\String=\\x27\\x16\\x01 +Commands\124\Type=Scope Sub Edge +Commands\125\Command29=false +Commands\125\GetCommand=true +Commands\125\Max=1 +Commands\125\Min=0 +Commands\125\SetCommand=true +Commands\125\String=\\x27\\x17\\x00 +Commands\125\Type=Scope Main Hold +Commands\126\Command29=false +Commands\126\GetCommand=true +Commands\126\Max=1 +Commands\126\Min=0 +Commands\126\SetCommand=true +Commands\126\String=\\x27\\x17\\x01 +Commands\126\Type=Scope Sub Hold +Commands\127\Command29=false +Commands\127\GetCommand=true +Commands\127\Max=100 +Commands\127\Min=-300 +Commands\127\SetCommand=true +Commands\127\String=\\x27\\x19\\x00 +Commands\127\Type=Scope Main Ref +Commands\128\Command29=false +Commands\128\GetCommand=true +Commands\128\Max=100 +Commands\128\Min=-300 +Commands\128\SetCommand=true +Commands\128\String=\\x27\\x19\\x01 +Commands\128\Type=Scope Sub Ref +Commands\129\Command29=false +Commands\129\GetCommand=true +Commands\129\Max=2 +Commands\129\Min=0 +Commands\129\SetCommand=true +Commands\129\String=\\x27\\x1a\\x00 +Commands\129\Type=Scope Main Speed +Commands\13\Command29=false +Commands\13\GetCommand=true +Commands\13\Max=0 +Commands\13\Min=0 +Commands\13\SetCommand=true +Commands\13\String=\\x07\\xd0 +Commands\13\Type=VFO Main Select +Commands\130\Command29=false +Commands\130\GetCommand=true +Commands\130\Max=2 +Commands\130\Min=0 +Commands\130\SetCommand=true +Commands\130\String=\\x27\\x1a\\x01 +Commands\130\Type=Scope Sub Speed +Commands\131\Command29=false +Commands\131\GetCommand=true +Commands\131\Max=1 +Commands\131\Min=0 +Commands\131\SetCommand=true +Commands\131\String=\\x27\\x1b +Commands\131\Type=Scope During TX +Commands\132\Command29=false +Commands\132\GetCommand=true +Commands\132\Max=2 +Commands\132\Min=0 +Commands\132\SetCommand=true +Commands\132\String=\\x27\\x1c +Commands\132\Type=Scope Center Type +Commands\133\Command29=false +Commands\133\GetCommand=true +Commands\133\Max=1 +Commands\133\Min=0 +Commands\133\SetCommand=true +Commands\133\String=\\x27\\x1d\\x00 +Commands\133\Type=Scope Main VBW +Commands\134\Command29=false +Commands\134\GetCommand=true +Commands\134\Max=1 +Commands\134\Min=0 +Commands\134\SetCommand=true +Commands\134\String=\\x27\\x1d\\x01 +Commands\134\Type=Scope Sub VBW +Commands\135\Command29=false +Commands\135\GetCommand=true +Commands\135\Max=0 +Commands\135\Min=1 +Commands\135\SetCommand=true +Commands\135\String=\\x27\\x1e +Commands\135\Type=Scope Fixed Edge Freq +Commands\136\Command29=false +Commands\136\GetCommand=true +Commands\136\Max=2 +Commands\136\Min=0 +Commands\136\SetCommand=true +Commands\136\String=\\x27\\x1f\\x00 +Commands\136\Type=Scope Main RBW +Commands\137\Command29=false +Commands\137\GetCommand=true +Commands\137\Max=2 +Commands\137\Min=0 +Commands\137\SetCommand=true +Commands\137\String=\\x27\\x1f\\x01 +Commands\137\Type=Scope Sub RBW +Commands\138\Command29=false +Commands\138\GetCommand=true +Commands\138\Max=1 +Commands\138\Min=0 +Commands\138\SetCommand=true +Commands\138\String=\\x29 +Commands\138\Type=Main/Sub Prefix +Commands\139\Command29=false +Commands\139\GetCommand=false +Commands\139\Max=0 +Commands\139\Min=0 +Commands\139\SetCommand=false +Commands\139\String=\\xfa +Commands\139\Type=Command Error FA +Commands\14\Command29=false +Commands\14\GetCommand=true +Commands\14\Max=0 +Commands\14\Min=0 +Commands\14\SetCommand=true +Commands\14\String=\\x07\\xd1 +Commands\14\Type=VFO Sub Select +Commands\140\Command29=false +Commands\140\GetCommand=false +Commands\140\Max=0 +Commands\140\Min=0 +Commands\140\SetCommand=false +Commands\140\String=\\xfb +Commands\140\Type=Command OK FB +Commands\15\Command29=false +Commands\15\GetCommand=true +Commands\15\Max=1 +Commands\15\Min=0 +Commands\15\SetCommand=true +Commands\15\String=\\x07\\xd2 +Commands\15\Type=VFO Main/Sub Band +Commands\16\Command29=false +Commands\16\GetCommand=true +Commands\16\Max=101 +Commands\16\Min=1 +Commands\16\SetCommand=true +Commands\16\String=\\x08 +Commands\16\Type=Memory Mode +Commands\17\Command29=false +Commands\17\GetCommand=true +Commands\17\Max=101 +Commands\17\Min=1 +Commands\17\SetCommand=true +Commands\17\String=\\x09 +Commands\17\Type=Memory Write +Commands\18\Command29=false +Commands\18\GetCommand=true +Commands\18\Max=101 +Commands\18\Min=1 +Commands\18\SetCommand=true +Commands\18\String=\\x0a +Commands\18\Type=Memory to VFO +Commands\19\Command29=false +Commands\19\GetCommand=true +Commands\19\Max=101 +Commands\19\Min=1 +Commands\19\SetCommand=true +Commands\19\String=\\x0b +Commands\19\Type=Memory Clear +Commands\2\Command29=false +Commands\2\GetCommand=false +Commands\2\Max=0 +Commands\2\Min=0 +Commands\2\SetCommand=false +Commands\2\String=\\x01 +Commands\2\Type=Mode (TRX) +Commands\20\Command29=false +Commands\20\GetCommand=true +Commands\20\Max=0 +Commands\20\Min=0 +Commands\20\SetCommand=true +Commands\20\String=\\x0e +Commands\20\Type=Scanning +Commands\21\Command29=false +Commands\21\GetCommand=true +Commands\21\Max=99 +Commands\21\Min=0 +Commands\21\SetCommand=true +Commands\21\String=\\x0f +Commands\21\Type=Split/Duplex +Commands\22\Command29=false +Commands\22\GetCommand=true +Commands\22\Max=8 +Commands\22\Min=0 +Commands\22\SetCommand=true +Commands\22\String=\\x10 +Commands\22\Type=Tuning Step +Commands\23\Command29=true +Commands\23\GetCommand=true +Commands\23\Max=45 +Commands\23\Min=0 +Commands\23\SetCommand=true +Commands\23\String=\\x11 +Commands\23\Type=Attenuator Status +Commands\24\Command29=true +Commands\24\GetCommand=true +Commands\24\Max=1 +Commands\24\Min=0 +Commands\24\SetCommand=true +Commands\24\String=\\x12 +Commands\24\Type=Antenna +Commands\25\Command29=false +Commands\25\GetCommand=false +Commands\25\Max=2 +Commands\25\Min=0 +Commands\25\SetCommand=true +Commands\25\String=\\x13 +Commands\25\Type=Speech +Commands\26\Command29=true +Commands\26\GetCommand=true +Commands\26\Max=255 +Commands\26\Min=0 +Commands\26\SetCommand=true +Commands\26\String=\\x14\\x01 +Commands\26\Type=AF Gain +Commands\27\Command29=true +Commands\27\GetCommand=true +Commands\27\Max=255 +Commands\27\Min=0 +Commands\27\SetCommand=true +Commands\27\String=\\x14\\x02 +Commands\27\Type=RF Gain +Commands\28\Command29=true +Commands\28\GetCommand=true +Commands\28\Max=255 +Commands\28\Min=0 +Commands\28\SetCommand=true +Commands\28\String=\\x14\\x03 +Commands\28\Type=Squelch +Commands\29\Command29=true +Commands\29\GetCommand=true +Commands\29\Max=255 +Commands\29\Min=0 +Commands\29\SetCommand=true +Commands\29\String=\\x14\\x05 +Commands\29\Type=APF Type Level +Commands\3\Command29=false +Commands\3\GetCommand=true +Commands\3\Max=0 +Commands\3\Min=0 +Commands\3\SetCommand=true +Commands\3\String=\\x02 +Commands\3\Type=Band Edge Freq +Commands\30\Command29=true +Commands\30\GetCommand=true +Commands\30\Max=255 +Commands\30\Min=0 +Commands\30\SetCommand=true +Commands\30\String=\\x14\\x06 +Commands\30\Type=NR Level +Commands\31\Command29=true +Commands\31\GetCommand=true +Commands\31\Max=255 +Commands\31\Min=0 +Commands\31\SetCommand=true +Commands\31\String=\\x14\\x07 +Commands\31\Type=PBT Inner +Commands\32\Command29=true +Commands\32\GetCommand=true +Commands\32\Max=255 +Commands\32\Min=0 +Commands\32\SetCommand=true +Commands\32\String=\\x14\\x08 +Commands\32\Type=PBT Outer +Commands\33\Command29=false +Commands\33\GetCommand=true +Commands\33\Max=900 +Commands\33\Min=300 +Commands\33\SetCommand=true +Commands\33\String=\\x14\\x09 +Commands\33\Type=CW Pitch +Commands\34\Command29=false +Commands\34\GetCommand=true +Commands\34\Max=255 +Commands\34\Min=0 +Commands\34\SetCommand=true +Commands\34\String=\\x14\\x0a +Commands\34\Type=RF Power +Commands\35\Command29=false +Commands\35\GetCommand=true +Commands\35\Max=255 +Commands\35\Min=0 +Commands\35\SetCommand=true +Commands\35\String=\\x14\\x0b +Commands\35\Type=Mic Gain +Commands\36\Command29=false +Commands\36\GetCommand=true +Commands\36\Max=48 +Commands\36\Min=6 +Commands\36\SetCommand=true +Commands\36\String=\\x14\\x0c +Commands\36\Type=Key Speed +Commands\37\Command29=false +Commands\37\GetCommand=true +Commands\37\Max=255 +Commands\37\Min=0 +Commands\37\SetCommand=true +Commands\37\String=\\x14\\x0e +Commands\37\Type=Compressor Level +Commands\38\Command29=false +Commands\38\GetCommand=true +Commands\38\Max=255 +Commands\38\Min=0 +Commands\38\SetCommand=true +Commands\38\String=\\x14\\x0f +Commands\38\Type=Break-In Delay +Commands\39\Command29=true +Commands\39\GetCommand=true +Commands\39\Max=255 +Commands\39\Min=0 +Commands\39\SetCommand=true +Commands\39\String=\\x14\\x12 +Commands\39\Type=NB Level +Commands\4\Command29=false +Commands\4\GetCommand=true +Commands\4\Max=0 +Commands\4\Min=0 +Commands\4\SetCommand=false +Commands\4\String=\\x03 +Commands\4\Type=Freq Get +Commands\40\Command29=true +Commands\40\GetCommand=true +Commands\40\Max=255 +Commands\40\Min=0 +Commands\40\SetCommand=true +Commands\40\String=\\x14\\x13 +Commands\40\Type=DIGI-SEL Shift +Commands\41\Command29=false +Commands\41\GetCommand=true +Commands\41\Max=255 +Commands\41\Min=0 +Commands\41\SetCommand=true +Commands\41\String=\\x14\\x14 +Commands\41\Type=Drive Gain +Commands\42\Command29=false +Commands\42\GetCommand=true +Commands\42\Max=255 +Commands\42\Min=0 +Commands\42\SetCommand=true +Commands\42\String=\\x14\\x15 +Commands\42\Type=Monitor Gain +Commands\43\Command29=false +Commands\43\GetCommand=true +Commands\43\Max=255 +Commands\43\Min=0 +Commands\43\SetCommand=true +Commands\43\String=\\x14\\x16 +Commands\43\Type=Vox Gain +Commands\44\Command29=false +Commands\44\GetCommand=true +Commands\44\Max=255 +Commands\44\Min=0 +Commands\44\SetCommand=true +Commands\44\String=\\x14\\x17 +Commands\44\Type=Anti-Vox Gain +Commands\45\Command29=true +Commands\45\GetCommand=true +Commands\45\Max=1 +Commands\45\Min=0 +Commands\45\SetCommand=true +Commands\45\String=\\x15\\x01 +Commands\45\Type=S Meter Sql Status +Commands\46\Command29=true +Commands\46\GetCommand=true +Commands\46\Max=255 +Commands\46\Min=0 +Commands\46\SetCommand=true +Commands\46\String=\\x15\\x02 +Commands\46\Type=S Meter +Commands\47\Command29=true +Commands\47\GetCommand=true +Commands\47\Max=1 +Commands\47\Min=0 +Commands\47\SetCommand=true +Commands\47\String=\\x15\\x05 +Commands\47\Type=Various Squelch +Commands\48\Command29=false +Commands\48\GetCommand=true +Commands\48\Max=1 +Commands\48\Min=0 +Commands\48\SetCommand=true +Commands\48\String=\\x15\\x07 +Commands\48\Type=Overflow Status +Commands\49\Command29=false +Commands\49\GetCommand=true +Commands\49\Max=255 +Commands\49\Min=0 +Commands\49\SetCommand=true +Commands\49\String=\\x15\\x11 +Commands\49\Type=Power Meter +Commands\5\Command29=false +Commands\5\GetCommand=true +Commands\5\Max=0 +Commands\5\Min=0 +Commands\5\SetCommand=false +Commands\5\String=\\x04 +Commands\5\Type=Mode Get +Commands\50\Command29=false +Commands\50\GetCommand=true +Commands\50\Max=255 +Commands\50\Min=0 +Commands\50\SetCommand=true +Commands\50\String=\\x15\\x12 +Commands\50\Type=SWR Meter +Commands\51\Command29=false +Commands\51\GetCommand=true +Commands\51\Max=255 +Commands\51\Min=0 +Commands\51\SetCommand=true +Commands\51\String=\\x15\\x13 +Commands\51\Type=ALC Meter +Commands\52\Command29=false +Commands\52\GetCommand=true +Commands\52\Max=255 +Commands\52\Min=0 +Commands\52\SetCommand=true +Commands\52\String=\\x15\\x14 +Commands\52\Type=Comp Meter +Commands\53\Command29=false +Commands\53\GetCommand=true +Commands\53\Max=255 +Commands\53\Min=0 +Commands\53\SetCommand=true +Commands\53\String=\\x15\\x15 +Commands\53\Type=Vd Meter +Commands\54\Command29=false +Commands\54\GetCommand=true +Commands\54\Max=255 +Commands\54\Min=0 +Commands\54\SetCommand=true +Commands\54\String=\\x15\\x16 +Commands\54\Type=Id Meter +Commands\55\Command29=true +Commands\55\GetCommand=true +Commands\55\Max=2 +Commands\55\Min=0 +Commands\55\SetCommand=true +Commands\55\String=\\x16\\x02 +Commands\55\Type=Preamp Status +Commands\56\Command29=true +Commands\56\GetCommand=true +Commands\56\Max=1 +Commands\56\Min=0 +Commands\56\SetCommand=true +Commands\56\String=\\x16\\x22 +Commands\56\Type=Noise Blanker +Commands\57\Command29=true +Commands\57\GetCommand=true +Commands\57\Max=3 +Commands\57\Min=0 +Commands\57\SetCommand=true +Commands\57\String=\\x16\\x32 +Commands\57\Type=Audio Peak Filter +Commands\58\Command29=true +Commands\58\GetCommand=true +Commands\58\Max=1 +Commands\58\Min=0 +Commands\58\SetCommand=true +Commands\58\String=\\x16\\x40 +Commands\58\Type=Noise Reduction +Commands\59\Command29=true +Commands\59\GetCommand=true +Commands\59\Max=1 +Commands\59\Min=0 +Commands\59\SetCommand=true +Commands\59\String=\\x16\\x41 +Commands\59\Type=Auto Notch +Commands\6\Command29=false +Commands\6\GetCommand=false +Commands\6\Max=0 +Commands\6\Min=0 +Commands\6\SetCommand=true +Commands\6\String=\\x05 +Commands\6\Type=Freq Set +Commands\60\Command29=true +Commands\60\GetCommand=true +Commands\60\Max=1 +Commands\60\Min=0 +Commands\60\SetCommand=true +Commands\60\String=\\x16\\x42 +Commands\60\Type=Repeater Tone +Commands\61\Command29=true +Commands\61\GetCommand=true +Commands\61\Max=1 +Commands\61\Min=0 +Commands\61\SetCommand=true +Commands\61\String=\\x16\\x43 +Commands\61\Type=Repeater TSQL +Commands\62\Command29=false +Commands\62\GetCommand=true +Commands\62\Max=1 +Commands\62\Min=0 +Commands\62\SetCommand=true +Commands\62\String=\\x16\\x44 +Commands\62\Type=Compressor Status +Commands\63\Command29=false +Commands\63\GetCommand=true +Commands\63\Max=1 +Commands\63\Min=0 +Commands\63\SetCommand=true +Commands\63\String=\\x16\\x45 +Commands\63\Type=Monitor Status +Commands\64\Command29=false +Commands\64\GetCommand=true +Commands\64\Max=1 +Commands\64\Min=0 +Commands\64\SetCommand=true +Commands\64\String=\\x16\\x46 +Commands\64\Type=Vox Status +Commands\65\Command29=false +Commands\65\GetCommand=true +Commands\65\Max=2 +Commands\65\Min=0 +Commands\65\SetCommand=true +Commands\65\String=\\x16\\x47 +Commands\65\Type=Break-In Status +Commands\66\Command29=true +Commands\66\GetCommand=true +Commands\66\Max=1 +Commands\66\Min=0 +Commands\66\SetCommand=true +Commands\66\String=\\x16\\x48 +Commands\66\Type=Manual Notch +Commands\67\Command29=true +Commands\67\GetCommand=true +Commands\67\Max=1 +Commands\67\Min=0 +Commands\67\SetCommand=true +Commands\67\String=\\x16\\x4e +Commands\67\Type=DIGI-Sel Status +Commands\68\Command29=true +Commands\68\GetCommand=true +Commands\68\Max=1 +Commands\68\Min=0 +Commands\68\SetCommand=true +Commands\68\String=\\x16\\x4f +Commands\68\Type=Twin Peak Filter +Commands\69\Command29=false +Commands\69\GetCommand=true +Commands\69\Max=1 +Commands\69\Min=0 +Commands\69\SetCommand=true +Commands\69\String=\\x16\\x50 +Commands\69\Type=Dial Lock Status +Commands\7\Command29=false +Commands\7\GetCommand=false +Commands\7\Max=0 +Commands\7\Min=0 +Commands\7\SetCommand=true +Commands\7\String=\\x06 +Commands\7\Type=Mode Set +Commands\70\Command29=true +Commands\70\GetCommand=true +Commands\70\Max=1 +Commands\70\Min=0 +Commands\70\SetCommand=true +Commands\70\String=\\x16\\x53 +Commands\70\Type=RX Antenna +Commands\71\Command29=true +Commands\71\GetCommand=true +Commands\71\Max=1 +Commands\71\Min=0 +Commands\71\SetCommand=true +Commands\71\String=\\x16\\x56 +Commands\71\Type=DSP IF Filter +Commands\72\Command29=false +Commands\72\GetCommand=true +Commands\72\Max=2 +Commands\72\Min=0 +Commands\72\SetCommand=true +Commands\72\String=\\x16\\x58 +Commands\72\Type=SSB TX Bandwidth +Commands\73\Command29=false +Commands\73\GetCommand=true +Commands\73\Max=1 +Commands\73\Min=0 +Commands\73\SetCommand=true +Commands\73\String=\\x16\\x5e +Commands\73\Type=Main/Sub Tracking +Commands\74\Command29=true +Commands\74\GetCommand=true +Commands\74\Max=1 +Commands\74\Min=0 +Commands\74\SetCommand=true +Commands\74\String=\\x16\\x65 +Commands\74\Type=IP Plus Status +Commands\75\Command29=false +Commands\75\GetCommand=false +Commands\75\Max=30 +Commands\75\Min=0 +Commands\75\SetCommand=true +Commands\75\String=\\x17 +Commands\75\Type=Send CW +Commands\76\Command29=false +Commands\76\GetCommand=true +Commands\76\Max=1 +Commands\76\Min=0 +Commands\76\SetCommand=true +Commands\76\String=\\x18 +Commands\76\Type=Power Control +Commands\77\Command29=false +Commands\77\GetCommand=true +Commands\77\Max=0 +Commands\77\Min=0 +Commands\77\SetCommand=true +Commands\77\String=\\x19\\x00 +Commands\77\Type=Transceiver ID +Commands\78\Command29=false +Commands\78\GetCommand=true +Commands\78\Max=101 +Commands\78\Min=1 +Commands\78\SetCommand=true +Commands\78\String=\\x1a\\x00 +Commands\78\Type=Memory Contents +Commands\79\Command29=false +Commands\79\GetCommand=true +Commands\79\Max=3 +Commands\79\Min=1 +Commands\79\SetCommand=true +Commands\79\String=\\x1a\\x01 +Commands\79\Type=Band Stacking Reg +Commands\8\Command29=false +Commands\8\GetCommand=true +Commands\8\Max=0 +Commands\8\Min=0 +Commands\8\SetCommand=true +Commands\8\String=\\x07\\xb0 +Commands\8\Type=VFO Swap M/S +Commands\80\Command29=true +Commands\80\GetCommand=true +Commands\80\Max=10000 +Commands\80\Min=50 +Commands\80\SetCommand=true +Commands\80\String=\\x1a\\x03 +Commands\80\Type=Filter Width +Commands\81\Command29=false +Commands\81\GetCommand=true +Commands\81\Max=1 +Commands\81\Min=0 +Commands\81\SetCommand=true +Commands\81\String=\\x1a\\x05\\x00\\x32 +Commands\81\Type=Quick Dual Watch +Commands\82\Command29=false +Commands\82\GetCommand=true +Commands\82\Max=1 +Commands\82\Min=0 +Commands\82\SetCommand=true +Commands\82\String=\\x1a\\x05\\x00\\x33 +Commands\82\Type=Quick Split +Commands\83\Command29=false +Commands\83\GetCommand=true +Commands\83\Max=511 +Commands\83\Min=0 +Commands\83\SetCommand=true +Commands\83\String=\\x1a\\x05\\x00\\x70 +Commands\83\Type=REF Adjust +Commands\84\Command29=false +Commands\84\GetCommand=true +Commands\84\Max=255 +Commands\84\Min=0 +Commands\84\SetCommand=true +Commands\84\String=\\x1A\\x05\\x00\\x88 +Commands\84\Type=ACC1 Mod Level +Commands\85\Command29=false +Commands\85\GetCommand=true +Commands\85\Max=255 +Commands\85\Min=0 +Commands\85\SetCommand=true +Commands\85\String=\\x1a\\x05\\x00\\x89 +Commands\85\Type=USB Mod Level +Commands\86\Command29=false +Commands\86\GetCommand=true +Commands\86\Max=255 +Commands\86\Min=0 +Commands\86\SetCommand=true +Commands\86\String=\\x1a\\x05\\x00\\x90 +Commands\86\Type=LAN Mod Level +Commands\87\Command29=false +Commands\87\GetCommand=true +Commands\87\Max=5 +Commands\87\Min=0 +Commands\87\SetCommand=true +Commands\87\String=\\x1a\\x05\\x00\\x91 +Commands\87\Type=Data Off Mod Input +Commands\88\Command29=false +Commands\88\GetCommand=true +Commands\88\Max=5 +Commands\88\Min=0 +Commands\88\SetCommand=true +Commands\88\String=\\x1a\\x05\\x00\\x92 +Commands\88\Type=DATA1 Mod Input +Commands\89\Command29=false +Commands\89\GetCommand=true +Commands\89\Max=5 +Commands\89\Min=0 +Commands\89\SetCommand=true +Commands\89\String=\\x1a\\x05\\x00\\x93 +Commands\89\Type=DATA2 Mod Input +Commands\9\Command29=false +Commands\9\GetCommand=true +Commands\9\Max=0 +Commands\9\Min=0 +Commands\9\SetCommand=true +Commands\9\String=\\x07\\xb1 +Commands\9\Type=VFO Equal MS +Commands\90\Command29=false +Commands\90\GetCommand=true +Commands\90\Max=5 +Commands\90\Min=0 +Commands\90\SetCommand=true +Commands\90\String=\\x1a\\x05\\x00\\x94 +Commands\90\Type=DATA3 Mod Input +Commands\91\Command29=false +Commands\91\GetCommand=true +Commands\91\Max=1 +Commands\91\Min=0 +Commands\91\SetCommand=true +Commands\91\String=\\x1a\\x05\\x01\\x12 +Commands\91\Type=CIV Transceive +Commands\92\Command29=false +Commands\92\GetCommand=true +Commands\92\Max=0 +Commands\92\Min=0 +Commands\92\SetCommand=true +Commands\92\String=\\x1a\\x05\\x01\\x58 +Commands\92\Type=System Date +Commands\93\Command29=false +Commands\93\GetCommand=true +Commands\93\Max=0 +Commands\93\Min=0 +Commands\93\SetCommand=true +Commands\93\String=\\x1a\\x05\\x01\\x59 +Commands\93\Type=System Time +Commands\94\Command29=false +Commands\94\GetCommand=true +Commands\94\Max=0 +Commands\94\Min=0 +Commands\94\SetCommand=true +Commands\94\String=\\x1a\\x05\\x01\\x62 +Commands\94\Type=UTC Offset +Commands\95\Command29=false +Commands\95\GetCommand=true +Commands\95\Max=45 +Commands\95\Min=28 +Commands\95\SetCommand=true +Commands\95\String=\\x1a\\x05\\x02\\x28 +Commands\95\Type=Dash Ratio +Commands\96\Command29=false +Commands\96\GetCommand=true +Commands\96\Max=0 +Commands\96\Min=0 +Commands\96\SetCommand=true +Commands\96\String=\\x1a\\x06 +Commands\96\Type=Data Mode Filter +Commands\97\Command29=true +Commands\97\GetCommand=true +Commands\97\Max=1 +Commands\97\Min=0 +Commands\97\SetCommand=true +Commands\97\String=\\x1a\\x09 +Commands\97\Type=AF Mute Status +Commands\98\Command29=true +Commands\98\GetCommand=true +Commands\98\Max=13 +Commands\98\Min=0 +Commands\98\SetCommand=true +Commands\98\String=\\x1a04 +Commands\98\Type=AGC Time Constant +Commands\99\Command29=true +Commands\99\GetCommand=true +Commands\99\Max=255 +Commands\99\Min=0 +Commands\99\SetCommand=true +Commands\99\String=\\x1b\\x00 +Commands\99\Type=Tone Frequency +Commands\size=140 Filters\1\Modes=0 Filters\1\Name=Filter 1 -Filters\2\Num=2 +Filters\1\Num=1 Filters\2\Modes=0 Filters\2\Name=Filter 2 -Filters\3\Num=3 +Filters\2\Num=2 Filters\3\Modes=0 Filters\3\Name=Filter 3 +Filters\3\Num=3 Filters\size=3 +HasCommand29=true +HasEthernet=true +HasFDComms=true +HasLAN=true +HasSpectrum=true +HasTransmit=true +HasWiFi=false +Inputs\1\Name=MIC +Inputs\1\Num=0 +Inputs\1\Reg=0 +Inputs\2\Name=ACC +Inputs\2\Num=1 +Inputs\2\Reg=1 +Inputs\3\Name=USB +Inputs\3\Num=3 +Inputs\3\Reg=3 +Inputs\4\Name=LAN +Inputs\4\Num=4 +Inputs\4\Reg=5 +Inputs\5\Name=M/A +Inputs\5\Num=5 +Inputs\5\Reg=2 +Inputs\6\Name=M/U +Inputs\6\Num=10 +Inputs\6\Reg=4 +Inputs\size=6 +Manufacturer=Icom +MemFormat=%1.2b %3.1c %4.5f %9.1g %10.1h %11.1k %12.3n %15.3o %18.10z +MemGroups=1 +MemStart=1 +Memories=101 +Model=IC-7610 +Modes\1\Max=3600 +Modes\1\Min=50 +Modes\1\Name=LSB +Modes\1\Num=0 +Modes\1\Reg=0 +Modes\10\Max=3600 +Modes\10\Min=50 +Modes\10\Name=PSK-R +Modes\10\Num=9 +Modes\10\Reg=13 +Modes\2\Max=3600 +Modes\2\Min=50 +Modes\2\Name=USB +Modes\2\Num=1 +Modes\2\Reg=1 +Modes\3\Max=10000 +Modes\3\Min=200 +Modes\3\Name=AM +Modes\3\Num=2 +Modes\3\Reg=2 +Modes\4\Max=3600 +Modes\4\Min=50 +Modes\4\Name=CW +Modes\4\Num=3 +Modes\4\Reg=3 +Modes\5\Max=2700 +Modes\5\Min=50 +Modes\5\Name=RTTY +Modes\5\Num=4 +Modes\5\Reg=4 +Modes\6\Max=0 +Modes\6\Min=0 +Modes\6\Name=FM +Modes\6\Num=5 +Modes\6\Reg=5 +Modes\7\Max=3600 +Modes\7\Min=50 +Modes\7\Name=CW-R +Modes\7\Num=6 +Modes\7\Reg=7 +Modes\8\Max=2700 +Modes\8\Min=50 +Modes\8\Name=RTTY-R +Modes\8\Num=7 +Modes\8\Reg=8 +Modes\9\Max=3600 +Modes\9\Min=50 +Modes\9\Name=PSK +Modes\9\Num=8 +Modes\9\Reg=12 +Modes\size=10 +NumberOfReceivers=2 +NumberOfVFOs=1 +Periodic\1\Command=Antenna +Periodic\1\Priority=Medium Low +Periodic\1\VFO=-1 +Periodic\10\Command=Main RX Mode +Periodic\10\Priority=Medium +Periodic\10\VFO=0 +Periodic\11\Command=Monitor Gain +Periodic\11\Priority=Medium Low +Periodic\11\VFO=0 +Periodic\12\Command=Monitor Status +Periodic\12\Priority=Medium Low +Periodic\12\VFO=0 +Periodic\13\Command=Noise Blanker +Periodic\13\Priority=Medium Low +Periodic\13\VFO=-1 +Periodic\14\Command=Noise Reduction +Periodic\14\Priority=Medium Low +Periodic\14\VFO=-1 +Periodic\15\Command=Overflow Status +Periodic\15\Priority=High +Periodic\15\VFO=0 +Periodic\16\Command=Preamp Status +Periodic\16\Priority=Medium Low +Periodic\16\VFO=-1 +Periodic\17\Command=RF Gain +Periodic\17\Priority=Medium +Periodic\17\VFO=0 +Periodic\18\Command=RF Power +Periodic\18\Priority=Medium +Periodic\18\VFO=0 +Periodic\19\Command=S Meter +Periodic\19\Priority=Highest +Periodic\19\VFO=-1 +Periodic\2\Command=Attenuator Status +Periodic\2\Priority=Medium Low +Periodic\2\VFO=-1 +Periodic\20\Command=Scope Main Hold +Periodic\20\Priority=Medium +Periodic\20\VFO=0 +Periodic\21\Command=Scope Main Mode +Periodic\21\Priority=Medium High +Periodic\21\VFO=0 +Periodic\22\Command=Scope Main Span +Periodic\22\Priority=Medium High +Periodic\22\VFO=0 +Periodic\23\Command=Scope Main Speed +Periodic\23\Priority=Medium +Periodic\23\VFO=0 +Periodic\24\Command=Scope Main/Sub +Periodic\24\Priority=Medium High +Periodic\24\VFO=0 +Periodic\25\Command=Scope Single/Dual +Periodic\25\Priority=Medium High +Periodic\25\VFO=0 +Periodic\26\Command=Scope Sub Hold +Periodic\26\Priority=Medium +Periodic\26\VFO=1 +Periodic\27\Command=Scope Sub Mode +Periodic\27\Priority=Medium High +Periodic\27\VFO=1 +Periodic\28\Command=Scope Sub Span +Periodic\28\Priority=Medium High +Periodic\28\VFO=1 +Periodic\29\Command=Scope Sub Speed +Periodic\29\Priority=Medium +Periodic\29\VFO=1 +Periodic\3\Command=Compressor Status +Periodic\3\Priority=Medium Low +Periodic\3\VFO=-1 +Periodic\30\Command=Squelch +Periodic\30\Priority=Medium Low +Periodic\30\VFO=-1 +Periodic\31\Command=Sub RX Frequency +Periodic\31\Priority=Medium +Periodic\31\VFO=1 +Periodic\32\Command=Sub RX Mode +Periodic\32\Priority=Medium +Periodic\32\VFO=1 +Periodic\33\Command=Transceiver Status +Periodic\33\Priority=High +Periodic\33\VFO=0 +Periodic\34\Command=Tuner/ATU Status +Periodic\34\Priority=Medium +Periodic\34\VFO=0 +Periodic\35\Command=Tuning Step +Periodic\35\Priority=Medium Low +Periodic\35\VFO=0 +Periodic\36\Command=VFO Dual Watch +Periodic\36\Priority=Medium +Periodic\36\VFO=0 +Periodic\37\Command=Vox Status +Periodic\37\Priority=Medium Low +Periodic\37\VFO=0 +Periodic\4\Command=Data Off Mod Input +Periodic\4\Priority=Medium High +Periodic\4\VFO=0 +Periodic\5\Command=DATA1 Mod Input +Periodic\5\Priority=Medium High +Periodic\5\VFO=0 +Periodic\6\Command=DATA2 Mod Input +Periodic\6\Priority=Medium High +Periodic\6\VFO=0 +Periodic\7\Command=DATA3 Mod Input +Periodic\7\Priority=Medium High +Periodic\7\VFO=0 +Periodic\8\Command=IP Plus Status +Periodic\8\Priority=Medium Low +Periodic\8\VFO=-1 +Periodic\9\Command=Main RX Frequency +Periodic\9\Priority=Medium +Periodic\9\VFO=0 +Periodic\size=37 +Preamps\1\Name=OFF +Preamps\1\Num=0 +Preamps\2\Name=PRE1 +Preamps\2\Num=1 +Preamps\3\Name=PRE2 +Preamps\3\Num=2 +Preamps\size=3 +RigCtlDModel=3078 +SatFormat= +SatMemories=0 +Spans\1\Freq=2500 +Spans\1\Name=\xb1\x32.5 KHz +Spans\1\Num=0 +Spans\2\Freq=5000 +Spans\2\Name=\xb1\x35 KHz +Spans\2\Num=1 +Spans\3\Freq=10000 +Spans\3\Name=\xb1\x31\x30 KHz +Spans\3\Num=2 +Spans\4\Freq=25000 +Spans\4\Name=\xb1\x32\x35 KHz +Spans\4\Num=3 +Spans\5\Freq=50000 +Spans\5\Name=\xb1\x35\x30 KHz +Spans\5\Num=4 +Spans\6\Freq=100000 +Spans\6\Name=\xb1\x31\x30\x30 KHz +Spans\6\Num=5 +Spans\7\Freq=250000 +Spans\7\Name=\xb1\x32\x35\x30 KHz +Spans\7\Num=6 +Spans\8\Freq=500000 +Spans\8\Name=\xb1\x35\x30\x30 KHz +Spans\8\Num=7 +Spans\size=8 +SpectrumAmpMax=200 +SpectrumLenMax=689 +SpectrumSeqMax=15 +Tuning%20Steps\1\Hz=1 +Tuning%20Steps\1\Name=1 Hz +Tuning%20Steps\1\Num=0 +Tuning%20Steps\10\Hz=9000 +Tuning%20Steps\10\Name=9 KHz +Tuning%20Steps\10\Num=4 +Tuning%20Steps\11\Hz=10000 +Tuning%20Steps\11\Name=10 KHz +Tuning%20Steps\11\Num=5 +Tuning%20Steps\12\Hz=12500 +Tuning%20Steps\12\Name=12.5 KHz +Tuning%20Steps\12\Num=6 +Tuning%20Steps\13\Hz=20000 +Tuning%20Steps\13\Name=20 KHz +Tuning%20Steps\13\Num=7 +Tuning%20Steps\14\Hz=25000 +Tuning%20Steps\14\Name=25 KHz +Tuning%20Steps\14\Num=8 +Tuning%20Steps\15\Hz=100000 +Tuning%20Steps\15\Name=100 Khz +Tuning%20Steps\15\Num=0 +Tuning%20Steps\16\Hz=250000 +Tuning%20Steps\16\Name=250 KHz +Tuning%20Steps\16\Num=0 +Tuning%20Steps\17\Hz=1000000 +Tuning%20Steps\17\Name=1 MHz +Tuning%20Steps\17\Num=0 +Tuning%20Steps\2\Hz=10 +Tuning%20Steps\2\Name=10 Hz +Tuning%20Steps\2\Num=0 +Tuning%20Steps\3\Hz=100 +Tuning%20Steps\3\Name=100 Hz +Tuning%20Steps\3\Num=1 +Tuning%20Steps\4\Hz=500 +Tuning%20Steps\4\Name=500 Hz +Tuning%20Steps\4\Num=0 +Tuning%20Steps\5\Hz=1000 +Tuning%20Steps\5\Name=1 KHz +Tuning%20Steps\5\Num=2 +Tuning%20Steps\6\Hz=2500 +Tuning%20Steps\6\Name=2.5 KHz +Tuning%20Steps\6\Num=0 +Tuning%20Steps\7\Hz=5000 +Tuning%20Steps\7\Name=5 KHz +Tuning%20Steps\7\Num=3 +Tuning%20Steps\8\Hz=6125 +Tuning%20Steps\8\Name=6.125 KHz +Tuning%20Steps\8\Num=0 +Tuning%20Steps\9\Hz=8333 +Tuning%20Steps\9\Name=8.333 KHz +Tuning%20Steps\9\Num=0 +Tuning%20Steps\size=17 diff --git a/rigs/IC-785x.rig b/rigs/IC-785x.rig index 57ced3c..d1f7013 100644 --- a/rigs/IC-785x.rig +++ b/rigs/IC-785x.rig @@ -1,1423 +1,16 @@ [General] -Version=1.90 +Version=1.91 [Rig] -Manufacturer=Icom -Model=IC-785x -CIVAddress=142 -RigCtlDModel=3075 -NumberOfReceivers=2 -NumberOfVFOs=1 -SpectrumSeqMax=15 -SpectrumAmpMax=200 -SpectrumLenMax=689 -HasSpectrum=true -HasLAN=true -HasEthernet=true -HasWiFi=false -HasTransmit=true -HasFDComms=true -HasCommand29=true -MemGroups=1 -Memories=101 -MemStart=1 -MemFormat=%1.2b %3.1c %4.5f %9.1g %10.1h %11.1k %12.3n %15.3o %18.10z -SatMemories=0 -SatFormat= -Commands\1\Type=Freq (TRX) -Commands\1\String=\\x00 -Commands\1\Min=0 -Commands\1\Max=0 -Commands\1\Command29=false -Commands\1\GetCommand=false -Commands\1\SetCommand=false -Commands\2\Type=Mode (TRX) -Commands\2\String=\\x01 -Commands\2\Min=0 -Commands\2\Max=0 -Commands\2\Command29=false -Commands\2\GetCommand=false -Commands\2\SetCommand=false -Commands\3\Type=Band Edge Freq -Commands\3\String=\\x02 -Commands\3\Min=0 -Commands\3\Max=0 -Commands\3\Command29=false -Commands\3\GetCommand=true -Commands\3\SetCommand=true -Commands\4\Type=Freq Get -Commands\4\String=\\x03 -Commands\4\Min=0 -Commands\4\Max=0 -Commands\4\Command29=false -Commands\4\GetCommand=true -Commands\4\SetCommand=false -Commands\5\Type=Mode Get -Commands\5\String=\\x04 -Commands\5\Min=0 -Commands\5\Max=0 -Commands\5\Command29=false -Commands\5\GetCommand=true -Commands\5\SetCommand=false -Commands\6\Type=Freq Set -Commands\6\String=\\x05 -Commands\6\Min=0 -Commands\6\Max=0 -Commands\6\Command29=false -Commands\6\GetCommand=false -Commands\6\SetCommand=true -Commands\7\Type=Mode Set -Commands\7\String=\\x06 -Commands\7\Min=0 -Commands\7\Max=0 -Commands\7\Command29=false -Commands\7\GetCommand=false -Commands\7\SetCommand=true -Commands\8\Type=VFO Swap M/S -Commands\8\String=\\x07\\xb0 -Commands\8\Min=0 -Commands\8\Max=0 -Commands\8\Command29=false -Commands\8\GetCommand=true -Commands\8\SetCommand=true -Commands\9\Type=VFO Swap M/S -Commands\9\String=\\x07\\xb0 -Commands\9\Min=0 -Commands\9\Max=0 -Commands\9\Command29=false -Commands\9\GetCommand=true -Commands\9\SetCommand=true -Commands\10\Type=VFO Equal MS -Commands\10\String=\\x07\\xb1 -Commands\10\Min=0 -Commands\10\Max=0 -Commands\10\Command29=false -Commands\10\GetCommand=true -Commands\10\SetCommand=true -Commands\11\Type=VFO Dual Watch Off -Commands\11\String=\\x07\\xc0 -Commands\11\Min=0 -Commands\11\Max=0 -Commands\11\Command29=false -Commands\11\GetCommand=true -Commands\11\SetCommand=true -Commands\12\Type=VFO Dual Watch On -Commands\12\String=\\x07\\xc1 -Commands\12\Min=0 -Commands\12\Max=0 -Commands\12\Command29=false -Commands\12\GetCommand=true -Commands\12\SetCommand=true -Commands\13\Type=VFO Dual Watch -Commands\13\String=\\x07\\xc2 -Commands\13\Min=0 -Commands\13\Max=1 -Commands\13\Command29=false -Commands\13\GetCommand=true -Commands\13\SetCommand=true -Commands\14\Type=VFO Main Select -Commands\14\String=\\x07\\xd0 -Commands\14\Min=0 -Commands\14\Max=0 -Commands\14\Command29=false -Commands\14\GetCommand=true -Commands\14\SetCommand=true -Commands\15\Type=VFO Sub Select -Commands\15\String=\\x07\\xd1 -Commands\15\Min=0 -Commands\15\Max=0 -Commands\15\Command29=false -Commands\15\GetCommand=true -Commands\15\SetCommand=true -Commands\16\Type=VFO Main/Sub Band -Commands\16\String=\\x07\\xd2 -Commands\16\Min=0 -Commands\16\Max=1 -Commands\16\Command29=false -Commands\16\GetCommand=true -Commands\16\SetCommand=true -Commands\17\Type=Memory Mode -Commands\17\String=\\x08 -Commands\17\Min=1 -Commands\17\Max=101 -Commands\17\Command29=false -Commands\17\GetCommand=true -Commands\17\SetCommand=true -Commands\18\Type=Memory Write -Commands\18\String=\\x09 -Commands\18\Min=1 -Commands\18\Max=101 -Commands\18\Command29=false -Commands\18\GetCommand=true -Commands\18\SetCommand=true -Commands\19\Type=Memory to VFO -Commands\19\String=\\x0a -Commands\19\Min=1 -Commands\19\Max=101 -Commands\19\Command29=false -Commands\19\GetCommand=true -Commands\19\SetCommand=true -Commands\20\Type=Memory Clear -Commands\20\String=\\x0b -Commands\20\Min=1 -Commands\20\Max=101 -Commands\20\Command29=false -Commands\20\GetCommand=true -Commands\20\SetCommand=true -Commands\21\Type=Scanning -Commands\21\String=\\x0e -Commands\21\Min=0 -Commands\21\Max=0 -Commands\21\Command29=false -Commands\21\GetCommand=true -Commands\21\SetCommand=true -Commands\22\Type=Split/Duplex -Commands\22\String=\\x0f -Commands\22\Min=0 -Commands\22\Max=1 -Commands\22\Command29=false -Commands\22\GetCommand=true -Commands\22\SetCommand=true -Commands\23\Type=Tuning Step -Commands\23\String=\\x10 -Commands\23\Min=0 -Commands\23\Max=8 -Commands\23\Command29=false -Commands\23\GetCommand=true -Commands\23\SetCommand=true -Commands\24\Type=Attenuator Status -Commands\24\String=\\x11 -Commands\24\Min=0 -Commands\24\Max=21 -Commands\24\Command29=true -Commands\24\GetCommand=true -Commands\24\SetCommand=true -Commands\25\Type=Antenna -Commands\25\String=\\x12 -Commands\25\Min=0 -Commands\25\Max=3 -Commands\25\Command29=true -Commands\25\GetCommand=true -Commands\25\SetCommand=true -Commands\26\Type=Speech -Commands\26\String=\\x13 -Commands\26\Min=0 -Commands\26\Max=2 -Commands\26\Command29=false -Commands\26\GetCommand=true -Commands\26\SetCommand=true -Commands\27\Type=AF Gain -Commands\27\String=\\x14\\x01 -Commands\27\Min=0 -Commands\27\Max=255 -Commands\27\Command29=true -Commands\27\GetCommand=true -Commands\27\SetCommand=true -Commands\28\Type=RF Gain -Commands\28\String=\\x14\\x02 -Commands\28\Min=0 -Commands\28\Max=255 -Commands\28\Command29=true -Commands\28\GetCommand=true -Commands\28\SetCommand=true -Commands\29\Type=Squelch -Commands\29\String=\\x14\\x03 -Commands\29\Min=0 -Commands\29\Max=255 -Commands\29\Command29=true -Commands\29\GetCommand=true -Commands\29\SetCommand=true -Commands\30\Type=APF Type Level -Commands\30\String=\\x14\\x05 -Commands\30\Min=0 -Commands\30\Max=255 -Commands\30\Command29=true -Commands\30\GetCommand=true -Commands\30\SetCommand=true -Commands\31\Type=NR Level -Commands\31\String=\\x14\\x06 -Commands\31\Min=0 -Commands\31\Max=255 -Commands\31\Command29=true -Commands\31\GetCommand=true -Commands\31\SetCommand=true -Commands\32\Type=PBT Inner -Commands\32\String=\\x14\\x07 -Commands\32\Min=0 -Commands\32\Max=255 -Commands\32\Command29=true -Commands\32\GetCommand=true -Commands\32\SetCommand=true -Commands\33\Type=PBT Outer -Commands\33\String=\\x14\\x08 -Commands\33\Min=0 -Commands\33\Max=255 -Commands\33\Command29=true -Commands\33\GetCommand=true -Commands\33\SetCommand=true -Commands\34\Type=CW Pitch -Commands\34\String=\\x14\\x09 -Commands\34\Min=300 -Commands\34\Max=900 -Commands\34\Command29=false -Commands\34\GetCommand=true -Commands\34\SetCommand=true -Commands\35\Type=RF Power -Commands\35\String=\\x14\\x0a -Commands\35\Min=0 -Commands\35\Max=255 -Commands\35\Command29=false -Commands\35\GetCommand=true -Commands\35\SetCommand=true -Commands\36\Type=Mic Gain -Commands\36\String=\\x14\\x0b -Commands\36\Min=0 -Commands\36\Max=255 -Commands\36\Command29=false -Commands\36\GetCommand=true -Commands\36\SetCommand=true -Commands\37\Type=Key Speed -Commands\37\String=\\x14\\x0c -Commands\37\Min=6 -Commands\37\Max=48 -Commands\37\Command29=false -Commands\37\GetCommand=true -Commands\37\SetCommand=true -Commands\38\Type=Compressor Level -Commands\38\String=\\x14\\x0e -Commands\38\Min=0 -Commands\38\Max=255 -Commands\38\Command29=false -Commands\38\GetCommand=true -Commands\38\SetCommand=true -Commands\39\Type=Break-In Delay -Commands\39\String=\\x14\\x0f -Commands\39\Min=0 -Commands\39\Max=255 -Commands\39\Command29=false -Commands\39\GetCommand=true -Commands\39\SetCommand=true -Commands\40\Type=NB Level -Commands\40\String=\\x14\\x12 -Commands\40\Min=0 -Commands\40\Max=255 -Commands\40\Command29=true -Commands\40\GetCommand=true -Commands\40\SetCommand=true -Commands\41\Type=DIGI-SEL Shift -Commands\41\String=\\x14\\x13 -Commands\41\Min=0 -Commands\41\Max=255 -Commands\41\Command29=true -Commands\41\GetCommand=true -Commands\41\SetCommand=true -Commands\42\Type=Drive Gain -Commands\42\String=\\x14\\x14 -Commands\42\Min=0 -Commands\42\Max=255 -Commands\42\Command29=false -Commands\42\GetCommand=true -Commands\42\SetCommand=true -Commands\43\Type=Monitor Gain -Commands\43\String=\\x14\\x15 -Commands\43\Min=0 -Commands\43\Max=255 -Commands\43\Command29=false -Commands\43\GetCommand=true -Commands\43\SetCommand=true -Commands\44\Type=Vox Gain -Commands\44\String=\\x14\\x16 -Commands\44\Min=0 -Commands\44\Max=255 -Commands\44\Command29=false -Commands\44\GetCommand=true -Commands\44\SetCommand=true -Commands\45\Type=Anti-Vox Gain -Commands\45\String=\\x14\\x17 -Commands\45\Min=0 -Commands\45\Max=255 -Commands\45\Command29=false -Commands\45\GetCommand=true -Commands\45\SetCommand=true -Commands\46\Type=S Meter Sql Status -Commands\46\String=\\x15\\x01 -Commands\46\Min=0 -Commands\46\Max=1 -Commands\46\Command29=true -Commands\46\GetCommand=true -Commands\46\SetCommand=true -Commands\47\Type=S Meter -Commands\47\String=\\x15\\x02 -Commands\47\Min=0 -Commands\47\Max=255 -Commands\47\Command29=true -Commands\47\GetCommand=true -Commands\47\SetCommand=true -Commands\48\Type=Various Squelch -Commands\48\String=\\x15\\x05 -Commands\48\Min=0 -Commands\48\Max=1 -Commands\48\Command29=true -Commands\48\GetCommand=true -Commands\48\SetCommand=true -Commands\49\Type=Power Meter -Commands\49\String=\\x15\\x11 -Commands\49\Min=0 -Commands\49\Max=255 -Commands\49\Command29=false -Commands\49\GetCommand=true -Commands\49\SetCommand=true -Commands\50\Type=SWR Meter -Commands\50\String=\\x15\\x12 -Commands\50\Min=0 -Commands\50\Max=255 -Commands\50\Command29=false -Commands\50\GetCommand=true -Commands\50\SetCommand=true -Commands\51\Type=ALC Meter -Commands\51\String=\\x15\\x13 -Commands\51\Min=0 -Commands\51\Max=255 -Commands\51\Command29=false -Commands\51\GetCommand=true -Commands\51\SetCommand=true -Commands\52\Type=Comp Meter -Commands\52\String=\\x15\\x14 -Commands\52\Min=0 -Commands\52\Max=255 -Commands\52\Command29=false -Commands\52\GetCommand=true -Commands\52\SetCommand=true -Commands\53\Type=Vd Meter -Commands\53\String=\\x15\\x15 -Commands\53\Min=0 -Commands\53\Max=255 -Commands\53\Command29=false -Commands\53\GetCommand=true -Commands\53\SetCommand=true -Commands\54\Type=Id Meter -Commands\54\String=\\x15\\x16 -Commands\54\Min=0 -Commands\54\Max=255 -Commands\54\Command29=false -Commands\54\GetCommand=true -Commands\54\SetCommand=true -Commands\55\Type=Preamp Status -Commands\55\String=\\x16\\x02 -Commands\55\Min=0 -Commands\55\Max=2 -Commands\55\Command29=true -Commands\55\GetCommand=true -Commands\55\SetCommand=true -Commands\56\Type=AGC Time Constant -Commands\56\String=\\x16\\x12 -Commands\56\Min=0 -Commands\56\Max=3 -Commands\56\Command29=true -Commands\56\GetCommand=true -Commands\56\SetCommand=true -Commands\57\Type=Noise Blanker -Commands\57\String=\\x16\\x22 -Commands\57\Min=0 -Commands\57\Max=1 -Commands\57\Command29=true -Commands\57\GetCommand=true -Commands\57\SetCommand=true -Commands\58\Type=Audio Peak Filter -Commands\58\String=\\x16\\x32 -Commands\58\Min=0 -Commands\58\Max=3 -Commands\58\Command29=true -Commands\58\GetCommand=true -Commands\58\SetCommand=true -Commands\59\Type=Noise Reduction -Commands\59\String=\\x16\\x40 -Commands\59\Min=0 -Commands\59\Max=1 -Commands\59\Command29=true -Commands\59\GetCommand=true -Commands\59\SetCommand=true -Commands\60\Type=Auto Notch -Commands\60\String=\\x16\\x41 -Commands\60\Min=0 -Commands\60\Max=1 -Commands\60\Command29=true -Commands\60\GetCommand=true -Commands\60\SetCommand=true -Commands\61\Type=Repeater Tone -Commands\61\String=\\x16\\x42 -Commands\61\Min=0 -Commands\61\Max=1 -Commands\61\Command29=true -Commands\61\GetCommand=true -Commands\61\SetCommand=true -Commands\62\Type=Repeater TSQL -Commands\62\String=\\x16\\x43 -Commands\62\Min=0 -Commands\62\Max=1 -Commands\62\Command29=true -Commands\62\GetCommand=true -Commands\62\SetCommand=true -Commands\63\Type=Compressor Status -Commands\63\String=\\x16\\x44 -Commands\63\Min=0 -Commands\63\Max=1 -Commands\63\Command29=false -Commands\63\GetCommand=true -Commands\63\SetCommand=true -Commands\64\Type=Monitor Status -Commands\64\String=\\x16\\x45 -Commands\64\Min=0 -Commands\64\Max=1 -Commands\64\Command29=false -Commands\64\GetCommand=true -Commands\64\SetCommand=true -Commands\65\Type=Vox Status -Commands\65\String=\\x16\\x46 -Commands\65\Min=0 -Commands\65\Max=1 -Commands\65\Command29=false -Commands\65\GetCommand=true -Commands\65\SetCommand=true -Commands\66\Type=Break-In Status -Commands\66\String=\\x16\\x47 -Commands\66\Min=0 -Commands\66\Max=2 -Commands\66\Command29=false -Commands\66\GetCommand=true -Commands\66\SetCommand=true -Commands\67\Type=Manual Notch -Commands\67\String=\\x16\\x48 -Commands\67\Min=0 -Commands\67\Max=1 -Commands\67\Command29=true -Commands\67\GetCommand=true -Commands\67\SetCommand=true -Commands\68\Type=DIGI-Sel Status -Commands\68\String=\\x16\\x4e -Commands\68\Min=0 -Commands\68\Max=1 -Commands\68\Command29=true -Commands\68\GetCommand=true -Commands\68\SetCommand=true -Commands\69\Type=Twin Peak Filter -Commands\69\String=\\x16\\x4f -Commands\69\Min=0 -Commands\69\Max=1 -Commands\69\Command29=true -Commands\69\GetCommand=true -Commands\69\SetCommand=true -Commands\70\Type=Dial Lock Status -Commands\70\String=\\x16\\x50 -Commands\70\Min=0 -Commands\70\Max=1 -Commands\70\Command29=false -Commands\70\GetCommand=true -Commands\70\SetCommand=true -Commands\71\Type=RX Antenna -Commands\71\String=\\x16\\x53 -Commands\71\Min=0 -Commands\71\Max=1 -Commands\71\Command29=true -Commands\71\GetCommand=true -Commands\71\SetCommand=true -Commands\72\Type=DSP IF Filter -Commands\72\String=\\x16\\x56 -Commands\72\Min=0 -Commands\72\Max=1 -Commands\72\Command29=true -Commands\72\GetCommand=true -Commands\72\SetCommand=true -Commands\73\Type=SSB TX Bandwidth -Commands\73\String=\\x16\\x58 -Commands\73\Min=0 -Commands\73\Max=2 -Commands\73\Command29=false -Commands\73\GetCommand=true -Commands\73\SetCommand=true -Commands\74\Type=Main/Sub Tracking -Commands\74\String=\\x16\\x5e -Commands\74\Min=0 -Commands\74\Max=1 -Commands\74\Command29=false -Commands\74\GetCommand=true -Commands\74\SetCommand=true -Commands\75\Type=Send CW -Commands\75\String=\\x17 -Commands\75\Min=0 -Commands\75\Max=30 -Commands\75\Command29=false -Commands\75\GetCommand=true -Commands\75\SetCommand=true -Commands\76\Type=Power Control -Commands\76\String=\\x18 -Commands\76\Min=0 -Commands\76\Max=1 -Commands\76\Command29=false -Commands\76\GetCommand=true -Commands\76\SetCommand=true -Commands\77\Type=Transceiver ID -Commands\77\String=\\x19\\x00 -Commands\77\Min=0 -Commands\77\Max=0 -Commands\77\Command29=false -Commands\77\GetCommand=true -Commands\77\SetCommand=true -Commands\78\Type=Memory Contents -Commands\78\String=\\x1a\\00 -Commands\78\Min=1 -Commands\78\Max=101 -Commands\78\Command29=false -Commands\78\GetCommand=true -Commands\78\SetCommand=true -Commands\79\Type=Band Stacking Reg -Commands\79\String=\\x1a\\x01 -Commands\79\Min=1 -Commands\79\Max=0 -Commands\79\Command29=false -Commands\79\GetCommand=true -Commands\79\SetCommand=true -Commands\80\Type=Filter Width -Commands\80\String=\\x1a\\x03 -Commands\80\Min=50 -Commands\80\Max=10000 -Commands\80\Command29=true -Commands\80\GetCommand=true -Commands\80\SetCommand=true -Commands\81\Type=Quick Split -Commands\81\String=\\x1a\\x05\\x00\\x33 -Commands\81\Min=0 -Commands\81\Max=1 -Commands\81\Command29=true -Commands\81\GetCommand=true -Commands\81\SetCommand=true -Commands\82\Type=ACC1 Mod Level -Commands\82\String=\\x1a\\x05\\x00\\x58 -Commands\82\Min=0 -Commands\82\Max=255 -Commands\82\Command29=false -Commands\82\GetCommand=true -Commands\82\SetCommand=true -Commands\83\Type=ACC2 Mod Level -Commands\83\String=\\x1a\\x05\\x00\\x59 -Commands\83\Min=0 -Commands\83\Max=255 -Commands\83\Command29=false -Commands\83\GetCommand=true -Commands\83\SetCommand=true -Commands\84\Type=USB Mod Level -Commands\84\String=\\x1a\\x05\\x00\\x61 -Commands\84\Min=0 -Commands\84\Max=255 -Commands\84\Command29=false -Commands\84\GetCommand=true -Commands\84\SetCommand=true -Commands\85\Type=LAN Mod Level -Commands\85\String=\\x1a\\x05\\x00\\x62 -Commands\85\Min=0 -Commands\85\Max=255 -Commands\85\Command29=false -Commands\85\GetCommand=true -Commands\85\SetCommand=true -Commands\86\Type=Data Off Mod Input -Commands\86\String=\\x1a\\x05\\x00\\x63 -Commands\86\Min=0 -Commands\86\Max=10 -Commands\86\Command29=false -Commands\86\GetCommand=true -Commands\86\SetCommand=true -Commands\87\Type=DATA1 Mod Input -Commands\87\String=\\x1a\\x05\\x00\\x64 -Commands\87\Min=0 -Commands\87\Max=10 -Commands\87\Command29=false -Commands\87\GetCommand=true -Commands\87\SetCommand=true -Commands\88\Type=DATA2 Mod Input -Commands\88\String=\\x1a\\x05\\x00\\x65 -Commands\88\Min=0 -Commands\88\Max=10 -Commands\88\Command29=false -Commands\88\GetCommand=true -Commands\88\SetCommand=true -Commands\89\Type=DATA3 Mod Input -Commands\89\String=\\x1a\\x05\\x00\\x66 -Commands\89\Min=0 -Commands\89\Max=10 -Commands\89\Command29=false -Commands\89\GetCommand=true -Commands\89\SetCommand=true -Commands\90\Type=REF Adjust -Commands\90\String=\\x1a\\x05\\x00\\x75 -Commands\90\Min=0 -Commands\90\Max=255 -Commands\90\Command29=false -Commands\90\GetCommand=true -Commands\90\SetCommand=true -Commands\91\Type=System Date -Commands\91\String=\\x1a\\x05\\x00\\x95 -Commands\91\Min=0 -Commands\91\Max=0 -Commands\91\Command29=false -Commands\91\GetCommand=true -Commands\91\SetCommand=true -Commands\92\Type=System Time -Commands\92\String=\\x1a\\x05\\x00\\x96 -Commands\92\Min=0 -Commands\92\Max=0 -Commands\92\Command29=false -Commands\92\GetCommand=true -Commands\92\SetCommand=true -Commands\93\Type=CLOCK2 Setting -Commands\93\String=\\x1a\\x05\\x01\\x00 -Commands\93\Min=0 -Commands\93\Max=0 -Commands\93\Command29=false -Commands\93\GetCommand=true -Commands\93\SetCommand=true -Commands\94\Type=CLOCK2 UTC Offset -Commands\94\String=\\x1a\\x05\\x01\\x01 -Commands\94\Min=0 -Commands\94\Max=0 -Commands\94\Command29=false -Commands\94\GetCommand=true -Commands\94\SetCommand=true -Commands\95\Type=UTC Offset -Commands\95\String=\\x1a\\x05\\x01\\x01 -Commands\95\Min=0 -Commands\95\Max=0 -Commands\95\Command29=false -Commands\95\GetCommand=true -Commands\95\SetCommand=true -Commands\96\Type=CLOCK 2 Name -Commands\96\String=\\x1a\\x05\\x01\\x02 -Commands\96\Min=0 -Commands\96\Max=0 -Commands\96\Command29=false -Commands\96\GetCommand=true -Commands\96\SetCommand=true -Commands\97\Type=Quick Dual Watch -Commands\97\String=\\x1a\\x05\\x01\\x12 -Commands\97\Min=0 -Commands\97\Max=1 -Commands\97\Command29=false -Commands\97\GetCommand=true -Commands\97\SetCommand=true -Commands\98\Type=CIV Transceive -Commands\98\String=\\x1a\\x05\\x01\\x55 -Commands\98\Min=0 -Commands\98\Max=1 -Commands\98\Command29=false -Commands\98\GetCommand=true -Commands\98\SetCommand=true -Commands\99\Type=Dash Ratio -Commands\99\String=\\x1a\\x05\\x02\\x51 -Commands\99\Min=0 -Commands\99\Max=0 -Commands\99\Command29=false -Commands\99\GetCommand=true -Commands\99\SetCommand=true -Commands\100\Type=Data Mode Filter -Commands\100\String=\\x1a\\x06 -Commands\100\Min=0 -Commands\100\Max=0 -Commands\100\Command29=false -Commands\100\GetCommand=true -Commands\100\SetCommand=true -Commands\101\Type=AF Mute Status -Commands\101\String=\\x1a\\x09 -Commands\101\Min=0 -Commands\101\Max=1 -Commands\101\Command29=true -Commands\101\GetCommand=true -Commands\101\SetCommand=true -Commands\102\Type=Transceiver Status -Commands\102\String=\\x1c\\x00 -Commands\102\Min=0 -Commands\102\Max=1 -Commands\102\Command29=false -Commands\102\GetCommand=true -Commands\102\SetCommand=true -Commands\103\Type=Tuner/ATU Status -Commands\103\String=\\x1c\\x01 -Commands\103\Min=0 -Commands\103\Max=2 -Commands\103\Command29=false -Commands\103\GetCommand=true -Commands\103\SetCommand=true -Commands\104\Type=XFC Status -Commands\104\String=\\x1c\\x02 -Commands\104\Min=0 -Commands\104\Max=1 -Commands\104\Command29=false -Commands\104\GetCommand=true -Commands\104\SetCommand=true -Commands\105\Type=Read TX Freq -Commands\105\String=\\x1c\\x03 -Commands\105\Min=0 -Commands\105\Max=1 -Commands\105\Command29=false -Commands\105\GetCommand=true -Commands\105\SetCommand=true -Commands\106\Type=CI-V Output -Commands\106\String=\\x1c\\x04 -Commands\106\Min=0 -Commands\106\Max=1 -Commands\106\Command29=false -Commands\106\GetCommand=true -Commands\106\SetCommand=true -Commands\107\Type=RIT Frequency -Commands\107\String=\\x21\\x00 -Commands\107\Min=-999 -Commands\107\Max=999 -Commands\107\Command29=false -Commands\107\GetCommand=true -Commands\107\SetCommand=true -Commands\108\Type=RIT Status -Commands\108\String=\\x21\\x01 -Commands\108\Min=0 -Commands\108\Max=1 -Commands\108\Command29=false -Commands\108\GetCommand=true -Commands\108\SetCommand=true -Commands\109\Type=RIT TX Status -Commands\109\String=\\x21\\x02 -Commands\109\Min=0 -Commands\109\Max=1 -Commands\109\Command29=false -Commands\109\GetCommand=true -Commands\109\SetCommand=true -Commands\110\Type=Main RX Frequency -Commands\110\String=\\x25\\x00 -Commands\110\Min=0 -Commands\110\Max=0 -Commands\110\Command29=false -Commands\110\GetCommand=true -Commands\110\SetCommand=true -Commands\111\Type=Sub RX Frequency -Commands\111\String=\\x25\\x01 -Commands\111\Min=0 -Commands\111\Max=0 -Commands\111\Command29=false -Commands\111\GetCommand=true -Commands\111\SetCommand=true -Commands\112\Type=Main RX Mode -Commands\112\String=\\x26\\x00 -Commands\112\Min=0 -Commands\112\Max=0 -Commands\112\Command29=false -Commands\112\GetCommand=true -Commands\112\SetCommand=true -Commands\113\Type=Sub RX Mode -Commands\113\String=\\x26\\x01 -Commands\113\Min=0 -Commands\113\Max=0 -Commands\113\Command29=false -Commands\113\GetCommand=true -Commands\113\SetCommand=true -Commands\114\Type=Scope Main Wave Data -Commands\114\String=\\x27\\x00\\x00 -Commands\114\Min=0 -Commands\114\Max=0 -Commands\114\Command29=false -Commands\114\GetCommand=true -Commands\114\SetCommand=true -Commands\115\Type=Scope Sub Wave Data -Commands\115\String=\\x27\\x00\\x01 -Commands\115\Min=0 -Commands\115\Max=0 -Commands\115\Command29=false -Commands\115\GetCommand=true -Commands\115\SetCommand=true -Commands\116\Type=Scope On/Off -Commands\116\String=\\x27\\x10 -Commands\116\Min=0 -Commands\116\Max=1 -Commands\116\Command29=false -Commands\116\GetCommand=true -Commands\116\SetCommand=true -Commands\117\Type=Scope Data Output -Commands\117\String=\\x27\\x11 -Commands\117\Min=0 -Commands\117\Max=1 -Commands\117\Command29=false -Commands\117\GetCommand=true -Commands\117\SetCommand=true -Commands\118\Type=Scope Main/Sub -Commands\118\String=\\x27\\x12 -Commands\118\Min=0 -Commands\118\Max=1 -Commands\118\Command29=false -Commands\118\GetCommand=true -Commands\118\SetCommand=true -Commands\119\Type=Scope Single/Dual -Commands\119\String=\\x27\\x13 -Commands\119\Min=0 -Commands\119\Max=1 -Commands\119\Command29=false -Commands\119\GetCommand=true -Commands\119\SetCommand=true -Commands\120\Type=Scope Main Mode -Commands\120\String=\\x27\\x14\\x00 -Commands\120\Min=0 -Commands\120\Max=4 -Commands\120\Command29=false -Commands\120\GetCommand=true -Commands\120\SetCommand=true -Commands\121\Type=Scope Sub Mode -Commands\121\String=\\x27\\x14\\x01 -Commands\121\Min=0 -Commands\121\Max=4 -Commands\121\Command29=false -Commands\121\GetCommand=true -Commands\121\SetCommand=true -Commands\122\Type=Scope Main Span -Commands\122\String=\\x27\\x15\\x00 -Commands\122\Min=0 -Commands\122\Max=7 -Commands\122\Command29=false -Commands\122\GetCommand=true -Commands\122\SetCommand=true -Commands\123\Type=Scope Sub Span -Commands\123\String=\\x27\\x15\\x01 -Commands\123\Min=0 -Commands\123\Max=7 -Commands\123\Command29=false -Commands\123\GetCommand=true -Commands\123\SetCommand=true -Commands\124\Type=Scope Main Edge -Commands\124\String=\\x27\\x16\\x00 -Commands\124\Min=1 -Commands\124\Max=4 -Commands\124\Command29=false -Commands\124\GetCommand=true -Commands\124\SetCommand=true -Commands\125\Type=Scope Sub Edge -Commands\125\String=\\x27\\x16\\x01 -Commands\125\Min=1 -Commands\125\Max=4 -Commands\125\Command29=false -Commands\125\GetCommand=true -Commands\125\SetCommand=true -Commands\126\Type=Scope Main Hold -Commands\126\String=\\x27\\x17\\x00 -Commands\126\Min=0 -Commands\126\Max=1 -Commands\126\Command29=false -Commands\126\GetCommand=true -Commands\126\SetCommand=true -Commands\127\Type=Scope Sub Hold -Commands\127\String=\\x27\\x17\\x01 -Commands\127\Min=0 -Commands\127\Max=1 -Commands\127\Command29=false -Commands\127\GetCommand=true -Commands\127\SetCommand=true -Commands\128\Type=Scope Main Ref -Commands\128\String=\\x27\\x19\\x00 -Commands\128\Min=0 -Commands\128\Max=0 -Commands\128\Command29=false -Commands\128\GetCommand=true -Commands\128\SetCommand=true -Commands\129\Type=Scope Sub Ref -Commands\129\String=\\x27\\x19\\x01 -Commands\129\Min=0 -Commands\129\Max=0 -Commands\129\Command29=false -Commands\129\GetCommand=true -Commands\129\SetCommand=true -Commands\130\Type=Scope Main Speed -Commands\130\String=\\x27\\x1a\\x00 -Commands\130\Min=0 -Commands\130\Max=2 -Commands\130\Command29=false -Commands\130\GetCommand=true -Commands\130\SetCommand=true -Commands\131\Type=Scope Sub Speed -Commands\131\String=\\x27\\x1a\\x01 -Commands\131\Min=0 -Commands\131\Max=2 -Commands\131\Command29=false -Commands\131\GetCommand=true -Commands\131\SetCommand=true -Commands\132\Type=Scope During TX -Commands\132\String=\\x27\\x1b -Commands\132\Min=0 -Commands\132\Max=1 -Commands\132\Command29=false -Commands\132\GetCommand=true -Commands\132\SetCommand=true -Commands\133\Type=Scope Center Type -Commands\133\String=\\x27\\x1c -Commands\133\Min=0 -Commands\133\Max=2 -Commands\133\Command29=false -Commands\133\GetCommand=true -Commands\133\SetCommand=true -Commands\134\Type=Scope Main VBW -Commands\134\String=\\x27\\x1d\\x00 -Commands\134\Min=0 -Commands\134\Max=1 -Commands\134\Command29=false -Commands\134\GetCommand=true -Commands\134\SetCommand=true -Commands\135\Type=Scope Sub VBW -Commands\135\String=\\x27\\x1d\\x01 -Commands\135\Min=0 -Commands\135\Max=1 -Commands\135\Command29=false -Commands\135\GetCommand=true -Commands\135\SetCommand=true -Commands\136\Type=Scope Fixed Edge Freq -Commands\136\String=\\x27\\x1e -Commands\136\Min=1 -Commands\136\Max=0 -Commands\136\Command29=false -Commands\136\GetCommand=true -Commands\136\SetCommand=true -Commands\137\Type=Scope Main RBW -Commands\137\String=\\x27\\x1f\\x00 -Commands\137\Min=0 -Commands\137\Max=2 -Commands\137\Command29=false -Commands\137\GetCommand=true -Commands\137\SetCommand=true -Commands\138\Type=Scope Sub RBW -Commands\138\String=\\x27\\x1f\\x01 -Commands\138\Min=0 -Commands\138\Max=2 -Commands\138\Command29=false -Commands\138\GetCommand=true -Commands\138\SetCommand=true -Commands\139\Type=Main/Sub Prefix -Commands\139\String=\\x29 -Commands\139\Min=0 -Commands\139\Max=1 -Commands\139\Command29=false -Commands\139\GetCommand=true -Commands\139\SetCommand=true -Commands\140\Type=Command Error FA -Commands\140\String=\\xfa -Commands\140\Min=0 -Commands\140\Max=0 -Commands\140\Command29=false -Commands\140\GetCommand=false -Commands\140\SetCommand=false -Commands\141\Type=Command OK FB -Commands\141\String=\\xfb -Commands\141\Min=0 -Commands\141\Max=0 -Commands\141\Command29=false -Commands\141\GetCommand=false -Commands\141\SetCommand=false -Commands\size=141 -Periodic\1\Priority=Medium Low -Periodic\1\Command=Antenna -Periodic\1\VFO=0 -Periodic\2\Priority=Medium Low -Periodic\2\Command=Attenuator Status -Periodic\2\VFO=0 -Periodic\3\Priority=Medium Low -Periodic\3\Command=Compressor Status -Periodic\3\VFO=-1 -Periodic\4\Priority=Medium High -Periodic\4\Command=Data Off Mod Input -Periodic\4\VFO=0 -Periodic\5\Priority=Medium High -Periodic\5\Command=DATA1 Mod Input -Periodic\5\VFO=0 -Periodic\6\Priority=Medium High -Periodic\6\Command=DATA2 Mod Input -Periodic\6\VFO=0 -Periodic\7\Priority=Medium High -Periodic\7\Command=DATA3 Mod Input -Periodic\7\VFO=0 -Periodic\8\Priority=Medium Low -Periodic\8\Command=IP Plus Status -Periodic\8\VFO=-1 -Periodic\9\Priority=Medium -Periodic\9\Command=Main RX Frequency -Periodic\9\VFO=0 -Periodic\10\Priority=Medium -Periodic\10\Command=Main RX Mode -Periodic\10\VFO=0 -Periodic\11\Priority=Medium Low -Periodic\11\Command=Monitor Gain -Periodic\11\VFO=0 -Periodic\12\Priority=Medium Low -Periodic\12\Command=Monitor Status -Periodic\12\VFO=0 -Periodic\13\Priority=Medium Low -Periodic\13\Command=Noise Blanker -Periodic\13\VFO=-1 -Periodic\14\Priority=Medium Low -Periodic\14\Command=Noise Reduction -Periodic\14\VFO=-1 -Periodic\15\Priority=High -Periodic\15\Command=Overflow Status -Periodic\15\VFO=0 -Periodic\16\Priority=Medium Low -Periodic\16\Command=Preamp Status -Periodic\16\VFO=0 -Periodic\17\Priority=Medium -Periodic\17\Command=RF Gain -Periodic\17\VFO=0 -Periodic\18\Priority=Medium -Periodic\18\Command=RF Power -Periodic\18\VFO=0 -Periodic\19\Priority=Highest -Periodic\19\Command=S Meter -Periodic\19\VFO=0 -Periodic\20\Priority=Medium -Periodic\20\Command=Scope Main Hold -Periodic\20\VFO=0 -Periodic\21\Priority=Medium High -Periodic\21\Command=Scope Main Mode -Periodic\21\VFO=0 -Periodic\22\Priority=Medium High -Periodic\22\Command=Scope Main Span -Periodic\22\VFO=0 -Periodic\23\Priority=Medium -Periodic\23\Command=Scope Main Speed -Periodic\23\VFO=0 -Periodic\24\Priority=Medium High -Periodic\24\Command=Scope Main/Sub -Periodic\24\VFO=0 -Periodic\25\Priority=Medium High -Periodic\25\Command=Scope Single/Dual -Periodic\25\VFO=0 -Periodic\26\Priority=Medium -Periodic\26\Command=Scope Sub Hold -Periodic\26\VFO=1 -Periodic\27\Priority=Medium High -Periodic\27\Command=Scope Sub Mode -Periodic\27\VFO=1 -Periodic\28\Priority=Medium High -Periodic\28\Command=Scope Sub Span -Periodic\28\VFO=1 -Periodic\29\Priority=Medium -Periodic\29\Command=Scope Sub Speed -Periodic\29\VFO=1 -Periodic\30\Priority=Medium Low -Periodic\30\Command=Squelch -Periodic\30\VFO=-1 -Periodic\31\Priority=Medium -Periodic\31\Command=Sub RX Frequency -Periodic\31\VFO=1 -Periodic\32\Priority=Medium -Periodic\32\Command=Sub RX Mode -Periodic\32\VFO=1 -Periodic\33\Priority=Medium Low -Periodic\33\Command=Tone Squelch Type -Periodic\33\VFO=0 -Periodic\34\Priority=High -Periodic\34\Command=Transceiver Status -Periodic\34\VFO=0 -Periodic\35\Priority=Medium -Periodic\35\Command=Tuner/ATU Status -Periodic\35\VFO=0 -Periodic\36\Priority=Medium Low -Periodic\36\Command=Tuning Step -Periodic\36\VFO=0 -Periodic\37\Priority=Medium -Periodic\37\Command=VFO Dual Watch -Periodic\37\VFO=0 -Periodic\38\Priority=Medium Low -Periodic\38\Command=Vox Status -Periodic\38\VFO=0 -Periodic\size=38 -Spans\1\Num=0 -Spans\1\Name=±2.5 KHz -Spans\1\Freq=2500 -Spans\2\Num=1 -Spans\2\Name=±5 KHz -Spans\2\Freq=5000 -Spans\3\Num=2 -Spans\3\Name=±10 KHz -Spans\3\Freq=10000 -Spans\4\Num=3 -Spans\4\Name=±25 KHz -Spans\4\Freq=25000 -Spans\5\Num=4 -Spans\5\Name=±50 KHz -Spans\5\Freq=50000 -Spans\6\Num=5 -Spans\6\Name=±100 KHz -Spans\6\Freq=100000 -Spans\7\Num=6 -Spans\7\Name=±250 KHz -Spans\7\Freq=250000 -Spans\8\Num=7 -Spans\8\Name=±500 KHz -Spans\8\Freq=500000 -Spans\size=8 -Inputs\1\Num=0 -Inputs\1\Reg=0 -Inputs\1\Name=MIC -Inputs\2\Num=1 -Inputs\2\Reg=1 -Inputs\2\Name=ACCA -Inputs\3\Num=2 -Inputs\3\Reg=2 -Inputs\3\Name=ACCB -Inputs\4\Num=3 -Inputs\4\Reg=8 -Inputs\4\Name=USB -Inputs\5\Num=4 -Inputs\5\Reg=9 -Inputs\5\Name=LAN -Inputs\6\Num=5 -Inputs\6\Reg=3 -Inputs\6\Name=M/AA -Inputs\7\Num=6 -Inputs\7\Reg=4 -Inputs\7\Name=M/AB -Inputs\8\Num=7 -Inputs\8\Reg=5 -Inputs\8\Name=A/B -Inputs\9\Num=8 -Inputs\9\Reg=6 -Inputs\9\Name=M/A/B -Inputs\10\Num=9 -Inputs\10\Reg=7 -Inputs\10\Name=SPD -Inputs\11\Num=10 -Inputs\11\Reg=0 -Inputs\11\Name=M/U -Inputs\size=11 -Bands\1\Region= -Bands\1\Num=10 -Bands\1\BSR=10 -Bands\1\Start=50000000 -Bands\1\End=54000000 -Bands\1\Range=60 -Bands\1\MemoryGroup=-1 -Bands\1\Name=6m -Bands\1\Bytes=5 -Bands\1\Color=#ffff5500 -Bands\2\Region= -Bands\2\Num=11 -Bands\2\BSR=9 -Bands\2\Start=28000000 -Bands\2\End=29700000 -Bands\2\Range=45 -Bands\2\MemoryGroup=-1 -Bands\2\Name=10m -Bands\2\Bytes=5 -Bands\2\Color=#ff00aaff -Bands\3\Region= -Bands\3\Num=12 -Bands\3\BSR=8 -Bands\3\Start=24890000 -Bands\3\End=24990000 -Bands\3\Range=30 -Bands\3\MemoryGroup=-1 -Bands\3\Name=12m -Bands\3\Bytes=5 -Bands\3\Color=#ff00aa00 -Bands\4\Region= -Bands\4\Num=13 -Bands\4\BSR=7 -Bands\4\Start=21000000 -Bands\4\End=21450000 -Bands\4\Range=26 -Bands\4\MemoryGroup=-1 -Bands\4\Name=15m -Bands\4\Bytes=5 -Bands\4\Color=#ffff00ff -Bands\5\Region= -Bands\5\Num=14 -Bands\5\BSR=6 -Bands\5\Start=18068000 -Bands\5\End=18168000 -Bands\5\Range=22 -Bands\5\MemoryGroup=-1 -Bands\5\Name=17m -Bands\5\Bytes=5 -Bands\5\Color=#ffaaaa00 -Bands\6\Region= -Bands\6\Num=15 -Bands\6\BSR=5 -Bands\6\Start=14000000 -Bands\6\End=14350000 -Bands\6\Range=20 -Bands\6\MemoryGroup=-1 -Bands\6\Name=20m -Bands\6\Bytes=5 -Bands\6\Color=#ffff0000 -Bands\7\Region= -Bands\7\Num=16 -Bands\7\BSR=4 -Bands\7\Start=10100000 -Bands\7\End=10150000 -Bands\7\Range=15 -Bands\7\MemoryGroup=-1 -Bands\7\Name=30m -Bands\7\Bytes=5 -Bands\7\Color=#ffffaa00 -Bands\8\Region=1 -Bands\8\Num=17 -Bands\8\BSR=3 -Bands\8\Start=7000000 -Bands\8\End=7200000 -Bands\8\Range=11 -Bands\8\MemoryGroup=-1 -Bands\8\Name=40m -Bands\8\Bytes=5 -Bands\8\Color=#ffaa5500 -Bands\9\Region=2 -Bands\9\Num=17 -Bands\9\BSR=3 -Bands\9\Start=7000000 -Bands\9\End=7300000 -Bands\9\Range=11 -Bands\9\MemoryGroup=-1 -Bands\9\Name=40m -Bands\9\Bytes=5 -Bands\9\Color=#ffaa5500 -Bands\10\Region=3 -Bands\10\Num=17 -Bands\10\BSR=3 -Bands\10\Start=7000000 -Bands\10\End=7200000 -Bands\10\Range=11 -Bands\10\MemoryGroup=-1 -Bands\10\Name=40m -Bands\10\Bytes=5 -Bands\10\Color=#ffaa5500 -Bands\11\Region= -Bands\11\Num=18 -Bands\11\BSR=0 -Bands\11\Start=5250000 -Bands\11\End=5450000 -Bands\11\Range=0 -Bands\11\MemoryGroup=-1 -Bands\11\Name=60m -Bands\11\Bytes=5 -Bands\11\Color=#ffaaaaff -Bands\12\Region=1 -Bands\12\Num=19 -Bands\12\BSR=2 -Bands\12\Start=3500000 -Bands\12\End=3800000 -Bands\12\Range=6 -Bands\12\MemoryGroup=-1 -Bands\12\Name=80m -Bands\12\Bytes=5 -Bands\12\Color=#ffaaffff -Bands\13\Region=2 -Bands\13\Num=19 -Bands\13\BSR=2 -Bands\13\Start=3500000 -Bands\13\End=4000000 -Bands\13\Range=6 -Bands\13\MemoryGroup=-1 -Bands\13\Name=80m -Bands\13\Bytes=5 -Bands\13\Color=#ffaaffff -Bands\14\Region=3 -Bands\14\Num=19 -Bands\14\BSR=2 -Bands\14\Start=3500000 -Bands\14\End=3900000 -Bands\14\Range=6 -Bands\14\MemoryGroup=-1 -Bands\14\Name=80m -Bands\14\Bytes=5 -Bands\14\Color=#ffaaffff -Bands\15\Region= -Bands\15\Num=20 -Bands\15\BSR=1 -Bands\15\Start=1800000 -Bands\15\End=2000000 -Bands\15\Range=2 -Bands\15\MemoryGroup=-1 -Bands\15\Name=160m -Bands\15\Bytes=5 -Bands\15\Color=#ffffff00 -Bands\16\Region= -Bands\16\Num=21 -Bands\16\BSR=0 -Bands\16\Start=493000 -Bands\16\End=595000 -Bands\16\Range=8 -Bands\16\MemoryGroup=-1 -Bands\16\Name=630m -Bands\16\Bytes=5 -Bands\16\Color=#ffaaff7f -Bands\17\Region= -Bands\17\Num=22 -Bands\17\BSR=0 -Bands\17\Start=135000 -Bands\17\End=138000 -Bands\17\Range=0 -Bands\17\MemoryGroup=-1 -Bands\17\Name=2200m -Bands\17\Bytes=5 -Bands\17\Color=#ff5555ff -Bands\18\Region= -Bands\18\Num=23 -Bands\18\BSR=11 -Bands\18\Start=10000 -Bands\18\End=30000000 -Bands\18\Range=1.6 -Bands\18\MemoryGroup=-1 -Bands\18\Name=Gen -Bands\18\Bytes=5 -Bands\18\Color=#00000000 -Bands\size=18 -Modes\1\Num=0 -Modes\1\Reg=0 -Modes\1\Min=50 -Modes\1\Max=3600 -Modes\1\Name=LSB -Modes\2\Num=1 -Modes\2\Reg=1 -Modes\2\Min=50 -Modes\2\Max=3600 -Modes\2\Name=USB -Modes\3\Num=2 -Modes\3\Reg=2 -Modes\3\Min=200 -Modes\3\Max=10000 -Modes\3\Name=AM -Modes\4\Num=3 -Modes\4\Reg=3 -Modes\4\Min=50 -Modes\4\Max=3600 -Modes\4\Name=CW -Modes\5\Num=4 -Modes\5\Reg=4 -Modes\5\Min=50 -Modes\5\Max=2700 -Modes\5\Name=RTTY -Modes\6\Num=5 -Modes\6\Reg=5 -Modes\6\Min=0 -Modes\6\Max=0 -Modes\6\Name=FM -Modes\7\Num=6 -Modes\7\Reg=7 -Modes\7\Min=50 -Modes\7\Max=3600 -Modes\7\Name=CW-R -Modes\8\Num=7 -Modes\8\Reg=8 -Modes\8\Min=50 -Modes\8\Max=2700 -Modes\8\Name=RTTY-R -Modes\9\Num=8 -Modes\9\Reg=0 -Modes\9\Min=50 -Modes\9\Max=3600 -Modes\9\Name=PSK -Modes\10\Num=9 -Modes\10\Reg=0 -Modes\10\Min=50 -Modes\10\Max=3600 -Modes\10\Name=PSK-R -Modes\size=10 +Antennas\1\Name=ANT 1 +Antennas\1\Num=0 +Antennas\2\Name=ANT 2 +Antennas\2\Num=1 +Antennas\3\Name=ANT 3 +Antennas\3\Num=2 +Antennas\4\Name=ANT 4 +Antennas\4\Num=3 +Antennas\size=4 Attenuators\1\dB=0 Attenuators\2\dB=3 Attenuators\3\dB=6 @@ -1427,81 +20,1495 @@ Attenuators\6\dB=15 Attenuators\7\dB=18 Attenuators\8\dB=21 Attenuators\size=8 -Preamps\1\Num=0 -Preamps\1\Name=OFF -Preamps\2\Num=1 -Preamps\2\Name=PRE 1 -Preamps\3\Num=2 -Preamps\3\Name=PRE 2 -Preamps\size=3 -Antennas\1\Num=0 -Antennas\1\Name=ANT 1 -Antennas\2\Num=1 -Antennas\2\Name=ANT 2 -Antennas\3\Num=2 -Antennas\3\Name=ANT 3 -Antennas\4\Num=3 -Antennas\4\Name=ANT 4 -Antennas\size=4 -Tuning%20Steps\1\Num=0 -Tuning%20Steps\1\Name=1 Hz -Tuning%20Steps\1\Hz=1 -Tuning%20Steps\2\Num=0 -Tuning%20Steps\2\Name=10 Hz -Tuning%20Steps\2\Hz=10 -Tuning%20Steps\3\Num=1 -Tuning%20Steps\3\Name=100 Hz -Tuning%20Steps\3\Hz=100 -Tuning%20Steps\4\Num=0 -Tuning%20Steps\4\Name=500 Hz -Tuning%20Steps\4\Hz=500 -Tuning%20Steps\5\Num=2 -Tuning%20Steps\5\Name=1 KHz -Tuning%20Steps\5\Hz=1000 -Tuning%20Steps\6\Num=0 -Tuning%20Steps\6\Name=2.5 KHz -Tuning%20Steps\6\Hz=2500 -Tuning%20Steps\7\Num=3 -Tuning%20Steps\7\Name=5 KHz -Tuning%20Steps\7\Hz=5000 -Tuning%20Steps\8\Num=0 -Tuning%20Steps\8\Name=6.125 KHz -Tuning%20Steps\8\Hz=6125 -Tuning%20Steps\9\Num=0 -Tuning%20Steps\9\Name=8.333 KHz -Tuning%20Steps\9\Hz=8333 -Tuning%20Steps\10\Num=4 -Tuning%20Steps\10\Name=9 KHz -Tuning%20Steps\10\Hz=9000 -Tuning%20Steps\11\Num=5 -Tuning%20Steps\11\Name=10 KHz -Tuning%20Steps\11\Hz=10000 -Tuning%20Steps\12\Num=6 -Tuning%20Steps\12\Name=12.5 KHz -Tuning%20Steps\12\Hz=12500 -Tuning%20Steps\13\Num=7 -Tuning%20Steps\13\Name=20 KHz -Tuning%20Steps\13\Hz=20000 -Tuning%20Steps\14\Num=8 -Tuning%20Steps\14\Name=25 KHz -Tuning%20Steps\14\Hz=25000 -Tuning%20Steps\15\Num=0 -Tuning%20Steps\15\Name=100 Khz -Tuning%20Steps\15\Hz=100000 -Tuning%20Steps\16\Num=0 -Tuning%20Steps\16\Name=250 KHz -Tuning%20Steps\16\Hz=250000 -Tuning%20Steps\17\Num=0 -Tuning%20Steps\17\Name=1 MHz -Tuning%20Steps\17\Hz=1000000 -Tuning%20Steps\size=17 -Filters\1\Num=1 +Bands\1\BSR=10 +Bands\1\Bytes=5 +Bands\1\Color=#ffff5500 +Bands\1\End=54000000 +Bands\1\MemoryGroup=-1 +Bands\1\Name=6m +Bands\1\Num=10 +Bands\1\Range=60 +Bands\1\Region= +Bands\1\Start=50000000 +Bands\10\BSR=3 +Bands\10\Bytes=5 +Bands\10\Color=#ffaa5500 +Bands\10\End=7200000 +Bands\10\MemoryGroup=-1 +Bands\10\Name=40m +Bands\10\Num=17 +Bands\10\Range=11 +Bands\10\Region=3 +Bands\10\Start=7000000 +Bands\11\BSR=0 +Bands\11\Bytes=5 +Bands\11\Color=#ffaaaaff +Bands\11\End=5450000 +Bands\11\MemoryGroup=-1 +Bands\11\Name=60m +Bands\11\Num=18 +Bands\11\Range=0 +Bands\11\Region= +Bands\11\Start=5250000 +Bands\12\BSR=2 +Bands\12\Bytes=5 +Bands\12\Color=#ffaaffff +Bands\12\End=3800000 +Bands\12\MemoryGroup=-1 +Bands\12\Name=80m +Bands\12\Num=19 +Bands\12\Range=6 +Bands\12\Region=1 +Bands\12\Start=3500000 +Bands\13\BSR=2 +Bands\13\Bytes=5 +Bands\13\Color=#ffaaffff +Bands\13\End=4000000 +Bands\13\MemoryGroup=-1 +Bands\13\Name=80m +Bands\13\Num=19 +Bands\13\Range=6 +Bands\13\Region=2 +Bands\13\Start=3500000 +Bands\14\BSR=2 +Bands\14\Bytes=5 +Bands\14\Color=#ffaaffff +Bands\14\End=3900000 +Bands\14\MemoryGroup=-1 +Bands\14\Name=80m +Bands\14\Num=19 +Bands\14\Range=6 +Bands\14\Region=3 +Bands\14\Start=3500000 +Bands\15\BSR=1 +Bands\15\Bytes=5 +Bands\15\Color=#ffffff00 +Bands\15\End=2000000 +Bands\15\MemoryGroup=-1 +Bands\15\Name=160m +Bands\15\Num=20 +Bands\15\Range=2 +Bands\15\Region= +Bands\15\Start=1800000 +Bands\16\BSR=0 +Bands\16\Bytes=5 +Bands\16\Color=#ffaaff7f +Bands\16\End=595000 +Bands\16\MemoryGroup=-1 +Bands\16\Name=630m +Bands\16\Num=21 +Bands\16\Range=8 +Bands\16\Region= +Bands\16\Start=493000 +Bands\17\BSR=0 +Bands\17\Bytes=5 +Bands\17\Color=#ff5555ff +Bands\17\End=138000 +Bands\17\MemoryGroup=-1 +Bands\17\Name=2200m +Bands\17\Num=22 +Bands\17\Range=0 +Bands\17\Region= +Bands\17\Start=135000 +Bands\18\BSR=11 +Bands\18\Bytes=5 +Bands\18\Color=#00000000 +Bands\18\End=30000000 +Bands\18\MemoryGroup=-1 +Bands\18\Name=Gen +Bands\18\Num=23 +Bands\18\Range=1.6 +Bands\18\Region= +Bands\18\Start=10000 +Bands\2\BSR=9 +Bands\2\Bytes=5 +Bands\2\Color=#ff00aaff +Bands\2\End=29700000 +Bands\2\MemoryGroup=-1 +Bands\2\Name=10m +Bands\2\Num=11 +Bands\2\Range=45 +Bands\2\Region= +Bands\2\Start=28000000 +Bands\3\BSR=8 +Bands\3\Bytes=5 +Bands\3\Color=#ff00aa00 +Bands\3\End=24990000 +Bands\3\MemoryGroup=-1 +Bands\3\Name=12m +Bands\3\Num=12 +Bands\3\Range=30 +Bands\3\Region= +Bands\3\Start=24890000 +Bands\4\BSR=7 +Bands\4\Bytes=5 +Bands\4\Color=#ffff00ff +Bands\4\End=21450000 +Bands\4\MemoryGroup=-1 +Bands\4\Name=15m +Bands\4\Num=13 +Bands\4\Range=26 +Bands\4\Region= +Bands\4\Start=21000000 +Bands\5\BSR=6 +Bands\5\Bytes=5 +Bands\5\Color=#ffaaaa00 +Bands\5\End=18168000 +Bands\5\MemoryGroup=-1 +Bands\5\Name=17m +Bands\5\Num=14 +Bands\5\Range=22 +Bands\5\Region= +Bands\5\Start=18068000 +Bands\6\BSR=5 +Bands\6\Bytes=5 +Bands\6\Color=#ffff0000 +Bands\6\End=14350000 +Bands\6\MemoryGroup=-1 +Bands\6\Name=20m +Bands\6\Num=15 +Bands\6\Range=20 +Bands\6\Region= +Bands\6\Start=14000000 +Bands\7\BSR=4 +Bands\7\Bytes=5 +Bands\7\Color=#ffffaa00 +Bands\7\End=10150000 +Bands\7\MemoryGroup=-1 +Bands\7\Name=30m +Bands\7\Num=16 +Bands\7\Range=15 +Bands\7\Region= +Bands\7\Start=10100000 +Bands\8\BSR=3 +Bands\8\Bytes=5 +Bands\8\Color=#ffaa5500 +Bands\8\End=7200000 +Bands\8\MemoryGroup=-1 +Bands\8\Name=40m +Bands\8\Num=17 +Bands\8\Range=11 +Bands\8\Region=1 +Bands\8\Start=7000000 +Bands\9\BSR=3 +Bands\9\Bytes=5 +Bands\9\Color=#ffaa5500 +Bands\9\End=7300000 +Bands\9\MemoryGroup=-1 +Bands\9\Name=40m +Bands\9\Num=17 +Bands\9\Range=11 +Bands\9\Region=2 +Bands\9\Start=7000000 +Bands\size=18 +CIVAddress=142 +Commands\1\Command29=false +Commands\1\GetCommand=false +Commands\1\Max=0 +Commands\1\Min=0 +Commands\1\SetCommand=false +Commands\1\String=\\x00 +Commands\1\Type=Freq (TRX) +Commands\10\Command29=false +Commands\10\GetCommand=true +Commands\10\Max=0 +Commands\10\Min=0 +Commands\10\SetCommand=true +Commands\10\String=\\x07\\xb1 +Commands\10\Type=VFO Equal MS +Commands\100\Command29=false +Commands\100\GetCommand=true +Commands\100\Max=0 +Commands\100\Min=0 +Commands\100\SetCommand=true +Commands\100\String=\\x1a\\x06 +Commands\100\Type=Data Mode Filter +Commands\101\Command29=true +Commands\101\GetCommand=true +Commands\101\Max=1 +Commands\101\Min=0 +Commands\101\SetCommand=true +Commands\101\String=\\x1a\\x09 +Commands\101\Type=AF Mute Status +Commands\102\Command29=false +Commands\102\GetCommand=true +Commands\102\Max=1 +Commands\102\Min=0 +Commands\102\SetCommand=true +Commands\102\String=\\x1c\\x00 +Commands\102\Type=Transceiver Status +Commands\103\Command29=false +Commands\103\GetCommand=true +Commands\103\Max=2 +Commands\103\Min=0 +Commands\103\SetCommand=true +Commands\103\String=\\x1c\\x01 +Commands\103\Type=Tuner/ATU Status +Commands\104\Command29=false +Commands\104\GetCommand=true +Commands\104\Max=1 +Commands\104\Min=0 +Commands\104\SetCommand=true +Commands\104\String=\\x1c\\x02 +Commands\104\Type=XFC Status +Commands\105\Command29=false +Commands\105\GetCommand=true +Commands\105\Max=1 +Commands\105\Min=0 +Commands\105\SetCommand=true +Commands\105\String=\\x1c\\x03 +Commands\105\Type=Read TX Freq +Commands\106\Command29=false +Commands\106\GetCommand=true +Commands\106\Max=1 +Commands\106\Min=0 +Commands\106\SetCommand=true +Commands\106\String=\\x1c\\x04 +Commands\106\Type=CI-V Output +Commands\107\Command29=false +Commands\107\GetCommand=true +Commands\107\Max=999 +Commands\107\Min=-999 +Commands\107\SetCommand=true +Commands\107\String=\\x21\\x00 +Commands\107\Type=RIT Frequency +Commands\108\Command29=false +Commands\108\GetCommand=true +Commands\108\Max=1 +Commands\108\Min=0 +Commands\108\SetCommand=true +Commands\108\String=\\x21\\x01 +Commands\108\Type=RIT Status +Commands\109\Command29=false +Commands\109\GetCommand=true +Commands\109\Max=1 +Commands\109\Min=0 +Commands\109\SetCommand=true +Commands\109\String=\\x21\\x02 +Commands\109\Type=RIT TX Status +Commands\11\Command29=false +Commands\11\GetCommand=true +Commands\11\Max=0 +Commands\11\Min=0 +Commands\11\SetCommand=true +Commands\11\String=\\x07\\xc0 +Commands\11\Type=VFO Dual Watch Off +Commands\110\Command29=false +Commands\110\GetCommand=true +Commands\110\Max=0 +Commands\110\Min=0 +Commands\110\SetCommand=true +Commands\110\String=\\x25\\x00 +Commands\110\Type=Main RX Frequency +Commands\111\Command29=false +Commands\111\GetCommand=true +Commands\111\Max=0 +Commands\111\Min=0 +Commands\111\SetCommand=true +Commands\111\String=\\x25\\x01 +Commands\111\Type=Sub RX Frequency +Commands\112\Command29=false +Commands\112\GetCommand=true +Commands\112\Max=0 +Commands\112\Min=0 +Commands\112\SetCommand=true +Commands\112\String=\\x26\\x00 +Commands\112\Type=Main RX Mode +Commands\113\Command29=false +Commands\113\GetCommand=true +Commands\113\Max=0 +Commands\113\Min=0 +Commands\113\SetCommand=true +Commands\113\String=\\x26\\x01 +Commands\113\Type=Sub RX Mode +Commands\114\Command29=false +Commands\114\GetCommand=true +Commands\114\Max=0 +Commands\114\Min=0 +Commands\114\SetCommand=true +Commands\114\String=\\x27\\x00\\x00 +Commands\114\Type=Scope Main Wave Data +Commands\115\Command29=false +Commands\115\GetCommand=true +Commands\115\Max=0 +Commands\115\Min=0 +Commands\115\SetCommand=true +Commands\115\String=\\x27\\x00\\x01 +Commands\115\Type=Scope Sub Wave Data +Commands\116\Command29=false +Commands\116\GetCommand=true +Commands\116\Max=1 +Commands\116\Min=0 +Commands\116\SetCommand=true +Commands\116\String=\\x27\\x10 +Commands\116\Type=Scope On/Off +Commands\117\Command29=false +Commands\117\GetCommand=true +Commands\117\Max=1 +Commands\117\Min=0 +Commands\117\SetCommand=true +Commands\117\String=\\x27\\x11 +Commands\117\Type=Scope Data Output +Commands\118\Command29=false +Commands\118\GetCommand=true +Commands\118\Max=1 +Commands\118\Min=0 +Commands\118\SetCommand=true +Commands\118\String=\\x27\\x12 +Commands\118\Type=Scope Main/Sub +Commands\119\Command29=false +Commands\119\GetCommand=true +Commands\119\Max=1 +Commands\119\Min=0 +Commands\119\SetCommand=true +Commands\119\String=\\x27\\x13 +Commands\119\Type=Scope Single/Dual +Commands\12\Command29=false +Commands\12\GetCommand=true +Commands\12\Max=0 +Commands\12\Min=0 +Commands\12\SetCommand=true +Commands\12\String=\\x07\\xc1 +Commands\12\Type=VFO Dual Watch On +Commands\120\Command29=false +Commands\120\GetCommand=true +Commands\120\Max=4 +Commands\120\Min=0 +Commands\120\SetCommand=true +Commands\120\String=\\x27\\x14\\x00 +Commands\120\Type=Scope Main Mode +Commands\121\Command29=false +Commands\121\GetCommand=true +Commands\121\Max=4 +Commands\121\Min=0 +Commands\121\SetCommand=true +Commands\121\String=\\x27\\x14\\x01 +Commands\121\Type=Scope Sub Mode +Commands\122\Command29=false +Commands\122\GetCommand=true +Commands\122\Max=7 +Commands\122\Min=0 +Commands\122\SetCommand=true +Commands\122\String=\\x27\\x15\\x00 +Commands\122\Type=Scope Main Span +Commands\123\Command29=false +Commands\123\GetCommand=true +Commands\123\Max=7 +Commands\123\Min=0 +Commands\123\SetCommand=true +Commands\123\String=\\x27\\x15\\x01 +Commands\123\Type=Scope Sub Span +Commands\124\Command29=false +Commands\124\GetCommand=true +Commands\124\Max=4 +Commands\124\Min=1 +Commands\124\SetCommand=true +Commands\124\String=\\x27\\x16\\x00 +Commands\124\Type=Scope Main Edge +Commands\125\Command29=false +Commands\125\GetCommand=true +Commands\125\Max=4 +Commands\125\Min=1 +Commands\125\SetCommand=true +Commands\125\String=\\x27\\x16\\x01 +Commands\125\Type=Scope Sub Edge +Commands\126\Command29=false +Commands\126\GetCommand=true +Commands\126\Max=1 +Commands\126\Min=0 +Commands\126\SetCommand=true +Commands\126\String=\\x27\\x17\\x00 +Commands\126\Type=Scope Main Hold +Commands\127\Command29=false +Commands\127\GetCommand=true +Commands\127\Max=1 +Commands\127\Min=0 +Commands\127\SetCommand=true +Commands\127\String=\\x27\\x17\\x01 +Commands\127\Type=Scope Sub Hold +Commands\128\Command29=false +Commands\128\GetCommand=true +Commands\128\Max=200 +Commands\128\Min=-200 +Commands\128\SetCommand=true +Commands\128\String=\\x27\\x19\\x00 +Commands\128\Type=Scope Main Ref +Commands\129\Command29=false +Commands\129\GetCommand=true +Commands\129\Max=200 +Commands\129\Min=-200 +Commands\129\SetCommand=true +Commands\129\String=\\x27\\x19\\x01 +Commands\129\Type=Scope Sub Ref +Commands\13\Command29=false +Commands\13\GetCommand=true +Commands\13\Max=1 +Commands\13\Min=0 +Commands\13\SetCommand=true +Commands\13\String=\\x07\\xc2 +Commands\13\Type=VFO Dual Watch +Commands\130\Command29=false +Commands\130\GetCommand=true +Commands\130\Max=2 +Commands\130\Min=0 +Commands\130\SetCommand=true +Commands\130\String=\\x27\\x1a\\x00 +Commands\130\Type=Scope Main Speed +Commands\131\Command29=false +Commands\131\GetCommand=true +Commands\131\Max=2 +Commands\131\Min=0 +Commands\131\SetCommand=true +Commands\131\String=\\x27\\x1a\\x01 +Commands\131\Type=Scope Sub Speed +Commands\132\Command29=false +Commands\132\GetCommand=true +Commands\132\Max=1 +Commands\132\Min=0 +Commands\132\SetCommand=true +Commands\132\String=\\x27\\x1b +Commands\132\Type=Scope During TX +Commands\133\Command29=false +Commands\133\GetCommand=true +Commands\133\Max=2 +Commands\133\Min=0 +Commands\133\SetCommand=true +Commands\133\String=\\x27\\x1c +Commands\133\Type=Scope Center Type +Commands\134\Command29=false +Commands\134\GetCommand=true +Commands\134\Max=1 +Commands\134\Min=0 +Commands\134\SetCommand=true +Commands\134\String=\\x27\\x1d\\x00 +Commands\134\Type=Scope Main VBW +Commands\135\Command29=false +Commands\135\GetCommand=true +Commands\135\Max=1 +Commands\135\Min=0 +Commands\135\SetCommand=true +Commands\135\String=\\x27\\x1d\\x01 +Commands\135\Type=Scope Sub VBW +Commands\136\Command29=false +Commands\136\GetCommand=true +Commands\136\Max=0 +Commands\136\Min=1 +Commands\136\SetCommand=true +Commands\136\String=\\x27\\x1e +Commands\136\Type=Scope Fixed Edge Freq +Commands\137\Command29=false +Commands\137\GetCommand=true +Commands\137\Max=2 +Commands\137\Min=0 +Commands\137\SetCommand=true +Commands\137\String=\\x27\\x1f\\x00 +Commands\137\Type=Scope Main RBW +Commands\138\Command29=false +Commands\138\GetCommand=true +Commands\138\Max=2 +Commands\138\Min=0 +Commands\138\SetCommand=true +Commands\138\String=\\x27\\x1f\\x01 +Commands\138\Type=Scope Sub RBW +Commands\139\Command29=false +Commands\139\GetCommand=true +Commands\139\Max=1 +Commands\139\Min=0 +Commands\139\SetCommand=true +Commands\139\String=\\x29 +Commands\139\Type=Main/Sub Prefix +Commands\14\Command29=false +Commands\14\GetCommand=true +Commands\14\Max=0 +Commands\14\Min=0 +Commands\14\SetCommand=true +Commands\14\String=\\x07\\xd0 +Commands\14\Type=VFO Main Select +Commands\140\Command29=false +Commands\140\GetCommand=false +Commands\140\Max=0 +Commands\140\Min=0 +Commands\140\SetCommand=false +Commands\140\String=\\xfa +Commands\140\Type=Command Error FA +Commands\141\Command29=false +Commands\141\GetCommand=false +Commands\141\Max=0 +Commands\141\Min=0 +Commands\141\SetCommand=false +Commands\141\String=\\xfb +Commands\141\Type=Command OK FB +Commands\142\Command29=false +Commands\142\GetCommand=true +Commands\142\Max=0 +Commands\142\Min=0 +Commands\142\SetCommand=true +Commands\142\String= +Commands\142\Type=Send Freq Offset +Commands\15\Command29=false +Commands\15\GetCommand=true +Commands\15\Max=0 +Commands\15\Min=0 +Commands\15\SetCommand=true +Commands\15\String=\\x07\\xd1 +Commands\15\Type=VFO Sub Select +Commands\16\Command29=false +Commands\16\GetCommand=true +Commands\16\Max=1 +Commands\16\Min=0 +Commands\16\SetCommand=true +Commands\16\String=\\x07\\xd2 +Commands\16\Type=VFO Main/Sub Band +Commands\17\Command29=false +Commands\17\GetCommand=true +Commands\17\Max=101 +Commands\17\Min=1 +Commands\17\SetCommand=true +Commands\17\String=\\x08 +Commands\17\Type=Memory Mode +Commands\18\Command29=false +Commands\18\GetCommand=true +Commands\18\Max=101 +Commands\18\Min=1 +Commands\18\SetCommand=true +Commands\18\String=\\x09 +Commands\18\Type=Memory Write +Commands\19\Command29=false +Commands\19\GetCommand=true +Commands\19\Max=101 +Commands\19\Min=1 +Commands\19\SetCommand=true +Commands\19\String=\\x0a +Commands\19\Type=Memory to VFO +Commands\2\Command29=false +Commands\2\GetCommand=false +Commands\2\Max=0 +Commands\2\Min=0 +Commands\2\SetCommand=false +Commands\2\String=\\x01 +Commands\2\Type=Mode (TRX) +Commands\20\Command29=false +Commands\20\GetCommand=true +Commands\20\Max=101 +Commands\20\Min=1 +Commands\20\SetCommand=true +Commands\20\String=\\x0b +Commands\20\Type=Memory Clear +Commands\21\Command29=false +Commands\21\GetCommand=true +Commands\21\Max=0 +Commands\21\Min=0 +Commands\21\SetCommand=true +Commands\21\String=\\x0e +Commands\21\Type=Scanning +Commands\22\Command29=false +Commands\22\GetCommand=true +Commands\22\Max=99 +Commands\22\Min=0 +Commands\22\SetCommand=true +Commands\22\String=\\x0f +Commands\22\Type=Split/Duplex +Commands\23\Command29=false +Commands\23\GetCommand=true +Commands\23\Max=8 +Commands\23\Min=0 +Commands\23\SetCommand=true +Commands\23\String=\\x10 +Commands\23\Type=Tuning Step +Commands\24\Command29=true +Commands\24\GetCommand=true +Commands\24\Max=21 +Commands\24\Min=0 +Commands\24\SetCommand=true +Commands\24\String=\\x11 +Commands\24\Type=Attenuator Status +Commands\25\Command29=true +Commands\25\GetCommand=true +Commands\25\Max=3 +Commands\25\Min=0 +Commands\25\SetCommand=true +Commands\25\String=\\x12 +Commands\25\Type=Antenna +Commands\26\Command29=false +Commands\26\GetCommand=true +Commands\26\Max=2 +Commands\26\Min=0 +Commands\26\SetCommand=true +Commands\26\String=\\x13 +Commands\26\Type=Speech +Commands\27\Command29=true +Commands\27\GetCommand=true +Commands\27\Max=255 +Commands\27\Min=0 +Commands\27\SetCommand=true +Commands\27\String=\\x14\\x01 +Commands\27\Type=AF Gain +Commands\28\Command29=true +Commands\28\GetCommand=true +Commands\28\Max=255 +Commands\28\Min=0 +Commands\28\SetCommand=true +Commands\28\String=\\x14\\x02 +Commands\28\Type=RF Gain +Commands\29\Command29=true +Commands\29\GetCommand=true +Commands\29\Max=255 +Commands\29\Min=0 +Commands\29\SetCommand=true +Commands\29\String=\\x14\\x03 +Commands\29\Type=Squelch +Commands\3\Command29=false +Commands\3\GetCommand=true +Commands\3\Max=0 +Commands\3\Min=0 +Commands\3\SetCommand=true +Commands\3\String=\\x02 +Commands\3\Type=Band Edge Freq +Commands\30\Command29=true +Commands\30\GetCommand=true +Commands\30\Max=255 +Commands\30\Min=0 +Commands\30\SetCommand=true +Commands\30\String=\\x14\\x05 +Commands\30\Type=APF Type Level +Commands\31\Command29=true +Commands\31\GetCommand=true +Commands\31\Max=255 +Commands\31\Min=0 +Commands\31\SetCommand=true +Commands\31\String=\\x14\\x06 +Commands\31\Type=NR Level +Commands\32\Command29=true +Commands\32\GetCommand=true +Commands\32\Max=255 +Commands\32\Min=0 +Commands\32\SetCommand=true +Commands\32\String=\\x14\\x07 +Commands\32\Type=PBT Inner +Commands\33\Command29=true +Commands\33\GetCommand=true +Commands\33\Max=255 +Commands\33\Min=0 +Commands\33\SetCommand=true +Commands\33\String=\\x14\\x08 +Commands\33\Type=PBT Outer +Commands\34\Command29=false +Commands\34\GetCommand=true +Commands\34\Max=900 +Commands\34\Min=300 +Commands\34\SetCommand=true +Commands\34\String=\\x14\\x09 +Commands\34\Type=CW Pitch +Commands\35\Command29=false +Commands\35\GetCommand=true +Commands\35\Max=255 +Commands\35\Min=0 +Commands\35\SetCommand=true +Commands\35\String=\\x14\\x0a +Commands\35\Type=RF Power +Commands\36\Command29=false +Commands\36\GetCommand=true +Commands\36\Max=255 +Commands\36\Min=0 +Commands\36\SetCommand=true +Commands\36\String=\\x14\\x0b +Commands\36\Type=Mic Gain +Commands\37\Command29=false +Commands\37\GetCommand=true +Commands\37\Max=48 +Commands\37\Min=6 +Commands\37\SetCommand=true +Commands\37\String=\\x14\\x0c +Commands\37\Type=Key Speed +Commands\38\Command29=false +Commands\38\GetCommand=true +Commands\38\Max=255 +Commands\38\Min=0 +Commands\38\SetCommand=true +Commands\38\String=\\x14\\x0e +Commands\38\Type=Compressor Level +Commands\39\Command29=false +Commands\39\GetCommand=true +Commands\39\Max=255 +Commands\39\Min=0 +Commands\39\SetCommand=true +Commands\39\String=\\x14\\x0f +Commands\39\Type=Break-In Delay +Commands\4\Command29=false +Commands\4\GetCommand=true +Commands\4\Max=0 +Commands\4\Min=0 +Commands\4\SetCommand=false +Commands\4\String=\\x03 +Commands\4\Type=Freq Get +Commands\40\Command29=true +Commands\40\GetCommand=true +Commands\40\Max=255 +Commands\40\Min=0 +Commands\40\SetCommand=true +Commands\40\String=\\x14\\x12 +Commands\40\Type=NB Level +Commands\41\Command29=true +Commands\41\GetCommand=true +Commands\41\Max=255 +Commands\41\Min=0 +Commands\41\SetCommand=true +Commands\41\String=\\x14\\x13 +Commands\41\Type=DIGI-SEL Shift +Commands\42\Command29=false +Commands\42\GetCommand=true +Commands\42\Max=255 +Commands\42\Min=0 +Commands\42\SetCommand=true +Commands\42\String=\\x14\\x14 +Commands\42\Type=Drive Gain +Commands\43\Command29=false +Commands\43\GetCommand=true +Commands\43\Max=255 +Commands\43\Min=0 +Commands\43\SetCommand=true +Commands\43\String=\\x14\\x15 +Commands\43\Type=Monitor Gain +Commands\44\Command29=false +Commands\44\GetCommand=true +Commands\44\Max=255 +Commands\44\Min=0 +Commands\44\SetCommand=true +Commands\44\String=\\x14\\x16 +Commands\44\Type=Vox Gain +Commands\45\Command29=false +Commands\45\GetCommand=true +Commands\45\Max=255 +Commands\45\Min=0 +Commands\45\SetCommand=true +Commands\45\String=\\x14\\x17 +Commands\45\Type=Anti-Vox Gain +Commands\46\Command29=true +Commands\46\GetCommand=true +Commands\46\Max=1 +Commands\46\Min=0 +Commands\46\SetCommand=true +Commands\46\String=\\x15\\x01 +Commands\46\Type=S Meter Sql Status +Commands\47\Command29=true +Commands\47\GetCommand=true +Commands\47\Max=255 +Commands\47\Min=0 +Commands\47\SetCommand=true +Commands\47\String=\\x15\\x02 +Commands\47\Type=S Meter +Commands\48\Command29=true +Commands\48\GetCommand=true +Commands\48\Max=1 +Commands\48\Min=0 +Commands\48\SetCommand=true +Commands\48\String=\\x15\\x05 +Commands\48\Type=Various Squelch +Commands\49\Command29=false +Commands\49\GetCommand=true +Commands\49\Max=255 +Commands\49\Min=0 +Commands\49\SetCommand=true +Commands\49\String=\\x15\\x11 +Commands\49\Type=Power Meter +Commands\5\Command29=false +Commands\5\GetCommand=true +Commands\5\Max=0 +Commands\5\Min=0 +Commands\5\SetCommand=false +Commands\5\String=\\x04 +Commands\5\Type=Mode Get +Commands\50\Command29=false +Commands\50\GetCommand=true +Commands\50\Max=255 +Commands\50\Min=0 +Commands\50\SetCommand=true +Commands\50\String=\\x15\\x12 +Commands\50\Type=SWR Meter +Commands\51\Command29=false +Commands\51\GetCommand=true +Commands\51\Max=255 +Commands\51\Min=0 +Commands\51\SetCommand=true +Commands\51\String=\\x15\\x13 +Commands\51\Type=ALC Meter +Commands\52\Command29=false +Commands\52\GetCommand=true +Commands\52\Max=255 +Commands\52\Min=0 +Commands\52\SetCommand=true +Commands\52\String=\\x15\\x14 +Commands\52\Type=Comp Meter +Commands\53\Command29=false +Commands\53\GetCommand=true +Commands\53\Max=255 +Commands\53\Min=0 +Commands\53\SetCommand=true +Commands\53\String=\\x15\\x15 +Commands\53\Type=Vd Meter +Commands\54\Command29=false +Commands\54\GetCommand=true +Commands\54\Max=255 +Commands\54\Min=0 +Commands\54\SetCommand=true +Commands\54\String=\\x15\\x16 +Commands\54\Type=Id Meter +Commands\55\Command29=true +Commands\55\GetCommand=true +Commands\55\Max=2 +Commands\55\Min=0 +Commands\55\SetCommand=true +Commands\55\String=\\x16\\x02 +Commands\55\Type=Preamp Status +Commands\56\Command29=true +Commands\56\GetCommand=true +Commands\56\Max=3 +Commands\56\Min=0 +Commands\56\SetCommand=true +Commands\56\String=\\x16\\x12 +Commands\56\Type=AGC Time Constant +Commands\57\Command29=true +Commands\57\GetCommand=true +Commands\57\Max=1 +Commands\57\Min=0 +Commands\57\SetCommand=true +Commands\57\String=\\x16\\x22 +Commands\57\Type=Noise Blanker +Commands\58\Command29=true +Commands\58\GetCommand=true +Commands\58\Max=3 +Commands\58\Min=0 +Commands\58\SetCommand=true +Commands\58\String=\\x16\\x32 +Commands\58\Type=Audio Peak Filter +Commands\59\Command29=true +Commands\59\GetCommand=true +Commands\59\Max=1 +Commands\59\Min=0 +Commands\59\SetCommand=true +Commands\59\String=\\x16\\x40 +Commands\59\Type=Noise Reduction +Commands\6\Command29=false +Commands\6\GetCommand=false +Commands\6\Max=0 +Commands\6\Min=0 +Commands\6\SetCommand=true +Commands\6\String=\\x05 +Commands\6\Type=Freq Set +Commands\60\Command29=true +Commands\60\GetCommand=true +Commands\60\Max=1 +Commands\60\Min=0 +Commands\60\SetCommand=true +Commands\60\String=\\x16\\x41 +Commands\60\Type=Auto Notch +Commands\61\Command29=true +Commands\61\GetCommand=true +Commands\61\Max=1 +Commands\61\Min=0 +Commands\61\SetCommand=true +Commands\61\String=\\x16\\x42 +Commands\61\Type=Repeater Tone +Commands\62\Command29=true +Commands\62\GetCommand=true +Commands\62\Max=1 +Commands\62\Min=0 +Commands\62\SetCommand=true +Commands\62\String=\\x16\\x43 +Commands\62\Type=Repeater TSQL +Commands\63\Command29=false +Commands\63\GetCommand=true +Commands\63\Max=1 +Commands\63\Min=0 +Commands\63\SetCommand=true +Commands\63\String=\\x16\\x44 +Commands\63\Type=Compressor Status +Commands\64\Command29=false +Commands\64\GetCommand=true +Commands\64\Max=1 +Commands\64\Min=0 +Commands\64\SetCommand=true +Commands\64\String=\\x16\\x45 +Commands\64\Type=Monitor Status +Commands\65\Command29=false +Commands\65\GetCommand=true +Commands\65\Max=1 +Commands\65\Min=0 +Commands\65\SetCommand=true +Commands\65\String=\\x16\\x46 +Commands\65\Type=Vox Status +Commands\66\Command29=false +Commands\66\GetCommand=true +Commands\66\Max=2 +Commands\66\Min=0 +Commands\66\SetCommand=true +Commands\66\String=\\x16\\x47 +Commands\66\Type=Break-In Status +Commands\67\Command29=true +Commands\67\GetCommand=true +Commands\67\Max=1 +Commands\67\Min=0 +Commands\67\SetCommand=true +Commands\67\String=\\x16\\x48 +Commands\67\Type=Manual Notch +Commands\68\Command29=true +Commands\68\GetCommand=true +Commands\68\Max=1 +Commands\68\Min=0 +Commands\68\SetCommand=true +Commands\68\String=\\x16\\x4e +Commands\68\Type=DIGI-Sel Status +Commands\69\Command29=true +Commands\69\GetCommand=true +Commands\69\Max=1 +Commands\69\Min=0 +Commands\69\SetCommand=true +Commands\69\String=\\x16\\x4f +Commands\69\Type=Twin Peak Filter +Commands\7\Command29=false +Commands\7\GetCommand=false +Commands\7\Max=0 +Commands\7\Min=0 +Commands\7\SetCommand=true +Commands\7\String=\\x06 +Commands\7\Type=Mode Set +Commands\70\Command29=false +Commands\70\GetCommand=true +Commands\70\Max=1 +Commands\70\Min=0 +Commands\70\SetCommand=true +Commands\70\String=\\x16\\x50 +Commands\70\Type=Dial Lock Status +Commands\71\Command29=true +Commands\71\GetCommand=true +Commands\71\Max=1 +Commands\71\Min=0 +Commands\71\SetCommand=true +Commands\71\String=\\x16\\x53 +Commands\71\Type=RX Antenna +Commands\72\Command29=true +Commands\72\GetCommand=true +Commands\72\Max=1 +Commands\72\Min=0 +Commands\72\SetCommand=true +Commands\72\String=\\x16\\x56 +Commands\72\Type=DSP IF Filter +Commands\73\Command29=false +Commands\73\GetCommand=true +Commands\73\Max=2 +Commands\73\Min=0 +Commands\73\SetCommand=true +Commands\73\String=\\x16\\x58 +Commands\73\Type=SSB TX Bandwidth +Commands\74\Command29=false +Commands\74\GetCommand=true +Commands\74\Max=1 +Commands\74\Min=0 +Commands\74\SetCommand=true +Commands\74\String=\\x16\\x5e +Commands\74\Type=Main/Sub Tracking +Commands\75\Command29=false +Commands\75\GetCommand=true +Commands\75\Max=30 +Commands\75\Min=0 +Commands\75\SetCommand=true +Commands\75\String=\\x17 +Commands\75\Type=Send CW +Commands\76\Command29=false +Commands\76\GetCommand=true +Commands\76\Max=1 +Commands\76\Min=0 +Commands\76\SetCommand=true +Commands\76\String=\\x18 +Commands\76\Type=Power Control +Commands\77\Command29=false +Commands\77\GetCommand=true +Commands\77\Max=0 +Commands\77\Min=0 +Commands\77\SetCommand=true +Commands\77\String=\\x19\\x00 +Commands\77\Type=Transceiver ID +Commands\78\Command29=false +Commands\78\GetCommand=true +Commands\78\Max=101 +Commands\78\Min=1 +Commands\78\SetCommand=true +Commands\78\String=\\x1a\\00 +Commands\78\Type=Memory Contents +Commands\79\Command29=false +Commands\79\GetCommand=true +Commands\79\Max=0 +Commands\79\Min=1 +Commands\79\SetCommand=true +Commands\79\String=\\x1a\\x01 +Commands\79\Type=Band Stacking Reg +Commands\8\Command29=false +Commands\8\GetCommand=true +Commands\8\Max=0 +Commands\8\Min=0 +Commands\8\SetCommand=true +Commands\8\String=\\x07\\xb0 +Commands\8\Type=VFO Swap M/S +Commands\80\Command29=true +Commands\80\GetCommand=true +Commands\80\Max=10000 +Commands\80\Min=50 +Commands\80\SetCommand=true +Commands\80\String=\\x1a\\x03 +Commands\80\Type=Filter Width +Commands\81\Command29=true +Commands\81\GetCommand=true +Commands\81\Max=1 +Commands\81\Min=0 +Commands\81\SetCommand=true +Commands\81\String=\\x1a\\x05\\x00\\x33 +Commands\81\Type=Quick Split +Commands\82\Command29=false +Commands\82\GetCommand=true +Commands\82\Max=255 +Commands\82\Min=0 +Commands\82\SetCommand=true +Commands\82\String=\\x1a\\x05\\x00\\x58 +Commands\82\Type=ACC1 Mod Level +Commands\83\Command29=false +Commands\83\GetCommand=true +Commands\83\Max=255 +Commands\83\Min=0 +Commands\83\SetCommand=true +Commands\83\String=\\x1a\\x05\\x00\\x59 +Commands\83\Type=ACC2 Mod Level +Commands\84\Command29=false +Commands\84\GetCommand=true +Commands\84\Max=255 +Commands\84\Min=0 +Commands\84\SetCommand=true +Commands\84\String=\\x1a\\x05\\x00\\x61 +Commands\84\Type=USB Mod Level +Commands\85\Command29=false +Commands\85\GetCommand=true +Commands\85\Max=255 +Commands\85\Min=0 +Commands\85\SetCommand=true +Commands\85\String=\\x1a\\x05\\x00\\x62 +Commands\85\Type=LAN Mod Level +Commands\86\Command29=false +Commands\86\GetCommand=true +Commands\86\Max=10 +Commands\86\Min=0 +Commands\86\SetCommand=true +Commands\86\String=\\x1a\\x05\\x00\\x63 +Commands\86\Type=Data Off Mod Input +Commands\87\Command29=false +Commands\87\GetCommand=true +Commands\87\Max=10 +Commands\87\Min=0 +Commands\87\SetCommand=true +Commands\87\String=\\x1a\\x05\\x00\\x64 +Commands\87\Type=DATA1 Mod Input +Commands\88\Command29=false +Commands\88\GetCommand=true +Commands\88\Max=10 +Commands\88\Min=0 +Commands\88\SetCommand=true +Commands\88\String=\\x1a\\x05\\x00\\x65 +Commands\88\Type=DATA2 Mod Input +Commands\89\Command29=false +Commands\89\GetCommand=true +Commands\89\Max=10 +Commands\89\Min=0 +Commands\89\SetCommand=true +Commands\89\String=\\x1a\\x05\\x00\\x66 +Commands\89\Type=DATA3 Mod Input +Commands\9\Command29=false +Commands\9\GetCommand=true +Commands\9\Max=0 +Commands\9\Min=0 +Commands\9\SetCommand=true +Commands\9\String=\\x07\\xb0 +Commands\9\Type=VFO Swap M/S +Commands\90\Command29=false +Commands\90\GetCommand=true +Commands\90\Max=255 +Commands\90\Min=0 +Commands\90\SetCommand=true +Commands\90\String=\\x1a\\x05\\x00\\x75 +Commands\90\Type=REF Adjust +Commands\91\Command29=false +Commands\91\GetCommand=true +Commands\91\Max=0 +Commands\91\Min=0 +Commands\91\SetCommand=true +Commands\91\String=\\x1a\\x05\\x00\\x95 +Commands\91\Type=System Date +Commands\92\Command29=false +Commands\92\GetCommand=true +Commands\92\Max=0 +Commands\92\Min=0 +Commands\92\SetCommand=true +Commands\92\String=\\x1a\\x05\\x00\\x96 +Commands\92\Type=System Time +Commands\93\Command29=false +Commands\93\GetCommand=true +Commands\93\Max=0 +Commands\93\Min=0 +Commands\93\SetCommand=true +Commands\93\String=\\x1a\\x05\\x01\\x00 +Commands\93\Type=CLOCK2 Setting +Commands\94\Command29=false +Commands\94\GetCommand=true +Commands\94\Max=0 +Commands\94\Min=0 +Commands\94\SetCommand=true +Commands\94\String=\\x1a\\x05\\x01\\x01 +Commands\94\Type=CLOCK2 UTC Offset +Commands\95\Command29=false +Commands\95\GetCommand=true +Commands\95\Max=0 +Commands\95\Min=0 +Commands\95\SetCommand=true +Commands\95\String=\\x1a\\x05\\x01\\x01 +Commands\95\Type=UTC Offset +Commands\96\Command29=false +Commands\96\GetCommand=true +Commands\96\Max=0 +Commands\96\Min=0 +Commands\96\SetCommand=true +Commands\96\String=\\x1a\\x05\\x01\\x02 +Commands\96\Type=CLOCK 2 Name +Commands\97\Command29=false +Commands\97\GetCommand=true +Commands\97\Max=1 +Commands\97\Min=0 +Commands\97\SetCommand=true +Commands\97\String=\\x1a\\x05\\x01\\x12 +Commands\97\Type=Quick Dual Watch +Commands\98\Command29=false +Commands\98\GetCommand=true +Commands\98\Max=1 +Commands\98\Min=0 +Commands\98\SetCommand=true +Commands\98\String=\\x1a\\x05\\x01\\x55 +Commands\98\Type=CIV Transceive +Commands\99\Command29=false +Commands\99\GetCommand=true +Commands\99\Max=0 +Commands\99\Min=0 +Commands\99\SetCommand=true +Commands\99\String=\\x1a\\x05\\x02\\x51 +Commands\99\Type=Dash Ratio +Commands\size=142 Filters\1\Modes=0 Filters\1\Name=FIL1 -Filters\2\Num=2 +Filters\1\Num=1 Filters\2\Modes=0 Filters\2\Name=FIL2 -Filters\3\Num=3 +Filters\2\Num=2 Filters\3\Modes=0 Filters\3\Name=FIL3 +Filters\3\Num=3 Filters\size=3 +HasCommand29=true +HasEthernet=true +HasFDComms=true +HasLAN=true +HasSpectrum=true +HasTransmit=true +HasWiFi=false +Inputs\1\Name=MIC +Inputs\1\Num=0 +Inputs\1\Reg=0 +Inputs\10\Name=SPD +Inputs\10\Num=9 +Inputs\10\Reg=7 +Inputs\11\Name=M/U +Inputs\11\Num=10 +Inputs\11\Reg=0 +Inputs\2\Name=ACCA +Inputs\2\Num=1 +Inputs\2\Reg=1 +Inputs\3\Name=ACCB +Inputs\3\Num=2 +Inputs\3\Reg=2 +Inputs\4\Name=USB +Inputs\4\Num=3 +Inputs\4\Reg=8 +Inputs\5\Name=LAN +Inputs\5\Num=4 +Inputs\5\Reg=9 +Inputs\6\Name=M/AA +Inputs\6\Num=5 +Inputs\6\Reg=3 +Inputs\7\Name=M/AB +Inputs\7\Num=6 +Inputs\7\Reg=4 +Inputs\8\Name=A/B +Inputs\8\Num=7 +Inputs\8\Reg=5 +Inputs\9\Name=M/A/B +Inputs\9\Num=8 +Inputs\9\Reg=6 +Inputs\size=11 +Manufacturer=Icom +MemFormat=%1.2b %3.1c %4.5f %9.1g %10.1h %11.1k %12.3n %15.3o %18.10z +MemGroups=1 +MemStart=1 +Memories=101 +Model=IC-785x +Modes\1\Max=3600 +Modes\1\Min=50 +Modes\1\Name=LSB +Modes\1\Num=0 +Modes\1\Reg=0 +Modes\10\Max=3600 +Modes\10\Min=50 +Modes\10\Name=PSK-R +Modes\10\Num=9 +Modes\10\Reg=0 +Modes\2\Max=3600 +Modes\2\Min=50 +Modes\2\Name=USB +Modes\2\Num=1 +Modes\2\Reg=1 +Modes\3\Max=10000 +Modes\3\Min=200 +Modes\3\Name=AM +Modes\3\Num=2 +Modes\3\Reg=2 +Modes\4\Max=3600 +Modes\4\Min=50 +Modes\4\Name=CW +Modes\4\Num=3 +Modes\4\Reg=3 +Modes\5\Max=2700 +Modes\5\Min=50 +Modes\5\Name=RTTY +Modes\5\Num=4 +Modes\5\Reg=4 +Modes\6\Max=0 +Modes\6\Min=0 +Modes\6\Name=FM +Modes\6\Num=5 +Modes\6\Reg=5 +Modes\7\Max=3600 +Modes\7\Min=50 +Modes\7\Name=CW-R +Modes\7\Num=6 +Modes\7\Reg=7 +Modes\8\Max=2700 +Modes\8\Min=50 +Modes\8\Name=RTTY-R +Modes\8\Num=7 +Modes\8\Reg=8 +Modes\9\Max=3600 +Modes\9\Min=50 +Modes\9\Name=PSK +Modes\9\Num=8 +Modes\9\Reg=0 +Modes\size=10 +NumberOfReceivers=2 +NumberOfVFOs=1 +Periodic\1\Command=Antenna +Periodic\1\Priority=Medium Low +Periodic\1\VFO=0 +Periodic\10\Command=Main RX Mode +Periodic\10\Priority=Medium +Periodic\10\VFO=0 +Periodic\11\Command=Monitor Gain +Periodic\11\Priority=Medium Low +Periodic\11\VFO=0 +Periodic\12\Command=Monitor Status +Periodic\12\Priority=Medium Low +Periodic\12\VFO=0 +Periodic\13\Command=Noise Blanker +Periodic\13\Priority=Medium Low +Periodic\13\VFO=-1 +Periodic\14\Command=Noise Reduction +Periodic\14\Priority=Medium Low +Periodic\14\VFO=-1 +Periodic\15\Command=Overflow Status +Periodic\15\Priority=High +Periodic\15\VFO=0 +Periodic\16\Command=Preamp Status +Periodic\16\Priority=Medium Low +Periodic\16\VFO=0 +Periodic\17\Command=RF Gain +Periodic\17\Priority=Medium +Periodic\17\VFO=0 +Periodic\18\Command=RF Power +Periodic\18\Priority=Medium +Periodic\18\VFO=0 +Periodic\19\Command=S Meter +Periodic\19\Priority=Highest +Periodic\19\VFO=0 +Periodic\2\Command=Attenuator Status +Periodic\2\Priority=Medium Low +Periodic\2\VFO=0 +Periodic\20\Command=Scope Main Hold +Periodic\20\Priority=Medium +Periodic\20\VFO=0 +Periodic\21\Command=Scope Main Mode +Periodic\21\Priority=Medium High +Periodic\21\VFO=0 +Periodic\22\Command=Scope Main Span +Periodic\22\Priority=Medium High +Periodic\22\VFO=0 +Periodic\23\Command=Scope Main Speed +Periodic\23\Priority=Medium +Periodic\23\VFO=0 +Periodic\24\Command=Scope Main/Sub +Periodic\24\Priority=Medium High +Periodic\24\VFO=0 +Periodic\25\Command=Scope Single/Dual +Periodic\25\Priority=Medium High +Periodic\25\VFO=0 +Periodic\26\Command=Scope Sub Hold +Periodic\26\Priority=Medium +Periodic\26\VFO=1 +Periodic\27\Command=Scope Sub Mode +Periodic\27\Priority=Medium High +Periodic\27\VFO=1 +Periodic\28\Command=Scope Sub Span +Periodic\28\Priority=Medium High +Periodic\28\VFO=1 +Periodic\29\Command=Scope Sub Speed +Periodic\29\Priority=Medium +Periodic\29\VFO=1 +Periodic\3\Command=Compressor Status +Periodic\3\Priority=Medium Low +Periodic\3\VFO=-1 +Periodic\30\Command=Squelch +Periodic\30\Priority=Medium Low +Periodic\30\VFO=-1 +Periodic\31\Command=Sub RX Frequency +Periodic\31\Priority=Medium +Periodic\31\VFO=1 +Periodic\32\Command=Sub RX Mode +Periodic\32\Priority=Medium +Periodic\32\VFO=1 +Periodic\33\Command=Tone Squelch Type +Periodic\33\Priority=Medium Low +Periodic\33\VFO=0 +Periodic\34\Command=Transceiver Status +Periodic\34\Priority=High +Periodic\34\VFO=0 +Periodic\35\Command=Tuner/ATU Status +Periodic\35\Priority=Medium +Periodic\35\VFO=0 +Periodic\36\Command=Tuning Step +Periodic\36\Priority=Medium Low +Periodic\36\VFO=0 +Periodic\37\Command=VFO Dual Watch +Periodic\37\Priority=Medium +Periodic\37\VFO=0 +Periodic\38\Command=Vox Status +Periodic\38\Priority=Medium Low +Periodic\38\VFO=0 +Periodic\4\Command=Data Off Mod Input +Periodic\4\Priority=Medium High +Periodic\4\VFO=0 +Periodic\5\Command=DATA1 Mod Input +Periodic\5\Priority=Medium High +Periodic\5\VFO=0 +Periodic\6\Command=DATA2 Mod Input +Periodic\6\Priority=Medium High +Periodic\6\VFO=0 +Periodic\7\Command=DATA3 Mod Input +Periodic\7\Priority=Medium High +Periodic\7\VFO=0 +Periodic\8\Command=IP Plus Status +Periodic\8\Priority=Medium Low +Periodic\8\VFO=-1 +Periodic\9\Command=Main RX Frequency +Periodic\9\Priority=Medium +Periodic\9\VFO=0 +Periodic\size=38 +Preamps\1\Name=OFF +Preamps\1\Num=0 +Preamps\2\Name=PRE 1 +Preamps\2\Num=1 +Preamps\3\Name=PRE 2 +Preamps\3\Num=2 +Preamps\size=3 +RigCtlDModel=3075 +SatFormat= +SatMemories=0 +Spans\1\Freq=2500 +Spans\1\Name=\xb1\x32.5 KHz +Spans\1\Num=0 +Spans\2\Freq=5000 +Spans\2\Name=\xb1\x35 KHz +Spans\2\Num=1 +Spans\3\Freq=10000 +Spans\3\Name=\xb1\x31\x30 KHz +Spans\3\Num=2 +Spans\4\Freq=25000 +Spans\4\Name=\xb1\x32\x35 KHz +Spans\4\Num=3 +Spans\5\Freq=50000 +Spans\5\Name=\xb1\x35\x30 KHz +Spans\5\Num=4 +Spans\6\Freq=100000 +Spans\6\Name=\xb1\x31\x30\x30 KHz +Spans\6\Num=5 +Spans\7\Freq=250000 +Spans\7\Name=\xb1\x32\x35\x30 KHz +Spans\7\Num=6 +Spans\8\Freq=500000 +Spans\8\Name=\xb1\x35\x30\x30 KHz +Spans\8\Num=7 +Spans\size=8 +SpectrumAmpMax=200 +SpectrumLenMax=689 +SpectrumSeqMax=15 +Tuning%20Steps\1\Hz=1 +Tuning%20Steps\1\Name=1 Hz +Tuning%20Steps\1\Num=0 +Tuning%20Steps\10\Hz=9000 +Tuning%20Steps\10\Name=9 KHz +Tuning%20Steps\10\Num=4 +Tuning%20Steps\11\Hz=10000 +Tuning%20Steps\11\Name=10 KHz +Tuning%20Steps\11\Num=5 +Tuning%20Steps\12\Hz=12500 +Tuning%20Steps\12\Name=12.5 KHz +Tuning%20Steps\12\Num=6 +Tuning%20Steps\13\Hz=20000 +Tuning%20Steps\13\Name=20 KHz +Tuning%20Steps\13\Num=7 +Tuning%20Steps\14\Hz=25000 +Tuning%20Steps\14\Name=25 KHz +Tuning%20Steps\14\Num=8 +Tuning%20Steps\15\Hz=100000 +Tuning%20Steps\15\Name=100 Khz +Tuning%20Steps\15\Num=0 +Tuning%20Steps\16\Hz=250000 +Tuning%20Steps\16\Name=250 KHz +Tuning%20Steps\16\Num=0 +Tuning%20Steps\17\Hz=1000000 +Tuning%20Steps\17\Name=1 MHz +Tuning%20Steps\17\Num=0 +Tuning%20Steps\2\Hz=10 +Tuning%20Steps\2\Name=10 Hz +Tuning%20Steps\2\Num=0 +Tuning%20Steps\3\Hz=100 +Tuning%20Steps\3\Name=100 Hz +Tuning%20Steps\3\Num=1 +Tuning%20Steps\4\Hz=500 +Tuning%20Steps\4\Name=500 Hz +Tuning%20Steps\4\Num=0 +Tuning%20Steps\5\Hz=1000 +Tuning%20Steps\5\Name=1 KHz +Tuning%20Steps\5\Num=2 +Tuning%20Steps\6\Hz=2500 +Tuning%20Steps\6\Name=2.5 KHz +Tuning%20Steps\6\Num=0 +Tuning%20Steps\7\Hz=5000 +Tuning%20Steps\7\Name=5 KHz +Tuning%20Steps\7\Num=3 +Tuning%20Steps\8\Hz=6125 +Tuning%20Steps\8\Name=6.125 KHz +Tuning%20Steps\8\Num=0 +Tuning%20Steps\9\Hz=8333 +Tuning%20Steps\9\Name=8.333 KHz +Tuning%20Steps\9\Num=0 +Tuning%20Steps\size=17 diff --git a/rigs/IC-905.rig b/rigs/IC-905.rig index 192382d..55acd65 100644 --- a/rigs/IC-905.rig +++ b/rigs/IC-905.rig @@ -1,1137 +1,1144 @@ [General] -Version=1.90 +Version=1.91 [Rig] -Manufacturer=Icom -Model=IC-905 -CIVAddress=172 -RigCtlDModel=0 -NumberOfReceivers=1 -NumberOfVFOs=2 -SpectrumSeqMax=11 -SpectrumAmpMax=160 -SpectrumLenMax=475 -HasSpectrum=true -HasLAN=true -HasEthernet=true -HasWiFi=false -HasTransmit=true -HasFDComms=true -HasCommand29=false -MemGroups=100 -Memories=99 -MemStart=0 -MemFormat=%1.2a %3.2b %5.1d %6.5f %11.1g %12.1h %13.1i %14.1j %15.1m %16.3l %19.3o %22.1np %23.2q %25.1r %26.3s %29.8t %37.8u %45.8v %53.16z -SatMemories=0 -SatFormat= -Commands\1\Type=Freq (TRX) -Commands\1\String=\\x00 -Commands\1\Min=0 -Commands\1\Max=0 -Commands\1\Command29=false -Commands\1\GetCommand=false -Commands\1\SetCommand=false -Commands\2\Type=Mode (TRX) -Commands\2\String=\\x01 -Commands\2\Min=0 -Commands\2\Max=0 -Commands\2\Command29=false -Commands\2\GetCommand=false -Commands\2\SetCommand=false -Commands\3\Type=Band Edge Freq -Commands\3\String=\\x02 -Commands\3\Min=0 -Commands\3\Max=0 -Commands\3\Command29=false -Commands\3\GetCommand=true -Commands\3\SetCommand=true -Commands\4\Type=Freq Get -Commands\4\String=\\x03 -Commands\4\Min=0 -Commands\4\Max=0 -Commands\4\Command29=false -Commands\4\GetCommand=true -Commands\4\SetCommand=false -Commands\5\Type=Mode Get -Commands\5\String=\\x04 -Commands\5\Min=0 -Commands\5\Max=0 -Commands\5\Command29=false -Commands\5\GetCommand=true -Commands\5\SetCommand=false -Commands\6\Type=Freq Set -Commands\6\String=\\x05 -Commands\6\Min=0 -Commands\6\Max=0 -Commands\6\Command29=false -Commands\6\GetCommand=false -Commands\6\SetCommand=true -Commands\7\Type=Mode Set -Commands\7\String=\\x06 -Commands\7\Min=0 -Commands\7\Max=0 -Commands\7\Command29=false -Commands\7\GetCommand=false -Commands\7\SetCommand=true -Commands\8\Type=VFO A Select -Commands\8\String=\\x07\\x00 -Commands\8\Min=0 -Commands\8\Max=0 -Commands\8\Command29=false -Commands\8\GetCommand=true -Commands\8\SetCommand=true -Commands\9\Type=VFO B Select -Commands\9\String=\\x07\\x01 -Commands\9\Min=0 -Commands\9\Max=0 -Commands\9\Command29=false -Commands\9\GetCommand=true -Commands\9\SetCommand=true -Commands\10\Type=VFO Equal AB -Commands\10\String=\\x07\\xa0 -Commands\10\Min=0 -Commands\10\Max=0 -Commands\10\Command29=false -Commands\10\GetCommand=true -Commands\10\SetCommand=true -Commands\11\Type=VFO Swap A/B -Commands\11\String=\\x07\\xb0 -Commands\11\Min=0 -Commands\11\Max=0 -Commands\11\Command29=false -Commands\11\GetCommand=true -Commands\11\SetCommand=true -Commands\12\Type=Memory Mode -Commands\12\String=\\x08 -Commands\12\Min=0 -Commands\12\Max=99 -Commands\12\Command29=false -Commands\12\GetCommand=true -Commands\12\SetCommand=true -Commands\13\Type=Memory Write -Commands\13\String=\\x09 -Commands\13\Min=0 -Commands\13\Max=99 -Commands\13\Command29=false -Commands\13\GetCommand=true -Commands\13\SetCommand=true -Commands\14\Type=Memory to VFO -Commands\14\String=\\x0a -Commands\14\Min=0 -Commands\14\Max=99 -Commands\14\Command29=false -Commands\14\GetCommand=true -Commands\14\SetCommand=true -Commands\15\Type=Memory Clear -Commands\15\String=\\x0b -Commands\15\Min=0 -Commands\15\Max=99 -Commands\15\Command29=false -Commands\15\GetCommand=true -Commands\15\SetCommand=true -Commands\16\Type=Split/Duplex -Commands\16\String=\\x0f -Commands\16\Min=0 -Commands\16\Max=1 -Commands\16\Command29=false -Commands\16\GetCommand=true -Commands\16\SetCommand=true -Commands\17\Type=Tuning Step -Commands\17\String=\\x10 -Commands\17\Min=0 -Commands\17\Max=12 -Commands\17\Command29=false -Commands\17\GetCommand=true -Commands\17\SetCommand=true -Commands\18\Type=Attenuator Status -Commands\18\String=\\x11 -Commands\18\Min=0 -Commands\18\Max=10 -Commands\18\Command29=false -Commands\18\GetCommand=true -Commands\18\SetCommand=true -Commands\19\Type=Speech -Commands\19\String=\\x13 -Commands\19\Min=0 -Commands\19\Max=2 -Commands\19\Command29=false -Commands\19\GetCommand=true -Commands\19\SetCommand=true -Commands\20\Type=AF Gain -Commands\20\String=\\x14\\x01 -Commands\20\Min=0 -Commands\20\Max=255 -Commands\20\Command29=false -Commands\20\GetCommand=true -Commands\20\SetCommand=true -Commands\21\Type=RF Gain -Commands\21\String=\\x14\\x02 -Commands\21\Min=0 -Commands\21\Max=255 -Commands\21\Command29=false -Commands\21\GetCommand=true -Commands\21\SetCommand=true -Commands\22\Type=Squelch -Commands\22\String=\\x14\\x03 -Commands\22\Min=0 -Commands\22\Max=255 -Commands\22\Command29=false -Commands\22\GetCommand=true -Commands\22\SetCommand=true -Commands\23\Type=NR Level -Commands\23\String=\\x14\\x06 -Commands\23\Min=0 -Commands\23\Max=255 -Commands\23\Command29=false -Commands\23\GetCommand=true -Commands\23\SetCommand=true -Commands\24\Type=PBT Inner -Commands\24\String=\\x14\\x07 -Commands\24\Min=0 -Commands\24\Max=255 -Commands\24\Command29=false -Commands\24\GetCommand=true -Commands\24\SetCommand=true -Commands\25\Type=PBT Outer -Commands\25\String=\\x14\\x08 -Commands\25\Min=0 -Commands\25\Max=255 -Commands\25\Command29=false -Commands\25\GetCommand=true -Commands\25\SetCommand=true -Commands\26\Type=CW Pitch -Commands\26\String=\\x14\\x09 -Commands\26\Min=300 -Commands\26\Max=900 -Commands\26\Command29=false -Commands\26\GetCommand=true -Commands\26\SetCommand=true -Commands\27\Type=RF Power -Commands\27\String=\\x14\\x0a -Commands\27\Min=0 -Commands\27\Max=255 -Commands\27\Command29=false -Commands\27\GetCommand=true -Commands\27\SetCommand=true -Commands\28\Type=Mic Gain -Commands\28\String=\\x14\\x0b -Commands\28\Min=0 -Commands\28\Max=255 -Commands\28\Command29=false -Commands\28\GetCommand=true -Commands\28\SetCommand=true -Commands\29\Type=Key Speed -Commands\29\String=\\x14\\x0c -Commands\29\Min=0 -Commands\29\Max=255 -Commands\29\Command29=false -Commands\29\GetCommand=true -Commands\29\SetCommand=true -Commands\30\Type=Compressor Level -Commands\30\String=\\x14\\x0e -Commands\30\Min=0 -Commands\30\Max=255 -Commands\30\Command29=false -Commands\30\GetCommand=true -Commands\30\SetCommand=true -Commands\31\Type=Break-In Delay -Commands\31\String=\\x14\\x0f -Commands\31\Min=0 -Commands\31\Max=255 -Commands\31\Command29=false -Commands\31\GetCommand=true -Commands\31\SetCommand=true -Commands\32\Type=NB Level -Commands\32\String=\\x14\\x12 -Commands\32\Min=0 -Commands\32\Max=255 -Commands\32\Command29=false -Commands\32\GetCommand=true -Commands\32\SetCommand=true -Commands\33\Type=Monitor Gain -Commands\33\String=\\x14\\x15 -Commands\33\Min=0 -Commands\33\Max=255 -Commands\33\Command29=false -Commands\33\GetCommand=true -Commands\33\SetCommand=true -Commands\34\Type=Vox Gain -Commands\34\String=\\x14\\x16 -Commands\34\Min=0 -Commands\34\Max=255 -Commands\34\Command29=false -Commands\34\GetCommand=true -Commands\34\SetCommand=true -Commands\35\Type=Anti-Vox Gain -Commands\35\String=\\x14\\x17 -Commands\35\Min=0 -Commands\35\Max=255 -Commands\35\Command29=false -Commands\35\GetCommand=true -Commands\35\SetCommand=true -Commands\36\Type=S Meter Sql Status -Commands\36\String=\\x15\\x01 -Commands\36\Min=0 -Commands\36\Max=1 -Commands\36\Command29=false -Commands\36\GetCommand=true -Commands\36\SetCommand=true -Commands\37\Type=S Meter -Commands\37\String=\\x15\\x02 -Commands\37\Min=0 -Commands\37\Max=255 -Commands\37\Command29=false -Commands\37\GetCommand=true -Commands\37\SetCommand=true -Commands\38\Type=Various Squelch -Commands\38\String=\\x15\\x05 -Commands\38\Min=0 -Commands\38\Max=1 -Commands\38\Command29=false -Commands\38\GetCommand=true -Commands\38\SetCommand=true -Commands\39\Type=Overflow Status -Commands\39\String=\\x15\\x07 -Commands\39\Min=0 -Commands\39\Max=1 -Commands\39\Command29=false -Commands\39\GetCommand=true -Commands\39\SetCommand=true -Commands\40\Type=Power Meter -Commands\40\String=\\x15\\x11 -Commands\40\Min=0 -Commands\40\Max=255 -Commands\40\Command29=false -Commands\40\GetCommand=true -Commands\40\SetCommand=true -Commands\41\Type=SWR Meter -Commands\41\String=\\x15\\x12 -Commands\41\Min=0 -Commands\41\Max=255 -Commands\41\Command29=false -Commands\41\GetCommand=true -Commands\41\SetCommand=true -Commands\42\Type=ALC Meter -Commands\42\String=\\x15\\x13 -Commands\42\Min=0 -Commands\42\Max=255 -Commands\42\Command29=false -Commands\42\GetCommand=true -Commands\42\SetCommand=true -Commands\43\Type=Comp Meter -Commands\43\String=\\x15\\x14 -Commands\43\Min=0 -Commands\43\Max=255 -Commands\43\Command29=false -Commands\43\GetCommand=true -Commands\43\SetCommand=true -Commands\44\Type=Vd Meter -Commands\44\String=\\x15\\x15 -Commands\44\Min=0 -Commands\44\Max=255 -Commands\44\Command29=false -Commands\44\GetCommand=true -Commands\44\SetCommand=true -Commands\45\Type=Id Meter -Commands\45\String=\\x15\\x16 -Commands\45\Min=0 -Commands\45\Max=255 -Commands\45\Command29=false -Commands\45\GetCommand=true -Commands\45\SetCommand=true -Commands\46\Type=Preamp Status -Commands\46\String=\\x16\\x02 -Commands\46\Min=0 -Commands\46\Max=1 -Commands\46\Command29=false -Commands\46\GetCommand=true -Commands\46\SetCommand=true -Commands\47\Type=AGC Time Constant -Commands\47\String=\\x16\\x12 -Commands\47\Min=1 -Commands\47\Max=3 -Commands\47\Command29=false -Commands\47\GetCommand=true -Commands\47\SetCommand=true -Commands\48\Type=Noise Blanker -Commands\48\String=\\x16\\x22 -Commands\48\Min=0 -Commands\48\Max=1 -Commands\48\Command29=false -Commands\48\GetCommand=true -Commands\48\SetCommand=true -Commands\49\Type=Noise Reduction -Commands\49\String=\\x16\\x40 -Commands\49\Min=0 -Commands\49\Max=1 -Commands\49\Command29=false -Commands\49\GetCommand=true -Commands\49\SetCommand=true -Commands\50\Type=Auto Notch -Commands\50\String=\\x16\\x41 -Commands\50\Min=0 -Commands\50\Max=1 -Commands\50\Command29=false -Commands\50\GetCommand=true -Commands\50\SetCommand=true -Commands\51\Type=Repeater Tone -Commands\51\String=\\x16\\x42 -Commands\51\Min=0 -Commands\51\Max=1 -Commands\51\Command29=false -Commands\51\GetCommand=true -Commands\51\SetCommand=true -Commands\52\Type=Repeater TSQL -Commands\52\String=\\x16\\x43 -Commands\52\Min=0 -Commands\52\Max=1 -Commands\52\Command29=false -Commands\52\GetCommand=true -Commands\52\SetCommand=true -Commands\53\Type=Compressor Status -Commands\53\String=\\x16\\x44 -Commands\53\Min=0 -Commands\53\Max=1 -Commands\53\Command29=false -Commands\53\GetCommand=true -Commands\53\SetCommand=true -Commands\54\Type=Monitor Status -Commands\54\String=\\x16\\x45 -Commands\54\Min=0 -Commands\54\Max=1 -Commands\54\Command29=false -Commands\54\GetCommand=true -Commands\54\SetCommand=true -Commands\55\Type=Vox Status -Commands\55\String=\\x16\\x46 -Commands\55\Min=0 -Commands\55\Max=1 -Commands\55\Command29=false -Commands\55\GetCommand=true -Commands\55\SetCommand=true -Commands\56\Type=Break-In Status -Commands\56\String=\\x16\\x47 -Commands\56\Min=0 -Commands\56\Max=1 -Commands\56\Command29=false -Commands\56\GetCommand=true -Commands\56\SetCommand=true -Commands\57\Type=Manual Notch -Commands\57\String=\\x16\\x48 -Commands\57\Min=0 -Commands\57\Max=1 -Commands\57\Command29=false -Commands\57\GetCommand=true -Commands\57\SetCommand=true -Commands\58\Type=AFC Function -Commands\58\String=\\x16\\x4a -Commands\58\Min=0 -Commands\58\Max=1 -Commands\58\Command29=false -Commands\58\GetCommand=true -Commands\58\SetCommand=true -Commands\59\Type=Repeater DTCS -Commands\59\String=\\x16\\x4b -Commands\59\Min=0 -Commands\59\Max=1 -Commands\59\Command29=false -Commands\59\GetCommand=true -Commands\59\SetCommand=true -Commands\60\Type=Twin Peak Filter -Commands\60\String=\\x16\\x4f -Commands\60\Min=0 -Commands\60\Max=1 -Commands\60\Command29=false -Commands\60\GetCommand=true -Commands\60\SetCommand=true -Commands\61\Type=Dial Lock Status -Commands\61\String=\\x16\\x50 -Commands\61\Min=0 -Commands\61\Max=1 -Commands\61\Command29=false -Commands\61\GetCommand=true -Commands\61\SetCommand=true -Commands\62\Type=DSP IF Filter -Commands\62\String=\\x16\\x56 -Commands\62\Min=0 -Commands\62\Max=1 -Commands\62\Command29=false -Commands\62\GetCommand=true -Commands\62\SetCommand=true -Commands\63\Type=Manual Notch Width -Commands\63\String=\\x16\\x57 -Commands\63\Min=0 -Commands\63\Max=2 -Commands\63\Command29=false -Commands\63\GetCommand=true -Commands\63\SetCommand=true -Commands\64\Type=SSB TX Bandwidth -Commands\64\String=\\x16\\x58 -Commands\64\Min=0 -Commands\64\Max=2 -Commands\64\Command29=false -Commands\64\GetCommand=true -Commands\64\SetCommand=true -Commands\65\Type=DSQL Setting -Commands\65\String=\\x16\\x5b -Commands\65\Min=0 -Commands\65\Max=2 -Commands\65\Command29=false -Commands\65\GetCommand=true -Commands\65\SetCommand=true -Commands\66\Type=DTCS Code/Polarity -Commands\66\String=\\x16\\x5d -Commands\66\Min=0 -Commands\66\Max=3 -Commands\66\Command29=false -Commands\66\GetCommand=true -Commands\66\SetCommand=true -Commands\67\Type=Send CW -Commands\67\String=\\x17 -Commands\67\Min=0 -Commands\67\Max=30 -Commands\67\Command29=false -Commands\67\GetCommand=true -Commands\67\SetCommand=true -Commands\68\Type=Power Control -Commands\68\String=\\x18 -Commands\68\Min=0 -Commands\68\Max=0 -Commands\68\Command29=false -Commands\68\GetCommand=true -Commands\68\SetCommand=true -Commands\69\Type=Transceiver ID -Commands\69\String=\\x19\\x00 -Commands\69\Min=0 -Commands\69\Max=0 -Commands\69\Command29=false -Commands\69\GetCommand=true -Commands\69\SetCommand=true -Commands\70\Type=Memory Contents -Commands\70\String=\\x1a\\x00 -Commands\70\Min=0 -Commands\70\Max=100 -Commands\70\Command29=false -Commands\70\GetCommand=true -Commands\70\SetCommand=true -Commands\71\Type=Band Stacking Reg -Commands\71\String=\\x1a\\x01 -Commands\71\Min=0 -Commands\71\Max=0 -Commands\71\Command29=false -Commands\71\GetCommand=true -Commands\71\SetCommand=true -Commands\72\Type=Filter Width -Commands\72\String=\\x1a\\x03 -Commands\72\Min=50 -Commands\72\Max=10000 -Commands\72\Command29=false -Commands\72\GetCommand=true -Commands\72\SetCommand=true -Commands\73\Type=Quick Split -Commands\73\String=\\x1a\\x05\\x00\\x46 -Commands\73\Min=0 -Commands\73\Max=1 -Commands\73\Command29=false -Commands\73\GetCommand=true -Commands\73\SetCommand=true -Commands\74\Type=REF Adjust -Commands\74\String=\\x1a\\x05\\x00\\x93 -Commands\74\Min=0 -Commands\74\Max=0 -Commands\74\Command29=false -Commands\74\GetCommand=true -Commands\74\SetCommand=true -Commands\75\Type=USB Mod Level -Commands\75\String=\\x1a\\x05\\x01\\x24 -Commands\75\Min=0 -Commands\75\Max=255 -Commands\75\Command29=false -Commands\75\GetCommand=true -Commands\75\SetCommand=true -Commands\76\Type=LAN Mod Level -Commands\76\String=\\x1a\\x05\\x01\\x25 -Commands\76\Min=0 -Commands\76\Max=255 -Commands\76\Command29=false -Commands\76\GetCommand=true -Commands\76\SetCommand=true -Commands\77\Type=Data Off Mod Input -Commands\77\String=\\x1a\\x05\\x01\\x26 -Commands\77\Min=0 -Commands\77\Max=255 -Commands\77\Command29=false -Commands\77\GetCommand=true -Commands\77\SetCommand=true -Commands\78\Type=DATA1 Mod Input -Commands\78\String=\\x1a\\x05\\x01\\x27 -Commands\78\Min=0 -Commands\78\Max=255 -Commands\78\Command29=false -Commands\78\GetCommand=true -Commands\78\SetCommand=true -Commands\79\Type=CIV Transceive -Commands\79\String=\\x1a\\x05\\x01\\x42 -Commands\79\Min=0 -Commands\79\Max=1 -Commands\79\Command29=false -Commands\79\GetCommand=true -Commands\79\SetCommand=true -Commands\80\Type=Transceiver Status -Commands\80\String=\\x1c\\x00 -Commands\80\Min=0 -Commands\80\Max=1 -Commands\80\Command29=false -Commands\80\GetCommand=true -Commands\80\SetCommand=true -Commands\81\Type=Selected Freq -Commands\81\String=\\x25\\x00 -Commands\81\Min=0 -Commands\81\Max=0 -Commands\81\Command29=false -Commands\81\GetCommand=true -Commands\81\SetCommand=true -Commands\82\Type=Unselected Freq -Commands\82\String=\\x25\\x01 -Commands\82\Min=0 -Commands\82\Max=0 -Commands\82\Command29=false -Commands\82\GetCommand=true -Commands\82\SetCommand=true -Commands\83\Type=Selected Mode -Commands\83\String=\\x26\\x00 -Commands\83\Min=0 -Commands\83\Max=0 -Commands\83\Command29=false -Commands\83\GetCommand=true -Commands\83\SetCommand=true -Commands\84\Type=Unselected Mode -Commands\84\String=\\x26\\x01 -Commands\84\Min=0 -Commands\84\Max=0 -Commands\84\Command29=false -Commands\84\GetCommand=true -Commands\84\SetCommand=true -Commands\85\Type=Scope Main Wave Data -Commands\85\String=\\x27\\x00\\x00 -Commands\85\Min=0 -Commands\85\Max=0 -Commands\85\Command29=false -Commands\85\GetCommand=true -Commands\85\SetCommand=true -Commands\86\Type=Scope On/Off -Commands\86\String=\\x27\\x10 -Commands\86\Min=0 -Commands\86\Max=1 -Commands\86\Command29=false -Commands\86\GetCommand=true -Commands\86\SetCommand=true -Commands\87\Type=Scope Data Output -Commands\87\String=\\x27\\x11 -Commands\87\Min=0 -Commands\87\Max=1 -Commands\87\Command29=false -Commands\87\GetCommand=true -Commands\87\SetCommand=true -Commands\88\Type=Scope Main/Sub -Commands\88\String=\\x27\\x12 -Commands\88\Min=0 -Commands\88\Max=0 -Commands\88\Command29=false -Commands\88\GetCommand=true -Commands\88\SetCommand=true -Commands\89\Type=Scope Single/Dual -Commands\89\String=\\x27\\x13 -Commands\89\Min=0 -Commands\89\Max=0 -Commands\89\Command29=false -Commands\89\GetCommand=true -Commands\89\SetCommand=true -Commands\90\Type=Scope Main Mode -Commands\90\String=\\x27\\x14\\x00 -Commands\90\Min=0 -Commands\90\Max=4 -Commands\90\Command29=false -Commands\90\GetCommand=true -Commands\90\SetCommand=true -Commands\91\Type=Scope Main Span -Commands\91\String=\\x27\\x15\\x00 -Commands\91\Min=0 -Commands\91\Max=12 -Commands\91\Command29=false -Commands\91\GetCommand=true -Commands\91\SetCommand=true -Commands\92\Type=Scope Main Edge -Commands\92\String=\\x27\\x16\\x00 -Commands\92\Min=1 -Commands\92\Max=4 -Commands\92\Command29=false -Commands\92\GetCommand=true -Commands\92\SetCommand=true -Commands\93\Type=Scope Main Hold -Commands\93\String=\\x27\\x17\\x00 -Commands\93\Min=0 -Commands\93\Max=1 -Commands\93\Command29=false -Commands\93\GetCommand=true -Commands\93\SetCommand=true -Commands\94\Type=Scope Main Ref -Commands\94\String=\\x27\\x19\\x00 -Commands\94\Min=-200 -Commands\94\Max=200 -Commands\94\Command29=false -Commands\94\GetCommand=true -Commands\94\SetCommand=true -Commands\95\Type=Scope Main Speed -Commands\95\String=\\x27\\x1a\\x00 -Commands\95\Min=0 -Commands\95\Max=2 -Commands\95\Command29=false -Commands\95\GetCommand=true -Commands\95\SetCommand=true -Commands\96\Type=Scope During TX -Commands\96\String=\\x27\\x1b -Commands\96\Min=0 -Commands\96\Max=1 -Commands\96\Command29=false -Commands\96\GetCommand=true -Commands\96\SetCommand=true -Commands\97\Type=Scope Center Type -Commands\97\String=\\x27\\x1c -Commands\97\Min=0 -Commands\97\Max=2 -Commands\97\Command29=false -Commands\97\GetCommand=true -Commands\97\SetCommand=true -Commands\98\Type=Scope Main VBW -Commands\98\String=\\x27\\x1d\\x00 -Commands\98\Min=0 -Commands\98\Max=1 -Commands\98\Command29=false -Commands\98\GetCommand=true -Commands\98\SetCommand=true -Commands\99\Type=Scope Fixed Edge Freq -Commands\99\String=\\x27\\x1e -Commands\99\Min=1 -Commands\99\Max=0 -Commands\99\Command29=false -Commands\99\GetCommand=true -Commands\99\SetCommand=true -Commands\100\Type=Scope Main RBW -Commands\100\String=\\x27\\x1f\\x00 -Commands\100\Min=0 -Commands\100\Max=2 -Commands\100\Command29=false -Commands\100\GetCommand=true -Commands\100\SetCommand=true -Commands\101\Type=Voice TX -Commands\101\String=\\x28 -Commands\101\Min=0 -Commands\101\Max=8 -Commands\101\Command29=false -Commands\101\GetCommand=true -Commands\101\SetCommand=true -Commands\102\Type=Command Error FA -Commands\102\String=\\xfa -Commands\102\Min=0 -Commands\102\Max=0 -Commands\102\Command29=false -Commands\102\GetCommand=false -Commands\102\SetCommand=false -Commands\103\Type=Command OK FB -Commands\103\String=\\xfb -Commands\103\Min=0 -Commands\103\Max=0 -Commands\103\Command29=false -Commands\103\GetCommand=false -Commands\103\SetCommand=false -Commands\size=103 -Periodic\1\Priority=Medium Low -Periodic\1\Command=Attenuator Status -Periodic\1\VFO=-1 -Periodic\2\Priority=Medium Low -Periodic\2\Command=Compressor Status -Periodic\2\VFO=-1 -Periodic\3\Priority=Medium High -Periodic\3\Command=Data Off Mod Input -Periodic\3\VFO=0 -Periodic\4\Priority=Medium High -Periodic\4\Command=DATA1 Mod Input -Periodic\4\VFO=0 -Periodic\5\Priority=Medium Low -Periodic\5\Command=Monitor Gain -Periodic\5\VFO=0 -Periodic\6\Priority=Medium Low -Periodic\6\Command=Monitor Status -Periodic\6\VFO=0 -Periodic\7\Priority=Medium Low -Periodic\7\Command=Noise Blanker -Periodic\7\VFO=-1 -Periodic\8\Priority=Medium Low -Periodic\8\Command=Noise Reduction -Periodic\8\VFO=-1 -Periodic\9\Priority=High -Periodic\9\Command=Overflow Status -Periodic\9\VFO=0 -Periodic\10\Priority=Medium Low -Periodic\10\Command=Preamp Status -Periodic\10\VFO=-1 -Periodic\11\Priority=Medium -Periodic\11\Command=RF Gain -Periodic\11\VFO=0 -Periodic\12\Priority=Medium -Periodic\12\Command=RF Power -Periodic\12\VFO=0 -Periodic\13\Priority=Highest -Periodic\13\Command=S Meter -Periodic\13\VFO=-1 -Periodic\14\Priority=Medium -Periodic\14\Command=Scope Main Hold -Periodic\14\VFO=0 -Periodic\15\Priority=Medium High -Periodic\15\Command=Scope Main Mode -Periodic\15\VFO=0 -Periodic\16\Priority=Medium High -Periodic\16\Command=Scope Main Span -Periodic\16\VFO=0 -Periodic\17\Priority=Medium -Periodic\17\Command=Scope Main Speed -Periodic\17\VFO=0 -Periodic\18\Priority=Medium -Periodic\18\Command=Selected Freq -Periodic\18\VFO=0 -Periodic\19\Priority=Medium -Periodic\19\Command=Selected Mode -Periodic\19\VFO=0 -Periodic\20\Priority=Medium Low -Periodic\20\Command=Squelch -Periodic\20\VFO=-1 -Periodic\21\Priority=Medium Low -Periodic\21\Command=Tone Squelch Type -Periodic\21\VFO=-1 -Periodic\22\Priority=High -Periodic\22\Command=Transceiver Status -Periodic\22\VFO=0 -Periodic\23\Priority=Medium Low -Periodic\23\Command=Tuning Step -Periodic\23\VFO=-1 -Periodic\24\Priority=Medium -Periodic\24\Command=Unselected Freq -Periodic\24\VFO=0 -Periodic\25\Priority=Medium -Periodic\25\Command=Unselected Mode -Periodic\25\VFO=0 -Periodic\26\Priority=Medium Low -Periodic\26\Command=Vox Status -Periodic\26\VFO=-1 -Periodic\size=26 -Spans\1\Num=0 -Spans\1\Name=±2.5 KHz -Spans\1\Freq=2500 -Spans\2\Num=1 -Spans\2\Name=±5 KHz -Spans\2\Freq=5000 -Spans\3\Num=2 -Spans\3\Name=±10 KHz -Spans\3\Freq=10000 -Spans\4\Num=3 -Spans\4\Name=±25 KHz -Spans\4\Freq=25000 -Spans\5\Num=4 -Spans\5\Name=±50 KHz -Spans\5\Freq=50000 -Spans\6\Num=5 -Spans\6\Name=±100 KHz -Spans\6\Freq=100000 -Spans\7\Num=6 -Spans\7\Name=±250 KHz -Spans\7\Freq=250000 -Spans\8\Num=7 -Spans\8\Name=±500 KHz -Spans\8\Freq=500000 -Spans\9\Num=8 -Spans\9\Name=±1 MHz -Spans\9\Freq=1000000 -Spans\10\Num=9 -Spans\10\Name=±2.5 MHz -Spans\10\Freq=2500000 -Spans\11\Num=0 -Spans\11\Name=±5 MHz -Spans\11\Freq=5000000 -Spans\12\Num=0 -Spans\12\Name=±10 MHz -Spans\12\Freq=10000000 -Spans\13\Num=0 -Spans\13\Name=±25 MHz -Spans\13\Freq=25000000 -Spans\size=13 -Inputs\1\Num=0 -Inputs\1\Reg=0 -Inputs\1\Name=MIC -Inputs\2\Num=3 -Inputs\2\Reg=3 -Inputs\2\Name=USB -Inputs\3\Num=4 -Inputs\3\Reg=5 -Inputs\3\Name=LAN -Inputs\4\Num=10 -Inputs\4\Reg=4 -Inputs\4\Name=M/U -Inputs\5\Num=11 -Inputs\5\Reg=1 -Inputs\5\Name=AV -Inputs\6\Num=12 -Inputs\6\Reg=2 -Inputs\6\Name=M/A -Inputs\size=6 -Bands\1\Region= -Bands\1\Num=0 -Bands\1\BSR=6 -Bands\1\Start=10000000000 -Bands\1\End=10500000000 -Bands\1\Range=10500 -Bands\1\MemoryGroup=-1 -Bands\1\Name=3 cm -Bands\1\Bytes=6 -Bands\1\Color=#ffffff00 -Bands\2\Region=1 -Bands\2\Num=1 -Bands\2\BSR=5 -Bands\2\Start=5650000000 -Bands\2\End=5850000000 -Bands\2\Range=5850 -Bands\2\MemoryGroup=-1 -Bands\2\Name=6 cm -Bands\2\Bytes=5 -Bands\2\Color=#ffff55ff -Bands\3\Region=2 -Bands\3\Num=1 -Bands\3\BSR=5 -Bands\3\Start=5650000000 -Bands\3\End=5925000000 -Bands\3\Range=5925 -Bands\3\MemoryGroup=-1 -Bands\3\Name=6 cm -Bands\3\Bytes=5 -Bands\3\Color=#ffff55ff -Bands\4\Region=3 -Bands\4\Num=1 -Bands\4\BSR=5 -Bands\4\Start=5650000000 -Bands\4\End=5925000000 -Bands\4\Range=5925 -Bands\4\MemoryGroup=-1 -Bands\4\Name=6 cm -Bands\4\Bytes=5 -Bands\4\Color=#ffff55ff -Bands\5\Region= -Bands\5\Num=3 -Bands\5\BSR=4 -Bands\5\Start=2400000000 -Bands\5\End=2450000000 -Bands\5\Range=2450 -Bands\5\MemoryGroup=-1 -Bands\5\Name=13 cm -Bands\5\Bytes=5 -Bands\5\Color=#ff55ffff -Bands\6\Region= -Bands\6\Num=4 -Bands\6\BSR=3 -Bands\6\Start=1240000000 -Bands\6\End=1300000000 -Bands\6\Range=1300 -Bands\6\MemoryGroup=-1 -Bands\6\Name=23 cm -Bands\6\Bytes=5 -Bands\6\Color=#ffff0000 -Bands\7\Region=1 -Bands\7\Num=5 -Bands\7\BSR=2 -Bands\7\Start=430000000 -Bands\7\End=440000000 -Bands\7\Range=440 -Bands\7\MemoryGroup=-1 -Bands\7\Name=70 cm -Bands\7\Bytes=5 -Bands\7\Color=#ff00ff00 -Bands\8\Region=2 -Bands\8\Num=5 -Bands\8\BSR=2 -Bands\8\Start=420000000 -Bands\8\End=450000000 -Bands\8\Range=450 -Bands\8\MemoryGroup=-1 -Bands\8\Name=70 cm -Bands\8\Bytes=5 -Bands\8\Color=#ff00ff00 -Bands\9\Region=3 -Bands\9\Num=5 -Bands\9\BSR=2 -Bands\9\Start=430000000 -Bands\9\End=440000000 -Bands\9\Range=440 -Bands\9\MemoryGroup=-1 -Bands\9\Name=70 cm -Bands\9\Bytes=5 -Bands\9\Color=#ff00ff00 -Bands\10\Region=1 -Bands\10\Num=6 -Bands\10\BSR=1 -Bands\10\Start=144000000 -Bands\10\End=146000000 -Bands\10\Range=146 -Bands\10\MemoryGroup=-1 -Bands\10\Name=2 m -Bands\10\Bytes=5 -Bands\10\Color=#ff0000ff -Bands\11\Region=2 -Bands\11\Num=6 -Bands\11\BSR=1 -Bands\11\Start=144000000 -Bands\11\End=148000000 -Bands\11\Range=148 -Bands\11\MemoryGroup=-1 -Bands\11\Name=2 m -Bands\11\Bytes=5 -Bands\11\Color=#ff0000ff -Bands\12\Region=3 -Bands\12\Num=6 -Bands\12\BSR=1 -Bands\12\Start=144000000 -Bands\12\End=148000000 -Bands\12\Range=148 -Bands\12\MemoryGroup=-1 -Bands\12\Name=2 m -Bands\12\Bytes=5 -Bands\12\Color=#ff0000ff -Bands\size=12 -Modes\1\Num=0 -Modes\1\Reg=0 -Modes\1\Min=50 -Modes\1\Max=3600 -Modes\1\Name=LSB -Modes\2\Num=1 -Modes\2\Reg=1 -Modes\2\Min=50 -Modes\2\Max=3600 -Modes\2\Name=USB -Modes\3\Num=2 -Modes\3\Reg=2 -Modes\3\Min=200 -Modes\3\Max=10000 -Modes\3\Name=AM -Modes\4\Num=3 -Modes\4\Reg=3 -Modes\4\Min=50 -Modes\4\Max=3600 -Modes\4\Name=CW -Modes\5\Num=4 -Modes\5\Reg=4 -Modes\5\Min=50 -Modes\5\Max=2700 -Modes\5\Name=RTTY -Modes\6\Num=5 -Modes\6\Reg=5 -Modes\6\Min=0 -Modes\6\Max=0 -Modes\6\Name=FM -Modes\7\Num=7 -Modes\7\Reg=7 -Modes\7\Min=50 -Modes\7\Max=3600 -Modes\7\Name=CW-R -Modes\8\Num=8 -Modes\8\Reg=8 -Modes\8\Min=50 -Modes\8\Max=2700 -Modes\8\Name=RTTY-R -Modes\9\Num=17 -Modes\9\Reg=0 -Modes\9\Min=0 -Modes\9\Max=0 -Modes\9\Name=DV -Modes\10\Num=22 -Modes\10\Reg=10 -Modes\10\Min=0 -Modes\10\Max=0 -Modes\10\Name=DD -Modes\11\Num=23 -Modes\11\Reg=11 -Modes\11\Min=0 -Modes\11\Max=0 -Modes\11\Name=ATV -Modes\size=11 +Antennas\size=0 Attenuators\1\dB=0 Attenuators\2\dB=10 Attenuators\size=2 -Preamps\1\Num=0 -Preamps\1\Name=OFF -Preamps\2\Num=1 -Preamps\2\Name=PREAMP -Preamps\size=2 -Antennas\size=0 -Tuning%20Steps\1\Num=0 -Tuning%20Steps\1\Name=1 Hz -Tuning%20Steps\1\Hz=1 -Tuning%20Steps\2\Num=0 -Tuning%20Steps\2\Name=10 Hz -Tuning%20Steps\2\Hz=10 -Tuning%20Steps\3\Num=1 -Tuning%20Steps\3\Name=100 Hz -Tuning%20Steps\3\Hz=100 -Tuning%20Steps\4\Num=2 -Tuning%20Steps\4\Name=500 Hz -Tuning%20Steps\4\Hz=500 -Tuning%20Steps\5\Num=3 -Tuning%20Steps\5\Name=1 KHz -Tuning%20Steps\5\Hz=1000 -Tuning%20Steps\6\Num=0 -Tuning%20Steps\6\Name=2.5 KHz -Tuning%20Steps\6\Hz=2500 -Tuning%20Steps\7\Num=4 -Tuning%20Steps\7\Name=5 KHz -Tuning%20Steps\7\Hz=5000 -Tuning%20Steps\8\Num=5 -Tuning%20Steps\8\Name=6.25 KHz -Tuning%20Steps\8\Hz=6250 -Tuning%20Steps\9\Num=0 -Tuning%20Steps\9\Name=8.333 KHz -Tuning%20Steps\9\Hz=8333 -Tuning%20Steps\10\Num=0 -Tuning%20Steps\10\Name=9 KHz -Tuning%20Steps\10\Hz=9000 -Tuning%20Steps\11\Num=6 -Tuning%20Steps\11\Name=10 KHz -Tuning%20Steps\11\Hz=10000 -Tuning%20Steps\12\Num=7 -Tuning%20Steps\12\Name=12.5 KHz -Tuning%20Steps\12\Hz=12500 -Tuning%20Steps\13\Num=8 -Tuning%20Steps\13\Name=20 KHz -Tuning%20Steps\13\Hz=20000 -Tuning%20Steps\14\Num=9 -Tuning%20Steps\14\Name=25 KHz -Tuning%20Steps\14\Hz=25000 -Tuning%20Steps\15\Num=10 -Tuning%20Steps\15\Name=50 KHz -Tuning%20Steps\15\Hz=50000 -Tuning%20Steps\16\Num=11 -Tuning%20Steps\16\Name=100 KHz -Tuning%20Steps\16\Hz=100000 -Tuning%20Steps\17\Num=12 -Tuning%20Steps\17\Name=250 KHz -Tuning%20Steps\17\Hz=250000 -Tuning%20Steps\18\Num=0 -Tuning%20Steps\18\Name=1 MHz -Tuning%20Steps\18\Hz=1000000 -Tuning%20Steps\size=18 -Filters\1\Num=1 +Bands\1\BSR=6 +Bands\1\Bytes=6 +Bands\1\Color=#ffffff00 +Bands\1\End=10500000000 +Bands\1\MemoryGroup=-1 +Bands\1\Name=3 cm +Bands\1\Num=0 +Bands\1\Range=10500 +Bands\1\Region= +Bands\1\Start=10000000000 +Bands\10\BSR=1 +Bands\10\Bytes=5 +Bands\10\Color=#ff0000ff +Bands\10\End=146000000 +Bands\10\MemoryGroup=-1 +Bands\10\Name=2 m +Bands\10\Num=6 +Bands\10\Range=146 +Bands\10\Region=1 +Bands\10\Start=144000000 +Bands\11\BSR=1 +Bands\11\Bytes=5 +Bands\11\Color=#ff0000ff +Bands\11\End=148000000 +Bands\11\MemoryGroup=-1 +Bands\11\Name=2 m +Bands\11\Num=6 +Bands\11\Range=148 +Bands\11\Region=2 +Bands\11\Start=144000000 +Bands\12\BSR=1 +Bands\12\Bytes=5 +Bands\12\Color=#ff0000ff +Bands\12\End=148000000 +Bands\12\MemoryGroup=-1 +Bands\12\Name=2 m +Bands\12\Num=6 +Bands\12\Range=148 +Bands\12\Region=3 +Bands\12\Start=144000000 +Bands\2\BSR=5 +Bands\2\Bytes=5 +Bands\2\Color=#ffff55ff +Bands\2\End=5850000000 +Bands\2\MemoryGroup=-1 +Bands\2\Name=6 cm +Bands\2\Num=1 +Bands\2\Range=5850 +Bands\2\Region=1 +Bands\2\Start=5650000000 +Bands\3\BSR=5 +Bands\3\Bytes=5 +Bands\3\Color=#ffff55ff +Bands\3\End=5925000000 +Bands\3\MemoryGroup=-1 +Bands\3\Name=6 cm +Bands\3\Num=1 +Bands\3\Range=5925 +Bands\3\Region=2 +Bands\3\Start=5650000000 +Bands\4\BSR=5 +Bands\4\Bytes=5 +Bands\4\Color=#ffff55ff +Bands\4\End=5925000000 +Bands\4\MemoryGroup=-1 +Bands\4\Name=6 cm +Bands\4\Num=1 +Bands\4\Range=5925 +Bands\4\Region=3 +Bands\4\Start=5650000000 +Bands\5\BSR=4 +Bands\5\Bytes=5 +Bands\5\Color=#ff55ffff +Bands\5\End=2450000000 +Bands\5\MemoryGroup=-1 +Bands\5\Name=13 cm +Bands\5\Num=3 +Bands\5\Range=2450 +Bands\5\Region= +Bands\5\Start=2400000000 +Bands\6\BSR=3 +Bands\6\Bytes=5 +Bands\6\Color=#ffff0000 +Bands\6\End=1300000000 +Bands\6\MemoryGroup=-1 +Bands\6\Name=23 cm +Bands\6\Num=4 +Bands\6\Range=1300 +Bands\6\Region= +Bands\6\Start=1240000000 +Bands\7\BSR=2 +Bands\7\Bytes=5 +Bands\7\Color=#ff00ff00 +Bands\7\End=440000000 +Bands\7\MemoryGroup=-1 +Bands\7\Name=70 cm +Bands\7\Num=5 +Bands\7\Range=440 +Bands\7\Region=1 +Bands\7\Start=430000000 +Bands\8\BSR=2 +Bands\8\Bytes=5 +Bands\8\Color=#ff00ff00 +Bands\8\End=450000000 +Bands\8\MemoryGroup=-1 +Bands\8\Name=70 cm +Bands\8\Num=5 +Bands\8\Range=450 +Bands\8\Region=2 +Bands\8\Start=420000000 +Bands\9\BSR=2 +Bands\9\Bytes=5 +Bands\9\Color=#ff00ff00 +Bands\9\End=440000000 +Bands\9\MemoryGroup=-1 +Bands\9\Name=70 cm +Bands\9\Num=5 +Bands\9\Range=440 +Bands\9\Region=3 +Bands\9\Start=430000000 +Bands\size=12 +CIVAddress=172 +Commands\1\Command29=false +Commands\1\GetCommand=false +Commands\1\Max=0 +Commands\1\Min=0 +Commands\1\SetCommand=false +Commands\1\String=\\x00 +Commands\1\Type=Freq (TRX) +Commands\10\Command29=false +Commands\10\GetCommand=true +Commands\10\Max=0 +Commands\10\Min=0 +Commands\10\SetCommand=true +Commands\10\String=\\x07\\xa0 +Commands\10\Type=VFO Equal AB +Commands\100\Command29=false +Commands\100\GetCommand=true +Commands\100\Max=0 +Commands\100\Min=1 +Commands\100\SetCommand=true +Commands\100\String=\\x27\\x1e +Commands\100\Type=Scope Fixed Edge Freq +Commands\101\Command29=false +Commands\101\GetCommand=true +Commands\101\Max=2 +Commands\101\Min=0 +Commands\101\SetCommand=true +Commands\101\String=\\x27\\x1f\\x00 +Commands\101\Type=Scope Main RBW +Commands\102\Command29=false +Commands\102\GetCommand=true +Commands\102\Max=8 +Commands\102\Min=0 +Commands\102\SetCommand=true +Commands\102\String=\\x28 +Commands\102\Type=Voice TX +Commands\103\Command29=false +Commands\103\GetCommand=false +Commands\103\Max=0 +Commands\103\Min=0 +Commands\103\SetCommand=false +Commands\103\String=\\xfa +Commands\103\Type=Command Error FA +Commands\104\Command29=false +Commands\104\GetCommand=false +Commands\104\Max=0 +Commands\104\Min=0 +Commands\104\SetCommand=false +Commands\104\String=\\xfb +Commands\104\Type=Command OK FB +Commands\11\Command29=false +Commands\11\GetCommand=true +Commands\11\Max=0 +Commands\11\Min=0 +Commands\11\SetCommand=true +Commands\11\String=\\x07\\xb0 +Commands\11\Type=VFO Swap A/B +Commands\12\Command29=false +Commands\12\GetCommand=true +Commands\12\Max=99 +Commands\12\Min=0 +Commands\12\SetCommand=true +Commands\12\String=\\x08 +Commands\12\Type=Memory Mode +Commands\13\Command29=false +Commands\13\GetCommand=true +Commands\13\Max=99 +Commands\13\Min=0 +Commands\13\SetCommand=true +Commands\13\String=\\x09 +Commands\13\Type=Memory Write +Commands\14\Command29=false +Commands\14\GetCommand=true +Commands\14\Max=99 +Commands\14\Min=0 +Commands\14\SetCommand=true +Commands\14\String=\\x0a +Commands\14\Type=Memory to VFO +Commands\15\Command29=false +Commands\15\GetCommand=true +Commands\15\Max=99 +Commands\15\Min=0 +Commands\15\SetCommand=true +Commands\15\String=\\x0b +Commands\15\Type=Memory Clear +Commands\16\Command29=false +Commands\16\GetCommand=true +Commands\16\Max=999999 +Commands\16\Min=0 +Commands\16\SetCommand=true +Commands\16\String=\\x0d +Commands\16\Type=Send Freq Offset +Commands\17\Command29=false +Commands\17\GetCommand=true +Commands\17\Max=99 +Commands\17\Min=0 +Commands\17\SetCommand=true +Commands\17\String=\\x0f +Commands\17\Type=Split/Duplex +Commands\18\Command29=false +Commands\18\GetCommand=true +Commands\18\Max=12 +Commands\18\Min=0 +Commands\18\SetCommand=true +Commands\18\String=\\x10 +Commands\18\Type=Tuning Step +Commands\19\Command29=false +Commands\19\GetCommand=true +Commands\19\Max=10 +Commands\19\Min=0 +Commands\19\SetCommand=true +Commands\19\String=\\x11 +Commands\19\Type=Attenuator Status +Commands\2\Command29=false +Commands\2\GetCommand=false +Commands\2\Max=0 +Commands\2\Min=0 +Commands\2\SetCommand=false +Commands\2\String=\\x01 +Commands\2\Type=Mode (TRX) +Commands\20\Command29=false +Commands\20\GetCommand=true +Commands\20\Max=2 +Commands\20\Min=0 +Commands\20\SetCommand=true +Commands\20\String=\\x13 +Commands\20\Type=Speech +Commands\21\Command29=false +Commands\21\GetCommand=true +Commands\21\Max=255 +Commands\21\Min=0 +Commands\21\SetCommand=true +Commands\21\String=\\x14\\x01 +Commands\21\Type=AF Gain +Commands\22\Command29=false +Commands\22\GetCommand=true +Commands\22\Max=255 +Commands\22\Min=0 +Commands\22\SetCommand=true +Commands\22\String=\\x14\\x02 +Commands\22\Type=RF Gain +Commands\23\Command29=false +Commands\23\GetCommand=true +Commands\23\Max=255 +Commands\23\Min=0 +Commands\23\SetCommand=true +Commands\23\String=\\x14\\x03 +Commands\23\Type=Squelch +Commands\24\Command29=false +Commands\24\GetCommand=true +Commands\24\Max=255 +Commands\24\Min=0 +Commands\24\SetCommand=true +Commands\24\String=\\x14\\x06 +Commands\24\Type=NR Level +Commands\25\Command29=false +Commands\25\GetCommand=true +Commands\25\Max=255 +Commands\25\Min=0 +Commands\25\SetCommand=true +Commands\25\String=\\x14\\x07 +Commands\25\Type=PBT Inner +Commands\26\Command29=false +Commands\26\GetCommand=true +Commands\26\Max=255 +Commands\26\Min=0 +Commands\26\SetCommand=true +Commands\26\String=\\x14\\x08 +Commands\26\Type=PBT Outer +Commands\27\Command29=false +Commands\27\GetCommand=true +Commands\27\Max=900 +Commands\27\Min=300 +Commands\27\SetCommand=true +Commands\27\String=\\x14\\x09 +Commands\27\Type=CW Pitch +Commands\28\Command29=false +Commands\28\GetCommand=true +Commands\28\Max=255 +Commands\28\Min=0 +Commands\28\SetCommand=true +Commands\28\String=\\x14\\x0a +Commands\28\Type=RF Power +Commands\29\Command29=false +Commands\29\GetCommand=true +Commands\29\Max=255 +Commands\29\Min=0 +Commands\29\SetCommand=true +Commands\29\String=\\x14\\x0b +Commands\29\Type=Mic Gain +Commands\3\Command29=false +Commands\3\GetCommand=true +Commands\3\Max=0 +Commands\3\Min=0 +Commands\3\SetCommand=true +Commands\3\String=\\x02 +Commands\3\Type=Band Edge Freq +Commands\30\Command29=false +Commands\30\GetCommand=true +Commands\30\Max=255 +Commands\30\Min=0 +Commands\30\SetCommand=true +Commands\30\String=\\x14\\x0c +Commands\30\Type=Key Speed +Commands\31\Command29=false +Commands\31\GetCommand=true +Commands\31\Max=255 +Commands\31\Min=0 +Commands\31\SetCommand=true +Commands\31\String=\\x14\\x0e +Commands\31\Type=Compressor Level +Commands\32\Command29=false +Commands\32\GetCommand=true +Commands\32\Max=255 +Commands\32\Min=0 +Commands\32\SetCommand=true +Commands\32\String=\\x14\\x0f +Commands\32\Type=Break-In Delay +Commands\33\Command29=false +Commands\33\GetCommand=true +Commands\33\Max=255 +Commands\33\Min=0 +Commands\33\SetCommand=true +Commands\33\String=\\x14\\x12 +Commands\33\Type=NB Level +Commands\34\Command29=false +Commands\34\GetCommand=true +Commands\34\Max=255 +Commands\34\Min=0 +Commands\34\SetCommand=true +Commands\34\String=\\x14\\x15 +Commands\34\Type=Monitor Gain +Commands\35\Command29=false +Commands\35\GetCommand=true +Commands\35\Max=255 +Commands\35\Min=0 +Commands\35\SetCommand=true +Commands\35\String=\\x14\\x16 +Commands\35\Type=Vox Gain +Commands\36\Command29=false +Commands\36\GetCommand=true +Commands\36\Max=255 +Commands\36\Min=0 +Commands\36\SetCommand=true +Commands\36\String=\\x14\\x17 +Commands\36\Type=Anti-Vox Gain +Commands\37\Command29=false +Commands\37\GetCommand=true +Commands\37\Max=1 +Commands\37\Min=0 +Commands\37\SetCommand=true +Commands\37\String=\\x15\\x01 +Commands\37\Type=S Meter Sql Status +Commands\38\Command29=false +Commands\38\GetCommand=true +Commands\38\Max=255 +Commands\38\Min=0 +Commands\38\SetCommand=true +Commands\38\String=\\x15\\x02 +Commands\38\Type=S Meter +Commands\39\Command29=false +Commands\39\GetCommand=true +Commands\39\Max=1 +Commands\39\Min=0 +Commands\39\SetCommand=true +Commands\39\String=\\x15\\x05 +Commands\39\Type=Various Squelch +Commands\4\Command29=false +Commands\4\GetCommand=true +Commands\4\Max=0 +Commands\4\Min=0 +Commands\4\SetCommand=false +Commands\4\String=\\x03 +Commands\4\Type=Freq Get +Commands\40\Command29=false +Commands\40\GetCommand=true +Commands\40\Max=1 +Commands\40\Min=0 +Commands\40\SetCommand=true +Commands\40\String=\\x15\\x07 +Commands\40\Type=Overflow Status +Commands\41\Command29=false +Commands\41\GetCommand=true +Commands\41\Max=255 +Commands\41\Min=0 +Commands\41\SetCommand=true +Commands\41\String=\\x15\\x11 +Commands\41\Type=Power Meter +Commands\42\Command29=false +Commands\42\GetCommand=true +Commands\42\Max=255 +Commands\42\Min=0 +Commands\42\SetCommand=true +Commands\42\String=\\x15\\x12 +Commands\42\Type=SWR Meter +Commands\43\Command29=false +Commands\43\GetCommand=true +Commands\43\Max=255 +Commands\43\Min=0 +Commands\43\SetCommand=true +Commands\43\String=\\x15\\x13 +Commands\43\Type=ALC Meter +Commands\44\Command29=false +Commands\44\GetCommand=true +Commands\44\Max=255 +Commands\44\Min=0 +Commands\44\SetCommand=true +Commands\44\String=\\x15\\x14 +Commands\44\Type=Comp Meter +Commands\45\Command29=false +Commands\45\GetCommand=true +Commands\45\Max=255 +Commands\45\Min=0 +Commands\45\SetCommand=true +Commands\45\String=\\x15\\x15 +Commands\45\Type=Vd Meter +Commands\46\Command29=false +Commands\46\GetCommand=true +Commands\46\Max=255 +Commands\46\Min=0 +Commands\46\SetCommand=true +Commands\46\String=\\x15\\x16 +Commands\46\Type=Id Meter +Commands\47\Command29=false +Commands\47\GetCommand=true +Commands\47\Max=1 +Commands\47\Min=0 +Commands\47\SetCommand=true +Commands\47\String=\\x16\\x02 +Commands\47\Type=Preamp Status +Commands\48\Command29=false +Commands\48\GetCommand=true +Commands\48\Max=3 +Commands\48\Min=1 +Commands\48\SetCommand=true +Commands\48\String=\\x16\\x12 +Commands\48\Type=AGC Time Constant +Commands\49\Command29=false +Commands\49\GetCommand=true +Commands\49\Max=1 +Commands\49\Min=0 +Commands\49\SetCommand=true +Commands\49\String=\\x16\\x22 +Commands\49\Type=Noise Blanker +Commands\5\Command29=false +Commands\5\GetCommand=true +Commands\5\Max=0 +Commands\5\Min=0 +Commands\5\SetCommand=false +Commands\5\String=\\x04 +Commands\5\Type=Mode Get +Commands\50\Command29=false +Commands\50\GetCommand=true +Commands\50\Max=1 +Commands\50\Min=0 +Commands\50\SetCommand=true +Commands\50\String=\\x16\\x40 +Commands\50\Type=Noise Reduction +Commands\51\Command29=false +Commands\51\GetCommand=true +Commands\51\Max=1 +Commands\51\Min=0 +Commands\51\SetCommand=true +Commands\51\String=\\x16\\x41 +Commands\51\Type=Auto Notch +Commands\52\Command29=false +Commands\52\GetCommand=true +Commands\52\Max=1 +Commands\52\Min=0 +Commands\52\SetCommand=true +Commands\52\String=\\x16\\x42 +Commands\52\Type=Repeater Tone +Commands\53\Command29=false +Commands\53\GetCommand=true +Commands\53\Max=1 +Commands\53\Min=0 +Commands\53\SetCommand=true +Commands\53\String=\\x16\\x43 +Commands\53\Type=Repeater TSQL +Commands\54\Command29=false +Commands\54\GetCommand=true +Commands\54\Max=1 +Commands\54\Min=0 +Commands\54\SetCommand=true +Commands\54\String=\\x16\\x44 +Commands\54\Type=Compressor Status +Commands\55\Command29=false +Commands\55\GetCommand=true +Commands\55\Max=1 +Commands\55\Min=0 +Commands\55\SetCommand=true +Commands\55\String=\\x16\\x45 +Commands\55\Type=Monitor Status +Commands\56\Command29=false +Commands\56\GetCommand=true +Commands\56\Max=1 +Commands\56\Min=0 +Commands\56\SetCommand=true +Commands\56\String=\\x16\\x46 +Commands\56\Type=Vox Status +Commands\57\Command29=false +Commands\57\GetCommand=true +Commands\57\Max=1 +Commands\57\Min=0 +Commands\57\SetCommand=true +Commands\57\String=\\x16\\x47 +Commands\57\Type=Break-In Status +Commands\58\Command29=false +Commands\58\GetCommand=true +Commands\58\Max=1 +Commands\58\Min=0 +Commands\58\SetCommand=true +Commands\58\String=\\x16\\x48 +Commands\58\Type=Manual Notch +Commands\59\Command29=false +Commands\59\GetCommand=true +Commands\59\Max=1 +Commands\59\Min=0 +Commands\59\SetCommand=true +Commands\59\String=\\x16\\x4a +Commands\59\Type=AFC Function +Commands\6\Command29=false +Commands\6\GetCommand=false +Commands\6\Max=0 +Commands\6\Min=0 +Commands\6\SetCommand=true +Commands\6\String=\\x05 +Commands\6\Type=Freq Set +Commands\60\Command29=false +Commands\60\GetCommand=true +Commands\60\Max=1 +Commands\60\Min=0 +Commands\60\SetCommand=true +Commands\60\String=\\x16\\x4b +Commands\60\Type=Repeater DTCS +Commands\61\Command29=false +Commands\61\GetCommand=true +Commands\61\Max=1 +Commands\61\Min=0 +Commands\61\SetCommand=true +Commands\61\String=\\x16\\x4f +Commands\61\Type=Twin Peak Filter +Commands\62\Command29=false +Commands\62\GetCommand=true +Commands\62\Max=1 +Commands\62\Min=0 +Commands\62\SetCommand=true +Commands\62\String=\\x16\\x50 +Commands\62\Type=Dial Lock Status +Commands\63\Command29=false +Commands\63\GetCommand=true +Commands\63\Max=1 +Commands\63\Min=0 +Commands\63\SetCommand=true +Commands\63\String=\\x16\\x56 +Commands\63\Type=DSP IF Filter +Commands\64\Command29=false +Commands\64\GetCommand=true +Commands\64\Max=2 +Commands\64\Min=0 +Commands\64\SetCommand=true +Commands\64\String=\\x16\\x57 +Commands\64\Type=Manual Notch Width +Commands\65\Command29=false +Commands\65\GetCommand=true +Commands\65\Max=2 +Commands\65\Min=0 +Commands\65\SetCommand=true +Commands\65\String=\\x16\\x58 +Commands\65\Type=SSB TX Bandwidth +Commands\66\Command29=false +Commands\66\GetCommand=true +Commands\66\Max=2 +Commands\66\Min=0 +Commands\66\SetCommand=true +Commands\66\String=\\x16\\x5b +Commands\66\Type=DSQL Setting +Commands\67\Command29=false +Commands\67\GetCommand=true +Commands\67\Max=3 +Commands\67\Min=0 +Commands\67\SetCommand=true +Commands\67\String=\\x16\\x5d +Commands\67\Type=DTCS Code/Polarity +Commands\68\Command29=false +Commands\68\GetCommand=true +Commands\68\Max=30 +Commands\68\Min=0 +Commands\68\SetCommand=true +Commands\68\String=\\x17 +Commands\68\Type=Send CW +Commands\69\Command29=false +Commands\69\GetCommand=true +Commands\69\Max=0 +Commands\69\Min=0 +Commands\69\SetCommand=true +Commands\69\String=\\x18 +Commands\69\Type=Power Control +Commands\7\Command29=false +Commands\7\GetCommand=false +Commands\7\Max=0 +Commands\7\Min=0 +Commands\7\SetCommand=true +Commands\7\String=\\x06 +Commands\7\Type=Mode Set +Commands\70\Command29=false +Commands\70\GetCommand=true +Commands\70\Max=0 +Commands\70\Min=0 +Commands\70\SetCommand=true +Commands\70\String=\\x19\\x00 +Commands\70\Type=Transceiver ID +Commands\71\Command29=false +Commands\71\GetCommand=true +Commands\71\Max=100 +Commands\71\Min=0 +Commands\71\SetCommand=true +Commands\71\String=\\x1a\\x00 +Commands\71\Type=Memory Contents +Commands\72\Command29=false +Commands\72\GetCommand=true +Commands\72\Max=0 +Commands\72\Min=0 +Commands\72\SetCommand=true +Commands\72\String=\\x1a\\x01 +Commands\72\Type=Band Stacking Reg +Commands\73\Command29=false +Commands\73\GetCommand=true +Commands\73\Max=10000 +Commands\73\Min=50 +Commands\73\SetCommand=true +Commands\73\String=\\x1a\\x03 +Commands\73\Type=Filter Width +Commands\74\Command29=false +Commands\74\GetCommand=true +Commands\74\Max=1 +Commands\74\Min=0 +Commands\74\SetCommand=true +Commands\74\String=\\x1a\\x05\\x00\\x46 +Commands\74\Type=Quick Split +Commands\75\Command29=false +Commands\75\GetCommand=true +Commands\75\Max=0 +Commands\75\Min=0 +Commands\75\SetCommand=true +Commands\75\String=\\x1a\\x05\\x00\\x93 +Commands\75\Type=REF Adjust +Commands\76\Command29=false +Commands\76\GetCommand=true +Commands\76\Max=255 +Commands\76\Min=0 +Commands\76\SetCommand=true +Commands\76\String=\\x1a\\x05\\x01\\x24 +Commands\76\Type=USB Mod Level +Commands\77\Command29=false +Commands\77\GetCommand=true +Commands\77\Max=255 +Commands\77\Min=0 +Commands\77\SetCommand=true +Commands\77\String=\\x1a\\x05\\x01\\x25 +Commands\77\Type=LAN Mod Level +Commands\78\Command29=false +Commands\78\GetCommand=true +Commands\78\Max=255 +Commands\78\Min=0 +Commands\78\SetCommand=true +Commands\78\String=\\x1a\\x05\\x01\\x26 +Commands\78\Type=Data Off Mod Input +Commands\79\Command29=false +Commands\79\GetCommand=true +Commands\79\Max=255 +Commands\79\Min=0 +Commands\79\SetCommand=true +Commands\79\String=\\x1a\\x05\\x01\\x27 +Commands\79\Type=DATA1 Mod Input +Commands\8\Command29=false +Commands\8\GetCommand=true +Commands\8\Max=0 +Commands\8\Min=0 +Commands\8\SetCommand=true +Commands\8\String=\\x07\\x00 +Commands\8\Type=VFO A Select +Commands\80\Command29=false +Commands\80\GetCommand=true +Commands\80\Max=1 +Commands\80\Min=0 +Commands\80\SetCommand=true +Commands\80\String=\\x1a\\x05\\x01\\x42 +Commands\80\Type=CIV Transceive +Commands\81\Command29=false +Commands\81\GetCommand=true +Commands\81\Max=1 +Commands\81\Min=0 +Commands\81\SetCommand=true +Commands\81\String=\\x1c\\x00 +Commands\81\Type=Transceiver Status +Commands\82\Command29=false +Commands\82\GetCommand=true +Commands\82\Max=0 +Commands\82\Min=0 +Commands\82\SetCommand=true +Commands\82\String=\\x25\\x00 +Commands\82\Type=Selected Freq +Commands\83\Command29=false +Commands\83\GetCommand=true +Commands\83\Max=0 +Commands\83\Min=0 +Commands\83\SetCommand=true +Commands\83\String=\\x25\\x01 +Commands\83\Type=Unselected Freq +Commands\84\Command29=false +Commands\84\GetCommand=true +Commands\84\Max=0 +Commands\84\Min=0 +Commands\84\SetCommand=true +Commands\84\String=\\x26\\x00 +Commands\84\Type=Selected Mode +Commands\85\Command29=false +Commands\85\GetCommand=true +Commands\85\Max=0 +Commands\85\Min=0 +Commands\85\SetCommand=true +Commands\85\String=\\x26\\x01 +Commands\85\Type=Unselected Mode +Commands\86\Command29=false +Commands\86\GetCommand=true +Commands\86\Max=0 +Commands\86\Min=0 +Commands\86\SetCommand=true +Commands\86\String=\\x27\\x00\\x00 +Commands\86\Type=Scope Main Wave Data +Commands\87\Command29=false +Commands\87\GetCommand=true +Commands\87\Max=1 +Commands\87\Min=0 +Commands\87\SetCommand=true +Commands\87\String=\\x27\\x10 +Commands\87\Type=Scope On/Off +Commands\88\Command29=false +Commands\88\GetCommand=true +Commands\88\Max=1 +Commands\88\Min=0 +Commands\88\SetCommand=true +Commands\88\String=\\x27\\x11 +Commands\88\Type=Scope Data Output +Commands\89\Command29=false +Commands\89\GetCommand=true +Commands\89\Max=0 +Commands\89\Min=0 +Commands\89\SetCommand=true +Commands\89\String=\\x27\\x12 +Commands\89\Type=Scope Main/Sub +Commands\9\Command29=false +Commands\9\GetCommand=true +Commands\9\Max=0 +Commands\9\Min=0 +Commands\9\SetCommand=true +Commands\9\String=\\x07\\x01 +Commands\9\Type=VFO B Select +Commands\90\Command29=false +Commands\90\GetCommand=true +Commands\90\Max=0 +Commands\90\Min=0 +Commands\90\SetCommand=true +Commands\90\String=\\x27\\x13 +Commands\90\Type=Scope Single/Dual +Commands\91\Command29=false +Commands\91\GetCommand=true +Commands\91\Max=4 +Commands\91\Min=0 +Commands\91\SetCommand=true +Commands\91\String=\\x27\\x14\\x00 +Commands\91\Type=Scope Main Mode +Commands\92\Command29=false +Commands\92\GetCommand=true +Commands\92\Max=12 +Commands\92\Min=0 +Commands\92\SetCommand=true +Commands\92\String=\\x27\\x15\\x00 +Commands\92\Type=Scope Main Span +Commands\93\Command29=false +Commands\93\GetCommand=true +Commands\93\Max=4 +Commands\93\Min=1 +Commands\93\SetCommand=true +Commands\93\String=\\x27\\x16\\x00 +Commands\93\Type=Scope Main Edge +Commands\94\Command29=false +Commands\94\GetCommand=true +Commands\94\Max=1 +Commands\94\Min=0 +Commands\94\SetCommand=true +Commands\94\String=\\x27\\x17\\x00 +Commands\94\Type=Scope Main Hold +Commands\95\Command29=false +Commands\95\GetCommand=true +Commands\95\Max=200 +Commands\95\Min=-200 +Commands\95\SetCommand=true +Commands\95\String=\\x27\\x19\\x00 +Commands\95\Type=Scope Main Ref +Commands\96\Command29=false +Commands\96\GetCommand=true +Commands\96\Max=2 +Commands\96\Min=0 +Commands\96\SetCommand=true +Commands\96\String=\\x27\\x1a\\x00 +Commands\96\Type=Scope Main Speed +Commands\97\Command29=false +Commands\97\GetCommand=true +Commands\97\Max=1 +Commands\97\Min=0 +Commands\97\SetCommand=true +Commands\97\String=\\x27\\x1b +Commands\97\Type=Scope During TX +Commands\98\Command29=false +Commands\98\GetCommand=true +Commands\98\Max=2 +Commands\98\Min=0 +Commands\98\SetCommand=true +Commands\98\String=\\x27\\x1c +Commands\98\Type=Scope Center Type +Commands\99\Command29=false +Commands\99\GetCommand=true +Commands\99\Max=1 +Commands\99\Min=0 +Commands\99\SetCommand=true +Commands\99\String=\\x27\\x1d\\x00 +Commands\99\Type=Scope Main VBW +Commands\size=104 Filters\1\Modes=0 Filters\1\Name=FIL1 -Filters\2\Num=2 +Filters\1\Num=1 Filters\2\Modes=0 Filters\2\Name=FIL2 -Filters\3\Num=3 +Filters\2\Num=2 Filters\3\Modes=0 Filters\3\Name=FIL3 +Filters\3\Num=3 Filters\size=3 +HasCommand29=false +HasEthernet=true +HasFDComms=true +HasLAN=true +HasSpectrum=true +HasTransmit=true +HasWiFi=false +Inputs\1\Name=MIC +Inputs\1\Num=0 +Inputs\1\Reg=0 +Inputs\2\Name=USB +Inputs\2\Num=3 +Inputs\2\Reg=3 +Inputs\3\Name=LAN +Inputs\3\Num=4 +Inputs\3\Reg=5 +Inputs\4\Name=M/U +Inputs\4\Num=10 +Inputs\4\Reg=4 +Inputs\5\Name=AV +Inputs\5\Num=11 +Inputs\5\Reg=1 +Inputs\6\Name=M/A +Inputs\6\Num=12 +Inputs\6\Reg=2 +Inputs\size=6 +Manufacturer=Icom +MemFormat=%1.2a %3.2b %5.1d %6.5f %11.1g %12.1h %13.1i %14.1j %15.1m %16.3l %19.3o %22.1np %23.2q %25.1r %26.3s %29.8t %37.8u %45.8v %53.16z +MemGroups=100 +MemStart=0 +Memories=99 +Model=IC-905 +Modes\1\Max=3600 +Modes\1\Min=50 +Modes\1\Name=LSB +Modes\1\Num=0 +Modes\1\Reg=0 +Modes\10\Max=0 +Modes\10\Min=0 +Modes\10\Name=DD +Modes\10\Num=22 +Modes\10\Reg=10 +Modes\11\Max=0 +Modes\11\Min=0 +Modes\11\Name=ATV +Modes\11\Num=23 +Modes\11\Reg=11 +Modes\2\Max=3600 +Modes\2\Min=50 +Modes\2\Name=USB +Modes\2\Num=1 +Modes\2\Reg=1 +Modes\3\Max=10000 +Modes\3\Min=200 +Modes\3\Name=AM +Modes\3\Num=2 +Modes\3\Reg=2 +Modes\4\Max=3600 +Modes\4\Min=50 +Modes\4\Name=CW +Modes\4\Num=3 +Modes\4\Reg=3 +Modes\5\Max=2700 +Modes\5\Min=50 +Modes\5\Name=RTTY +Modes\5\Num=4 +Modes\5\Reg=4 +Modes\6\Max=0 +Modes\6\Min=0 +Modes\6\Name=FM +Modes\6\Num=5 +Modes\6\Reg=5 +Modes\7\Max=3600 +Modes\7\Min=50 +Modes\7\Name=CW-R +Modes\7\Num=7 +Modes\7\Reg=7 +Modes\8\Max=2700 +Modes\8\Min=50 +Modes\8\Name=RTTY-R +Modes\8\Num=8 +Modes\8\Reg=8 +Modes\9\Max=0 +Modes\9\Min=0 +Modes\9\Name=DV +Modes\9\Num=17 +Modes\9\Reg=0 +Modes\size=11 +NumberOfReceivers=1 +NumberOfVFOs=2 +Periodic\1\Command=Attenuator Status +Periodic\1\Priority=Medium Low +Periodic\1\VFO=-1 +Periodic\10\Command=Preamp Status +Periodic\10\Priority=Medium Low +Periodic\10\VFO=-1 +Periodic\11\Command=RF Gain +Periodic\11\Priority=Medium +Periodic\11\VFO=0 +Periodic\12\Command=RF Power +Periodic\12\Priority=Medium +Periodic\12\VFO=0 +Periodic\13\Command=S Meter +Periodic\13\Priority=Highest +Periodic\13\VFO=-1 +Periodic\14\Command=Scope Main Hold +Periodic\14\Priority=Medium +Periodic\14\VFO=0 +Periodic\15\Command=Scope Main Mode +Periodic\15\Priority=Medium High +Periodic\15\VFO=0 +Periodic\16\Command=Scope Main Span +Periodic\16\Priority=Medium High +Periodic\16\VFO=0 +Periodic\17\Command=Scope Main Speed +Periodic\17\Priority=Medium +Periodic\17\VFO=0 +Periodic\18\Command=Selected Freq +Periodic\18\Priority=Medium +Periodic\18\VFO=0 +Periodic\19\Command=Selected Mode +Periodic\19\Priority=Medium +Periodic\19\VFO=0 +Periodic\2\Command=Compressor Status +Periodic\2\Priority=Medium Low +Periodic\2\VFO=-1 +Periodic\20\Command=Squelch +Periodic\20\Priority=Medium Low +Periodic\20\VFO=-1 +Periodic\21\Command=Tone Squelch Type +Periodic\21\Priority=Medium Low +Periodic\21\VFO=-1 +Periodic\22\Command=Transceiver Status +Periodic\22\Priority=High +Periodic\22\VFO=0 +Periodic\23\Command=Tuning Step +Periodic\23\Priority=Medium Low +Periodic\23\VFO=-1 +Periodic\24\Command=Unselected Freq +Periodic\24\Priority=Medium +Periodic\24\VFO=0 +Periodic\25\Command=Unselected Mode +Periodic\25\Priority=Medium +Periodic\25\VFO=0 +Periodic\26\Command=Vox Status +Periodic\26\Priority=Medium Low +Periodic\26\VFO=-1 +Periodic\3\Command=Data Off Mod Input +Periodic\3\Priority=Medium High +Periodic\3\VFO=0 +Periodic\4\Command=DATA1 Mod Input +Periodic\4\Priority=Medium High +Periodic\4\VFO=0 +Periodic\5\Command=Monitor Gain +Periodic\5\Priority=Medium Low +Periodic\5\VFO=0 +Periodic\6\Command=Monitor Status +Periodic\6\Priority=Medium Low +Periodic\6\VFO=0 +Periodic\7\Command=Noise Blanker +Periodic\7\Priority=Medium Low +Periodic\7\VFO=-1 +Periodic\8\Command=Noise Reduction +Periodic\8\Priority=Medium Low +Periodic\8\VFO=-1 +Periodic\9\Command=Overflow Status +Periodic\9\Priority=High +Periodic\9\VFO=0 +Periodic\size=26 +Preamps\1\Name=OFF +Preamps\1\Num=0 +Preamps\2\Name=PREAMP +Preamps\2\Num=1 +Preamps\size=2 +RigCtlDModel=0 +SatFormat= +SatMemories=0 +Spans\1\Freq=2500 +Spans\1\Name=\xb1\x32.5 KHz +Spans\1\Num=0 +Spans\10\Freq=2500000 +Spans\10\Name=\xb1\x32.5 MHz +Spans\10\Num=9 +Spans\11\Freq=5000000 +Spans\11\Name=\xb1\x35 MHz +Spans\11\Num=0 +Spans\12\Freq=10000000 +Spans\12\Name=\xb1\x31\x30 MHz +Spans\12\Num=0 +Spans\13\Freq=25000000 +Spans\13\Name=\xb1\x32\x35 MHz +Spans\13\Num=0 +Spans\2\Freq=5000 +Spans\2\Name=\xb1\x35 KHz +Spans\2\Num=1 +Spans\3\Freq=10000 +Spans\3\Name=\xb1\x31\x30 KHz +Spans\3\Num=2 +Spans\4\Freq=25000 +Spans\4\Name=\xb1\x32\x35 KHz +Spans\4\Num=3 +Spans\5\Freq=50000 +Spans\5\Name=\xb1\x35\x30 KHz +Spans\5\Num=4 +Spans\6\Freq=100000 +Spans\6\Name=\xb1\x31\x30\x30 KHz +Spans\6\Num=5 +Spans\7\Freq=250000 +Spans\7\Name=\xb1\x32\x35\x30 KHz +Spans\7\Num=6 +Spans\8\Freq=500000 +Spans\8\Name=\xb1\x35\x30\x30 KHz +Spans\8\Num=7 +Spans\9\Freq=1000000 +Spans\9\Name=\xb1\x31 MHz +Spans\9\Num=8 +Spans\size=13 +SpectrumAmpMax=160 +SpectrumLenMax=475 +SpectrumSeqMax=11 +Tuning%20Steps\1\Hz=1 +Tuning%20Steps\1\Name=1 Hz +Tuning%20Steps\1\Num=0 +Tuning%20Steps\10\Hz=9000 +Tuning%20Steps\10\Name=9 KHz +Tuning%20Steps\10\Num=0 +Tuning%20Steps\11\Hz=10000 +Tuning%20Steps\11\Name=10 KHz +Tuning%20Steps\11\Num=6 +Tuning%20Steps\12\Hz=12500 +Tuning%20Steps\12\Name=12.5 KHz +Tuning%20Steps\12\Num=7 +Tuning%20Steps\13\Hz=20000 +Tuning%20Steps\13\Name=20 KHz +Tuning%20Steps\13\Num=8 +Tuning%20Steps\14\Hz=25000 +Tuning%20Steps\14\Name=25 KHz +Tuning%20Steps\14\Num=9 +Tuning%20Steps\15\Hz=50000 +Tuning%20Steps\15\Name=50 KHz +Tuning%20Steps\15\Num=10 +Tuning%20Steps\16\Hz=100000 +Tuning%20Steps\16\Name=100 KHz +Tuning%20Steps\16\Num=11 +Tuning%20Steps\17\Hz=250000 +Tuning%20Steps\17\Name=250 KHz +Tuning%20Steps\17\Num=12 +Tuning%20Steps\18\Hz=1000000 +Tuning%20Steps\18\Name=1 MHz +Tuning%20Steps\18\Num=0 +Tuning%20Steps\2\Hz=10 +Tuning%20Steps\2\Name=10 Hz +Tuning%20Steps\2\Num=0 +Tuning%20Steps\3\Hz=100 +Tuning%20Steps\3\Name=100 Hz +Tuning%20Steps\3\Num=1 +Tuning%20Steps\4\Hz=500 +Tuning%20Steps\4\Name=500 Hz +Tuning%20Steps\4\Num=2 +Tuning%20Steps\5\Hz=1000 +Tuning%20Steps\5\Name=1 KHz +Tuning%20Steps\5\Num=3 +Tuning%20Steps\6\Hz=2500 +Tuning%20Steps\6\Name=2.5 KHz +Tuning%20Steps\6\Num=0 +Tuning%20Steps\7\Hz=5000 +Tuning%20Steps\7\Name=5 KHz +Tuning%20Steps\7\Num=4 +Tuning%20Steps\8\Hz=6250 +Tuning%20Steps\8\Name=6.25 KHz +Tuning%20Steps\8\Num=5 +Tuning%20Steps\9\Hz=8333 +Tuning%20Steps\9\Name=8.333 KHz +Tuning%20Steps\9\Num=0 +Tuning%20Steps\size=18 diff --git a/rigs/IC-9700.rig b/rigs/IC-9700.rig index dfe7753..d202f39 100644 --- a/rigs/IC-9700.rig +++ b/rigs/IC-9700.rig @@ -1,1255 +1,1262 @@ [General] -Version=1.90 +Version=1.91 [Rig] -Manufacturer=Icom -Model=IC-9700 -CIVAddress=162 -RigCtlDModel=3081 -NumberOfReceivers=2 -NumberOfVFOs=2 -SpectrumSeqMax=11 -SpectrumAmpMax=160 -SpectrumLenMax=475 -HasSpectrum=true -HasLAN=true -HasEthernet=true -HasWiFi=false -HasTransmit=true -HasFDComms=true -HasCommand29=false -MemGroups=3 -Memories=107 -MemStart=1 -MemFormat=%1.1a %2.2b %4.1c %5.5f %10.1g %11.1h %12.1i %13.1j %14.1m %15.3n %18.3o %21.1p %22.2q %24.1r %25.3s %28.8t %36.8u %44.8v %52.16z -SatMemories=99 -SatFormat=%1.2b %3.5f %8.1g %9.1h %10.1i %11.1l %12.1m %13.3n %16.3o %19.1p %20.2q %22.1r %23.8t %31.8u %39.8v %47.5F %52.1G %53.1H %54.1I %55.1K %56.1M %57.3N %60.3O %63.1P %64.2Q %66.1R %67.8T %75.8U %83.8V %91.16z -Commands\1\Type=Freq (TRX) -Commands\1\String=\\x00 -Commands\1\Min=0 -Commands\1\Max=0 -Commands\1\Command29=false -Commands\1\GetCommand=false -Commands\1\SetCommand=false -Commands\2\Type=Mode (TRX) -Commands\2\String=\\x01 -Commands\2\Min=0 -Commands\2\Max=0 -Commands\2\Command29=false -Commands\2\GetCommand=false -Commands\2\SetCommand=false -Commands\3\Type=Band Edge Freq -Commands\3\String=\\x02 -Commands\3\Min=0 -Commands\3\Max=0 -Commands\3\Command29=false -Commands\3\GetCommand=true -Commands\3\SetCommand=true -Commands\4\Type=Freq Get -Commands\4\String=\\x03 -Commands\4\Min=0 -Commands\4\Max=0 -Commands\4\Command29=false -Commands\4\GetCommand=true -Commands\4\SetCommand=false -Commands\5\Type=Mode Get -Commands\5\String=\\x04 -Commands\5\Min=0 -Commands\5\Max=0 -Commands\5\Command29=false -Commands\5\GetCommand=true -Commands\5\SetCommand=false -Commands\6\Type=Freq Set -Commands\6\String=\\x05 -Commands\6\Min=0 -Commands\6\Max=0 -Commands\6\Command29=false -Commands\6\GetCommand=false -Commands\6\SetCommand=true -Commands\7\Type=Mode Set -Commands\7\String=\\x06 -Commands\7\Min=0 -Commands\7\Max=0 -Commands\7\Command29=false -Commands\7\GetCommand=false -Commands\7\SetCommand=true -Commands\8\Type=VFO A Select -Commands\8\String=\\x07\\x00 -Commands\8\Min=0 -Commands\8\Max=0 -Commands\8\Command29=false -Commands\8\GetCommand=true -Commands\8\SetCommand=true -Commands\9\Type=VFO B Select -Commands\9\String=\\x07\\x01 -Commands\9\Min=0 -Commands\9\Max=0 -Commands\9\Command29=false -Commands\9\GetCommand=true -Commands\9\SetCommand=true -Commands\10\Type=VFO Equal AB -Commands\10\String=\\x07\\xa0 -Commands\10\Min=0 -Commands\10\Max=0 -Commands\10\Command29=false -Commands\10\GetCommand=true -Commands\10\SetCommand=true -Commands\11\Type=VFO Main Select -Commands\11\String=\\x07\\xd0 -Commands\11\Min=0 -Commands\11\Max=0 -Commands\11\Command29=false -Commands\11\GetCommand=true -Commands\11\SetCommand=true -Commands\12\Type=VFO Sub Select -Commands\12\String=\\x07\\xd1 -Commands\12\Min=0 -Commands\12\Max=0 -Commands\12\Command29=false -Commands\12\GetCommand=true -Commands\12\SetCommand=true -Commands\13\Type=VFO Main/Sub Band -Commands\13\String=\\x07\\xd2 -Commands\13\Min=0 -Commands\13\Max=1 -Commands\13\Command29=false -Commands\13\GetCommand=true -Commands\13\SetCommand=true -Commands\14\Type=Memory Mode -Commands\14\String=\\x08 -Commands\14\Min=1 -Commands\14\Max=107 -Commands\14\Command29=false -Commands\14\GetCommand=true -Commands\14\SetCommand=true -Commands\15\Type=Scanning -Commands\15\String=\\x0e -Commands\15\Min=0 -Commands\15\Max=0 -Commands\15\Command29=false -Commands\15\GetCommand=true -Commands\15\SetCommand=true -Commands\16\Type=Split/Duplex -Commands\16\String=\\x0f -Commands\16\Min=0 -Commands\16\Max=0 -Commands\16\Command29=false -Commands\16\GetCommand=true -Commands\16\SetCommand=true -Commands\17\Type=Tuning Step -Commands\17\String=\\x10 -Commands\17\Min=0 -Commands\17\Max=11 -Commands\17\Command29=false -Commands\17\GetCommand=true -Commands\17\SetCommand=true -Commands\18\Type=Attenuator Status -Commands\18\String=\\x11 -Commands\18\Min=0 -Commands\18\Max=10 -Commands\18\Command29=false -Commands\18\GetCommand=true -Commands\18\SetCommand=true -Commands\19\Type=Speech -Commands\19\String=\\x13 -Commands\19\Min=0 -Commands\19\Max=2 -Commands\19\Command29=false -Commands\19\GetCommand=true -Commands\19\SetCommand=true -Commands\20\Type=AF Gain -Commands\20\String=\\x14\\x01 -Commands\20\Min=0 -Commands\20\Max=255 -Commands\20\Command29=false -Commands\20\GetCommand=true -Commands\20\SetCommand=true -Commands\21\Type=RF Gain -Commands\21\String=\\x14\\x02 -Commands\21\Min=0 -Commands\21\Max=255 -Commands\21\Command29=false -Commands\21\GetCommand=true -Commands\21\SetCommand=true -Commands\22\Type=Squelch -Commands\22\String=\\x14\\x03 -Commands\22\Min=0 -Commands\22\Max=255 -Commands\22\Command29=false -Commands\22\GetCommand=true -Commands\22\SetCommand=true -Commands\23\Type=NR Level -Commands\23\String=\\x14\\x06 -Commands\23\Min=0 -Commands\23\Max=255 -Commands\23\Command29=false -Commands\23\GetCommand=true -Commands\23\SetCommand=true -Commands\24\Type=PBT Inner -Commands\24\String=\\x14\\x07 -Commands\24\Min=0 -Commands\24\Max=255 -Commands\24\Command29=false -Commands\24\GetCommand=true -Commands\24\SetCommand=true -Commands\25\Type=PBT Outer -Commands\25\String=\\x14\\x08 -Commands\25\Min=0 -Commands\25\Max=255 -Commands\25\Command29=false -Commands\25\GetCommand=true -Commands\25\SetCommand=true -Commands\26\Type=CW Pitch -Commands\26\String=\\x14\\x09 -Commands\26\Min=300 -Commands\26\Max=900 -Commands\26\Command29=false -Commands\26\GetCommand=true -Commands\26\SetCommand=true -Commands\27\Type=RF Power -Commands\27\String=\\x14\\x0a -Commands\27\Min=0 -Commands\27\Max=255 -Commands\27\Command29=false -Commands\27\GetCommand=true -Commands\27\SetCommand=true -Commands\28\Type=Mic Gain -Commands\28\String=\\x14\\x0b -Commands\28\Min=0 -Commands\28\Max=255 -Commands\28\Command29=false -Commands\28\GetCommand=true -Commands\28\SetCommand=true -Commands\29\Type=Key Speed -Commands\29\String=\\x14\\x0c -Commands\29\Min=6 -Commands\29\Max=48 -Commands\29\Command29=false -Commands\29\GetCommand=true -Commands\29\SetCommand=true -Commands\30\Type=Manual Notch Width -Commands\30\String=\\x14\\x0d -Commands\30\Min=0 -Commands\30\Max=255 -Commands\30\Command29=false -Commands\30\GetCommand=true -Commands\30\SetCommand=true -Commands\31\Type=Compressor Level -Commands\31\String=\\x14\\x0e -Commands\31\Min=0 -Commands\31\Max=255 -Commands\31\Command29=false -Commands\31\GetCommand=true -Commands\31\SetCommand=true -Commands\32\Type=Break-In Delay -Commands\32\String=\\x14\\x0f -Commands\32\Min=0 -Commands\32\Max=255 -Commands\32\Command29=false -Commands\32\GetCommand=true -Commands\32\SetCommand=true -Commands\33\Type=NB Level -Commands\33\String=\\x14\\x12 -Commands\33\Min=0 -Commands\33\Max=255 -Commands\33\Command29=false -Commands\33\GetCommand=true -Commands\33\SetCommand=true -Commands\34\Type=Monitor Gain -Commands\34\String=\\x14\\x15 -Commands\34\Min=0 -Commands\34\Max=255 -Commands\34\Command29=false -Commands\34\GetCommand=true -Commands\34\SetCommand=true -Commands\35\Type=Vox Gain -Commands\35\String=\\x14\\x16 -Commands\35\Min=0 -Commands\35\Max=255 -Commands\35\Command29=false -Commands\35\GetCommand=true -Commands\35\SetCommand=true -Commands\36\Type=Anti-Vox Gain -Commands\36\String=\\x14\\x17 -Commands\36\Min=0 -Commands\36\Max=255 -Commands\36\Command29=false -Commands\36\GetCommand=true -Commands\36\SetCommand=true -Commands\37\Type=S Meter Sql Status -Commands\37\String=\\x15\\x01 -Commands\37\Min=0 -Commands\37\Max=1 -Commands\37\Command29=false -Commands\37\GetCommand=true -Commands\37\SetCommand=true -Commands\38\Type=S Meter -Commands\38\String=\\x15\\x02 -Commands\38\Min=0 -Commands\38\Max=255 -Commands\38\Command29=false -Commands\38\GetCommand=true -Commands\38\SetCommand=true -Commands\39\Type=Various Squelch -Commands\39\String=\\x15\\x05 -Commands\39\Min=0 -Commands\39\Max=1 -Commands\39\Command29=false -Commands\39\GetCommand=true -Commands\39\SetCommand=true -Commands\40\Type=Overflow Status -Commands\40\String=\\x15\\x07 -Commands\40\Min=0 -Commands\40\Max=1 -Commands\40\Command29=false -Commands\40\GetCommand=true -Commands\40\SetCommand=true -Commands\41\Type=Power Meter -Commands\41\String=\\x15\\x11 -Commands\41\Min=0 -Commands\41\Max=255 -Commands\41\Command29=false -Commands\41\GetCommand=true -Commands\41\SetCommand=true -Commands\42\Type=SWR Meter -Commands\42\String=\\x15\\x12 -Commands\42\Min=0 -Commands\42\Max=255 -Commands\42\Command29=false -Commands\42\GetCommand=true -Commands\42\SetCommand=true -Commands\43\Type=ALC Meter -Commands\43\String=\\x15\\x13 -Commands\43\Min=0 -Commands\43\Max=255 -Commands\43\Command29=false -Commands\43\GetCommand=true -Commands\43\SetCommand=true -Commands\44\Type=Comp Meter -Commands\44\String=\\x15\\x14 -Commands\44\Min=0 -Commands\44\Max=255 -Commands\44\Command29=false -Commands\44\GetCommand=true -Commands\44\SetCommand=true -Commands\45\Type=Vd Meter -Commands\45\String=\\x15\\x15 -Commands\45\Min=0 -Commands\45\Max=255 -Commands\45\Command29=false -Commands\45\GetCommand=true -Commands\45\SetCommand=true -Commands\46\Type=Id Meter -Commands\46\String=\\x15\\x16 -Commands\46\Min=0 -Commands\46\Max=255 -Commands\46\Command29=false -Commands\46\GetCommand=true -Commands\46\SetCommand=true -Commands\47\Type=Preamp Status -Commands\47\String=\\x16\\x02 -Commands\47\Min=0 -Commands\47\Max=3 -Commands\47\Command29=false -Commands\47\GetCommand=true -Commands\47\SetCommand=true -Commands\48\Type=AGC Time Constant -Commands\48\String=\\x16\\x12 -Commands\48\Min=0 -Commands\48\Max=3 -Commands\48\Command29=false -Commands\48\GetCommand=true -Commands\48\SetCommand=true -Commands\49\Type=Noise Blanker -Commands\49\String=\\x16\\x22 -Commands\49\Min=0 -Commands\49\Max=1 -Commands\49\Command29=false -Commands\49\GetCommand=true -Commands\49\SetCommand=true -Commands\50\Type=Noise Reduction -Commands\50\String=\\x16\\x40 -Commands\50\Min=0 -Commands\50\Max=1 -Commands\50\Command29=false -Commands\50\GetCommand=true -Commands\50\SetCommand=true -Commands\51\Type=Auto Notch -Commands\51\String=\\x16\\x41 -Commands\51\Min=0 -Commands\51\Max=1 -Commands\51\Command29=false -Commands\51\GetCommand=true -Commands\51\SetCommand=true -Commands\52\Type=Repeater Tone -Commands\52\String=\\x16\\x42 -Commands\52\Min=0 -Commands\52\Max=1 -Commands\52\Command29=false -Commands\52\GetCommand=true -Commands\52\SetCommand=true -Commands\53\Type=Repeater TSQL -Commands\53\String=\\x16\\x43 -Commands\53\Min=0 -Commands\53\Max=1 -Commands\53\Command29=false -Commands\53\GetCommand=true -Commands\53\SetCommand=true -Commands\54\Type=Compressor Status -Commands\54\String=\\x16\\x44 -Commands\54\Min=0 -Commands\54\Max=1 -Commands\54\Command29=false -Commands\54\GetCommand=true -Commands\54\SetCommand=true -Commands\55\Type=Monitor Status -Commands\55\String=\\x16\\x45 -Commands\55\Min=0 -Commands\55\Max=1 -Commands\55\Command29=false -Commands\55\GetCommand=true -Commands\55\SetCommand=true -Commands\56\Type=Vox Status -Commands\56\String=\\x16\\x46 -Commands\56\Min=0 -Commands\56\Max=1 -Commands\56\Command29=false -Commands\56\GetCommand=true -Commands\56\SetCommand=true -Commands\57\Type=Break-In Status -Commands\57\String=\\x16\\x47 -Commands\57\Min=0 -Commands\57\Max=1 -Commands\57\Command29=false -Commands\57\GetCommand=true -Commands\57\SetCommand=true -Commands\58\Type=Manual Notch -Commands\58\String=\\x16\\x48 -Commands\58\Min=0 -Commands\58\Max=1 -Commands\58\Command29=false -Commands\58\GetCommand=true -Commands\58\SetCommand=true -Commands\59\Type=AFC Function -Commands\59\String=\\x16\\x4a -Commands\59\Min=0 -Commands\59\Max=1 -Commands\59\Command29=false -Commands\59\GetCommand=true -Commands\59\SetCommand=true -Commands\60\Type=Repeater DTCS -Commands\60\String=\\x16\\x4b -Commands\60\Min=0 -Commands\60\Max=1 -Commands\60\Command29=false -Commands\60\GetCommand=true -Commands\60\SetCommand=true -Commands\61\Type=Twin Peak Filter -Commands\61\String=\\x16\\x4f -Commands\61\Min=0 -Commands\61\Max=1 -Commands\61\Command29=false -Commands\61\GetCommand=true -Commands\61\SetCommand=true -Commands\62\Type=Dial Lock Status -Commands\62\String=\\x16\\x50 -Commands\62\Min=0 -Commands\62\Max=1 -Commands\62\Command29=false -Commands\62\GetCommand=true -Commands\62\SetCommand=true -Commands\63\Type=DSP IF Filter -Commands\63\String=\\x16\\x56 -Commands\63\Min=0 -Commands\63\Max=1 -Commands\63\Command29=false -Commands\63\GetCommand=true -Commands\63\SetCommand=true -Commands\64\Type=SSB TX Bandwidth -Commands\64\String=\\x16\\x58 -Commands\64\Min=0 -Commands\64\Max=2 -Commands\64\Command29=false -Commands\64\GetCommand=true -Commands\64\SetCommand=true -Commands\65\Type=VFO Dual Watch -Commands\65\String=\\x16\\x59 -Commands\65\Min=0 -Commands\65\Max=1 -Commands\65\Command29=false -Commands\65\GetCommand=true -Commands\65\SetCommand=true -Commands\66\Type=Repeater CSQL -Commands\66\String=\\x16\\x5b -Commands\66\Min=0 -Commands\66\Max=2 -Commands\66\Command29=false -Commands\66\GetCommand=true -Commands\66\SetCommand=true -Commands\67\Type=GPS TX Mode -Commands\67\String=\\x16\\x5c -Commands\67\Min=0 -Commands\67\Max=1 -Commands\67\Command29=false -Commands\67\GetCommand=true -Commands\67\SetCommand=true -Commands\68\Type=Tone Squelch Type -Commands\68\String=\\x16\\x5d -Commands\68\Min=0 -Commands\68\Max=9 -Commands\68\Command29=false -Commands\68\GetCommand=true -Commands\68\SetCommand=true -Commands\69\Type=IP Plus Status -Commands\69\String=\\x16\\x65 -Commands\69\Min=0 -Commands\69\Max=1 -Commands\69\Command29=false -Commands\69\GetCommand=true -Commands\69\SetCommand=true -Commands\70\Type=Satellite Mode -Commands\70\String=\\x16\\z5a -Commands\70\Min=0 -Commands\70\Max=1 -Commands\70\Command29=false -Commands\70\GetCommand=true -Commands\70\SetCommand=true -Commands\71\Type=Send CW -Commands\71\String=\\x17 -Commands\71\Min=0 -Commands\71\Max=30 -Commands\71\Command29=false -Commands\71\GetCommand=true -Commands\71\SetCommand=true -Commands\72\Type=Power Control -Commands\72\String=\\x18 -Commands\72\Min=0 -Commands\72\Max=1 -Commands\72\Command29=false -Commands\72\GetCommand=true -Commands\72\SetCommand=true -Commands\73\Type=Transceiver ID -Commands\73\String=\\x19\\x00 -Commands\73\Min=0 -Commands\73\Max=0 -Commands\73\Command29=false -Commands\73\GetCommand=true -Commands\73\SetCommand=true -Commands\74\Type=Memory Contents -Commands\74\String=\\x1a\\x00 -Commands\74\Min=1 -Commands\74\Max=107 -Commands\74\Command29=false -Commands\74\GetCommand=true -Commands\74\SetCommand=true -Commands\75\Type=Band Stacking Reg -Commands\75\String=\\x1a\\x01 -Commands\75\Min=1 -Commands\75\Max=0 -Commands\75\Command29=false -Commands\75\GetCommand=true -Commands\75\SetCommand=true -Commands\76\Type=Filter Width -Commands\76\String=\\x1a\\x03 -Commands\76\Min=50 -Commands\76\Max=10000 -Commands\76\Command29=false -Commands\76\GetCommand=true -Commands\76\SetCommand=true -Commands\77\Type=Quick Split -Commands\77\String=\\x1a\\x05\\x00\\x43 -Commands\77\Min=0 -Commands\77\Max=1 -Commands\77\Command29=false -Commands\77\GetCommand=true -Commands\77\SetCommand=true -Commands\78\Type=REF Adjust -Commands\78\String=\\x1a\\x05\\x00\\x72 -Commands\78\Min=0 -Commands\78\Max=0 -Commands\78\Command29=false -Commands\78\GetCommand=true -Commands\78\SetCommand=true -Commands\79\Type=REF Adjust Fine -Commands\79\String=\\x1a\\x05\\x00\\x73 -Commands\79\Min=0 -Commands\79\Max=0 -Commands\79\Command29=false -Commands\79\GetCommand=true -Commands\79\SetCommand=true -Commands\80\Type=ACC1 Mod Level -Commands\80\String=\\x1a\\x05\\x01\\x12 -Commands\80\Min=0 -Commands\80\Max=0 -Commands\80\Command29=false -Commands\80\GetCommand=true -Commands\80\SetCommand=true -Commands\81\Type=USB Mod Level -Commands\81\String=\\x1a\\x05\\x01\\x13 -Commands\81\Min=0 -Commands\81\Max=0 -Commands\81\Command29=false -Commands\81\GetCommand=true -Commands\81\SetCommand=true -Commands\82\Type=LAN Mod Level -Commands\82\String=\\x1a\\x05\\x01\\x14 -Commands\82\Min=0 -Commands\82\Max=0 -Commands\82\Command29=false -Commands\82\GetCommand=true -Commands\82\SetCommand=true -Commands\83\Type=Data Off Mod Input -Commands\83\String=\\x1a\\x05\\x01\\x15 -Commands\83\Min=0 -Commands\83\Max=5 -Commands\83\Command29=false -Commands\83\GetCommand=true -Commands\83\SetCommand=true -Commands\84\Type=DATA1 Mod Input -Commands\84\String=\\x1a\\x05\\x01\\x16 -Commands\84\Min=0 -Commands\84\Max=5 -Commands\84\Command29=false -Commands\84\GetCommand=true -Commands\84\SetCommand=true -Commands\85\Type=CIV Transceive -Commands\85\String=\\x1a\\x05\\x01\\x27 -Commands\85\Min=0 -Commands\85\Max=1 -Commands\85\Command29=false -Commands\85\GetCommand=true -Commands\85\SetCommand=true -Commands\86\Type=System Date -Commands\86\String=\\x1a\\x05\\x01\\x79 -Commands\86\Min=0 -Commands\86\Max=0 -Commands\86\Command29=false -Commands\86\GetCommand=true -Commands\86\SetCommand=true -Commands\87\Type=System Time -Commands\87\String=\\x1a\\x05\\x01\\x80 -Commands\87\Min=0 -Commands\87\Max=0 -Commands\87\Command29=false -Commands\87\GetCommand=true -Commands\87\SetCommand=true -Commands\88\Type=UTC Offset -Commands\88\String=\\x1a\\x05\\x01\\x84 -Commands\88\Min=0 -Commands\88\Max=0 -Commands\88\Command29=false -Commands\88\GetCommand=true -Commands\88\SetCommand=true -Commands\89\Type=Dash Ratio -Commands\89\String=\\x1a\\x05\\x02\\x24 -Commands\89\Min=0 -Commands\89\Max=0 -Commands\89\Command29=false -Commands\89\GetCommand=true -Commands\89\SetCommand=true -Commands\90\Type=Data Mode Filter -Commands\90\String=\\x1a\\x06 -Commands\90\Min=0 -Commands\90\Max=0 -Commands\90\Command29=false -Commands\90\GetCommand=true -Commands\90\SetCommand=true -Commands\91\Type=Satellite Memory -Commands\91\String=\\x1a\\x07 -Commands\91\Min=0 -Commands\91\Max=63 -Commands\91\Command29=false -Commands\91\GetCommand=true -Commands\91\SetCommand=true -Commands\92\Type=Tone Frequency -Commands\92\String=\\x1b\\x00 -Commands\92\Min=43 -Commands\92\Max=0 -Commands\92\Command29=false -Commands\92\GetCommand=true -Commands\92\SetCommand=true -Commands\93\Type=TSQL Frequency -Commands\93\String=\\x1b\\x01 -Commands\93\Min=43 -Commands\93\Max=0 -Commands\93\Command29=false -Commands\93\GetCommand=true -Commands\93\SetCommand=true -Commands\94\Type=DTCS Code/Polarity -Commands\94\String=\\x1b\\x02 -Commands\94\Min=17 -Commands\94\Max=0 -Commands\94\Command29=false -Commands\94\GetCommand=true -Commands\94\SetCommand=true -Commands\95\Type=CSQL Code -Commands\95\String=\\x1b\\x07 -Commands\95\Min=0 -Commands\95\Max=63 -Commands\95\Command29=false -Commands\95\GetCommand=true -Commands\95\SetCommand=true -Commands\96\Type=Transceiver Status -Commands\96\String=\\x1c\\x00 -Commands\96\Min=0 -Commands\96\Max=1 -Commands\96\Command29=false -Commands\96\GetCommand=true -Commands\96\SetCommand=true -Commands\97\Type=XFC Status -Commands\97\String=\\x1c\\x02 -Commands\97\Min=0 -Commands\97\Max=1 -Commands\97\Command29=false -Commands\97\GetCommand=true -Commands\97\SetCommand=true -Commands\98\Type=Read TX Freq -Commands\98\String=\\x1c\\x03 -Commands\98\Min=0 -Commands\98\Max=1 -Commands\98\Command29=false -Commands\98\GetCommand=true -Commands\98\SetCommand=true -Commands\99\Type=RIT Frequency -Commands\99\String=\\x21\\x00 -Commands\99\Min=-999 -Commands\99\Max=999 -Commands\99\Command29=false -Commands\99\GetCommand=true -Commands\99\SetCommand=true -Commands\100\Type=RIT Status -Commands\100\String=\\x21\\x01 -Commands\100\Min=0 -Commands\100\Max=1 -Commands\100\Command29=false -Commands\100\GetCommand=true -Commands\100\SetCommand=true -Commands\101\Type=GPS Position -Commands\101\String=\\x23\\x00 -Commands\101\Min=0 -Commands\101\Max=0 -Commands\101\Command29=false -Commands\101\GetCommand=true -Commands\101\SetCommand=true -Commands\102\Type=Selected Freq -Commands\102\String=\\x25\\x00 -Commands\102\Min=0 -Commands\102\Max=0 -Commands\102\Command29=false -Commands\102\GetCommand=true -Commands\102\SetCommand=true -Commands\103\Type=Unselected Freq -Commands\103\String=\\x25\\x01 -Commands\103\Min=0 -Commands\103\Max=0 -Commands\103\Command29=false -Commands\103\GetCommand=true -Commands\103\SetCommand=true -Commands\104\Type=Selected Mode -Commands\104\String=\\x26\\x00 -Commands\104\Min=0 -Commands\104\Max=0 -Commands\104\Command29=false -Commands\104\GetCommand=true -Commands\104\SetCommand=true -Commands\105\Type=Unselected Mode -Commands\105\String=\\x26\\x01 -Commands\105\Min=0 -Commands\105\Max=0 -Commands\105\Command29=false -Commands\105\GetCommand=true -Commands\105\SetCommand=true -Commands\106\Type=Scope Main Wave Data -Commands\106\String=\\x27\\x00\\x00 -Commands\106\Min=0 -Commands\106\Max=0 -Commands\106\Command29=false -Commands\106\GetCommand=true -Commands\106\SetCommand=true -Commands\107\Type=Scope Sub Wave Data -Commands\107\String=\\x27\\x00\\x01 -Commands\107\Min=0 -Commands\107\Max=0 -Commands\107\Command29=false -Commands\107\GetCommand=true -Commands\107\SetCommand=true -Commands\108\Type=Scope On/Off -Commands\108\String=\\x27\\x10 -Commands\108\Min=0 -Commands\108\Max=1 -Commands\108\Command29=false -Commands\108\GetCommand=true -Commands\108\SetCommand=true -Commands\109\Type=Scope Data Output -Commands\109\String=\\x27\\x11 -Commands\109\Min=0 -Commands\109\Max=1 -Commands\109\Command29=false -Commands\109\GetCommand=true -Commands\109\SetCommand=true -Commands\110\Type=Scope Main/Sub -Commands\110\String=\\x27\\x12 -Commands\110\Min=0 -Commands\110\Max=1 -Commands\110\Command29=false -Commands\110\GetCommand=true -Commands\110\SetCommand=true -Commands\111\Type=Scope Main Mode -Commands\111\String=\\x27\\x14\\x00 -Commands\111\Min=0 -Commands\111\Max=3 -Commands\111\Command29=false -Commands\111\GetCommand=true -Commands\111\SetCommand=true -Commands\112\Type=Scope Sub Mode -Commands\112\String=\\x27\\x14\\x01 -Commands\112\Min=0 -Commands\112\Max=3 -Commands\112\Command29=false -Commands\112\GetCommand=true -Commands\112\SetCommand=true -Commands\113\Type=Scope Main Span -Commands\113\String=\\x27\\x15\\x00 -Commands\113\Min=0 -Commands\113\Max=7 -Commands\113\Command29=false -Commands\113\GetCommand=true -Commands\113\SetCommand=true -Commands\114\Type=Scope Sub Span -Commands\114\String=\\x27\\x15\\x01 -Commands\114\Min=0 -Commands\114\Max=7 -Commands\114\Command29=false -Commands\114\GetCommand=true -Commands\114\SetCommand=true -Commands\115\Type=Scope Main Edge -Commands\115\String=\\x27\\x16\\x00 -Commands\115\Min=1 -Commands\115\Max=4 -Commands\115\Command29=false -Commands\115\GetCommand=true -Commands\115\SetCommand=true -Commands\116\Type=Scope Sub Edge -Commands\116\String=\\x27\\x16\\x01 -Commands\116\Min=1 -Commands\116\Max=4 -Commands\116\Command29=false -Commands\116\GetCommand=true -Commands\116\SetCommand=true -Commands\117\Type=Scope Main Ref -Commands\117\String=\\x27\\x19\\x00 -Commands\117\Min=0 -Commands\117\Max=0 -Commands\117\Command29=false -Commands\117\GetCommand=true -Commands\117\SetCommand=true -Commands\118\Type=Scope Sub Ref -Commands\118\String=\\x27\\x19\\x01 -Commands\118\Min=0 -Commands\118\Max=0 -Commands\118\Command29=false -Commands\118\GetCommand=true -Commands\118\SetCommand=true -Commands\119\Type=Scope Main Speed -Commands\119\String=\\x27\\x1a\\x00 -Commands\119\Min=0 -Commands\119\Max=2 -Commands\119\Command29=false -Commands\119\GetCommand=true -Commands\119\SetCommand=true -Commands\120\Type=Scope Sub Speed -Commands\120\String=\\x27\\x1a\\x01 -Commands\120\Min=0 -Commands\120\Max=2 -Commands\120\Command29=false -Commands\120\GetCommand=true -Commands\120\SetCommand=true -Commands\121\Type=Scope During TX -Commands\121\String=\\x27\\x1b -Commands\121\Min=0 -Commands\121\Max=1 -Commands\121\Command29=false -Commands\121\GetCommand=true -Commands\121\SetCommand=true -Commands\122\Type=Scope Center Type -Commands\122\String=\\x27\\x1c -Commands\122\Min=0 -Commands\122\Max=2 -Commands\122\Command29=false -Commands\122\GetCommand=true -Commands\122\SetCommand=true -Commands\123\Type=Scope Main VBW -Commands\123\String=\\x27\\x1d\\x00 -Commands\123\Min=0 -Commands\123\Max=1 -Commands\123\Command29=false -Commands\123\GetCommand=true -Commands\123\SetCommand=true -Commands\124\Type=Scope Sub VBW -Commands\124\String=\\x27\\x1d\\x01 -Commands\124\Min=0 -Commands\124\Max=1 -Commands\124\Command29=false -Commands\124\GetCommand=true -Commands\124\SetCommand=true -Commands\125\Type=Scope Fixed Edge Freq -Commands\125\String=\\x27\\x1e -Commands\125\Min=1 -Commands\125\Max=0 -Commands\125\Command29=false -Commands\125\GetCommand=true -Commands\125\SetCommand=true -Commands\126\Type=Voice TX -Commands\126\String=\\x28\\x00 -Commands\126\Min=0 -Commands\126\Max=8 -Commands\126\Command29=false -Commands\126\GetCommand=true -Commands\126\SetCommand=true -Commands\127\Type=Command Error FA -Commands\127\String=\\xfa -Commands\127\Min=0 -Commands\127\Max=0 -Commands\127\Command29=false -Commands\127\GetCommand=false -Commands\127\SetCommand=false -Commands\128\Type=Command OK FB -Commands\128\String=\\xfb -Commands\128\Min=0 -Commands\128\Max=0 -Commands\128\Command29=false -Commands\128\GetCommand=false -Commands\128\SetCommand=false -Commands\size=128 -Periodic\1\Priority=Medium Low -Periodic\1\Command=Attenuator Status -Periodic\1\VFO=-1 -Periodic\2\Priority=Medium Low -Periodic\2\Command=Compressor Status -Periodic\2\VFO=0 -Periodic\3\Priority=Medium High -Periodic\3\Command=Data Off Mod Input -Periodic\3\VFO=0 -Periodic\4\Priority=Medium High -Periodic\4\Command=DATA1 Mod Input -Periodic\4\VFO=0 -Periodic\5\Priority=Medium Low -Periodic\5\Command=IP Plus Status -Periodic\5\VFO=0 -Periodic\6\Priority=Medium Low -Periodic\6\Command=Monitor Gain -Periodic\6\VFO=0 -Periodic\7\Priority=Medium Low -Periodic\7\Command=Monitor Status -Periodic\7\VFO=0 -Periodic\8\Priority=Medium Low -Periodic\8\Command=Noise Blanker -Periodic\8\VFO=0 -Periodic\9\Priority=Medium Low -Periodic\9\Command=Noise Reduction -Periodic\9\VFO=0 -Periodic\10\Priority=High -Periodic\10\Command=Overflow Status -Periodic\10\VFO=0 -Periodic\11\Priority=Medium Low -Periodic\11\Command=Preamp Status -Periodic\11\VFO=-1 -Periodic\12\Priority=Medium -Periodic\12\Command=RF Gain -Periodic\12\VFO=0 -Periodic\13\Priority=Medium -Periodic\13\Command=RF Power -Periodic\13\VFO=0 -Periodic\14\Priority=Highest -Periodic\14\Command=S Meter -Periodic\14\VFO=-1 -Periodic\15\Priority=Medium -Periodic\15\Command=Scope Main Hold -Periodic\15\VFO=0 -Periodic\16\Priority=Medium High -Periodic\16\Command=Scope Main Mode -Periodic\16\VFO=0 -Periodic\17\Priority=Medium High -Periodic\17\Command=Scope Main Span -Periodic\17\VFO=0 -Periodic\18\Priority=Medium -Periodic\18\Command=Scope Main Speed -Periodic\18\VFO=0 -Periodic\19\Priority=Medium -Periodic\19\Command=Selected Freq -Periodic\19\VFO=0 -Periodic\20\Priority=Medium -Periodic\20\Command=Selected Mode -Periodic\20\VFO=0 -Periodic\21\Priority=Medium Low -Periodic\21\Command=Squelch -Periodic\21\VFO=-1 -Periodic\22\Priority=Medium Low -Periodic\22\Command=Tone Squelch Type -Periodic\22\VFO=-1 -Periodic\23\Priority=High -Periodic\23\Command=Transceiver Status -Periodic\23\VFO=0 -Periodic\24\Priority=Medium Low -Periodic\24\Command=Tuning Step -Periodic\24\VFO=-1 -Periodic\25\Priority=Medium -Periodic\25\Command=Unselected Freq -Periodic\25\VFO=0 -Periodic\26\Priority=Medium -Periodic\26\Command=Unselected Mode -Periodic\26\VFO=0 -Periodic\27\Priority=Medium -Periodic\27\Command=VFO Dual Watch -Periodic\27\VFO=0 -Periodic\28\Priority=Medium Low -Periodic\28\Command=Vox Status -Periodic\28\VFO=0 -Periodic\size=28 -Spans\1\Num=0 -Spans\1\Name=±2.5 KHz -Spans\1\Freq=2500 -Spans\2\Num=1 -Spans\2\Name=±5 KHz -Spans\2\Freq=5000 -Spans\3\Num=2 -Spans\3\Name=±10 KHz -Spans\3\Freq=10000 -Spans\4\Num=3 -Spans\4\Name=±25 KHz -Spans\4\Freq=25000 -Spans\5\Num=4 -Spans\5\Name=±50 KHz -Spans\5\Freq=50000 -Spans\6\Num=5 -Spans\6\Name=±100 KHz -Spans\6\Freq=100000 -Spans\7\Num=6 -Spans\7\Name=±250 KHz -Spans\7\Freq=250000 -Spans\8\Num=7 -Spans\8\Name=±500 KHz -Spans\8\Freq=500000 -Spans\size=8 -Inputs\1\Num=0 -Inputs\1\Reg=0 -Inputs\1\Name=MIC -Inputs\2\Num=1 -Inputs\2\Reg=1 -Inputs\2\Name=ACC -Inputs\3\Num=2 -Inputs\3\Reg=2 -Inputs\3\Name=M/A -Inputs\4\Num=3 -Inputs\4\Reg=3 -Inputs\4\Name=USB -Inputs\5\Num=4 -Inputs\5\Reg=4 -Inputs\5\Name=M/U -Inputs\6\Num=5 -Inputs\6\Reg=5 -Inputs\6\Name=LAN -Inputs\size=6 -Bands\1\Region= -Bands\1\Num=4 -Bands\1\BSR=3 -Bands\1\Start=1240000000 -Bands\1\End=1300000000 -Bands\1\Range=1300 -Bands\1\MemoryGroup=3 -Bands\1\Name=23cm -Bands\1\Bytes=5 -Bands\1\Color=#ffff0000 -Bands\2\Region=1 -Bands\2\Num=5 -Bands\2\BSR=2 -Bands\2\Start=430000000 -Bands\2\End=440000000 -Bands\2\Range=440 -Bands\2\MemoryGroup=2 -Bands\2\Name=70cm -Bands\2\Bytes=5 -Bands\2\Color=#ff00ff00 -Bands\3\Region=2 -Bands\3\Num=5 -Bands\3\BSR=2 -Bands\3\Start=420000000 -Bands\3\End=450000000 -Bands\3\Range=450 -Bands\3\MemoryGroup=2 -Bands\3\Name=70cm -Bands\3\Bytes=5 -Bands\3\Color=#ff00ff00 -Bands\4\Region=3 -Bands\4\Num=5 -Bands\4\BSR=2 -Bands\4\Start=430000000 -Bands\4\End=440000000 -Bands\4\Range=440 -Bands\4\MemoryGroup=2 -Bands\4\Name=70cm -Bands\4\Bytes=5 -Bands\4\Color=#ff00ff00 -Bands\5\Region=1 -Bands\5\Num=6 -Bands\5\BSR=1 -Bands\5\Start=144000000 -Bands\5\End=146000000 -Bands\5\Range=146 -Bands\5\MemoryGroup=1 -Bands\5\Name=2m -Bands\5\Bytes=5 -Bands\5\Color=#ff0000ff -Bands\6\Region=2 -Bands\6\Num=6 -Bands\6\BSR=1 -Bands\6\Start=144000000 -Bands\6\End=148000000 -Bands\6\Range=148 -Bands\6\MemoryGroup=1 -Bands\6\Name=2m -Bands\6\Bytes=5 -Bands\6\Color=#ff0000ff -Bands\7\Region=3 -Bands\7\Num=6 -Bands\7\BSR=1 -Bands\7\Start=144000000 -Bands\7\End=148000000 -Bands\7\Range=148 -Bands\7\MemoryGroup=1 -Bands\7\Name=2m -Bands\7\Bytes=5 -Bands\7\Color=#ff0000ff -Bands\size=7 -Modes\1\Num=0 -Modes\1\Reg=0 -Modes\1\Min=50 -Modes\1\Max=3600 -Modes\1\Name=LSB -Modes\2\Num=1 -Modes\2\Reg=1 -Modes\2\Min=50 -Modes\2\Max=3600 -Modes\2\Name=USB -Modes\3\Num=2 -Modes\3\Reg=2 -Modes\3\Min=200 -Modes\3\Max=10000 -Modes\3\Name=AM -Modes\4\Num=3 -Modes\4\Reg=3 -Modes\4\Min=50 -Modes\4\Max=3600 -Modes\4\Name=CW -Modes\5\Num=4 -Modes\5\Reg=4 -Modes\5\Min=50 -Modes\5\Max=2700 -Modes\5\Name=RTTY -Modes\6\Num=5 -Modes\6\Reg=5 -Modes\6\Min=0 -Modes\6\Max=0 -Modes\6\Name=FM -Modes\7\Num=6 -Modes\7\Reg=7 -Modes\7\Min=50 -Modes\7\Max=3600 -Modes\7\Name=CW-R -Modes\8\Num=7 -Modes\8\Reg=8 -Modes\8\Min=50 -Modes\8\Max=2700 -Modes\8\Name=RTTY-R -Modes\9\Num=12 -Modes\9\Reg=17 -Modes\9\Min=0 -Modes\9\Max=0 -Modes\9\Name=DV -Modes\10\Num=14 -Modes\10\Reg=22 -Modes\10\Min=0 -Modes\10\Max=0 -Modes\10\Name=DD -Modes\size=10 +Antennas\size=0 Attenuators\1\dB=0 Attenuators\2\dB=10 Attenuators\size=2 -Preamps\1\Num=0 -Preamps\1\Name=INT/EXT OFF -Preamps\2\Num=1 -Preamps\2\Name=INT ON -Preamps\3\Num=2 -Preamps\3\Name=EXT ON -Preamps\4\Num=3 -Preamps\4\Name=INT/EXT ON -Preamps\size=4 -Antennas\size=0 -Tuning%20Steps\1\Num=0 -Tuning%20Steps\1\Name=1 Hz -Tuning%20Steps\1\Hz=1 -Tuning%20Steps\2\Num=0 -Tuning%20Steps\2\Name=10 Hz -Tuning%20Steps\2\Hz=10 -Tuning%20Steps\3\Num=1 -Tuning%20Steps\3\Name=100 Hz -Tuning%20Steps\3\Hz=100 -Tuning%20Steps\4\Num=2 -Tuning%20Steps\4\Name=500 Hz -Tuning%20Steps\4\Hz=500 -Tuning%20Steps\5\Num=3 -Tuning%20Steps\5\Name=1 Khz -Tuning%20Steps\5\Hz=1000 -Tuning%20Steps\6\Num=0 -Tuning%20Steps\6\Name=2.5 KHz -Tuning%20Steps\6\Hz=2500 -Tuning%20Steps\7\Num=4 -Tuning%20Steps\7\Name=5 KHz -Tuning%20Steps\7\Hz=5000 -Tuning%20Steps\8\Num=0 -Tuning%20Steps\8\Name=6.125 KHz -Tuning%20Steps\8\Hz=6125 -Tuning%20Steps\9\Num=5 -Tuning%20Steps\9\Name=6.25 KHz -Tuning%20Steps\9\Hz=6250 -Tuning%20Steps\10\Num=0 -Tuning%20Steps\10\Name=8.333 KHz -Tuning%20Steps\10\Hz=8333 -Tuning%20Steps\11\Num=0 -Tuning%20Steps\11\Name=9 KHz -Tuning%20Steps\11\Hz=9000 -Tuning%20Steps\12\Num=6 -Tuning%20Steps\12\Name=10 KHz -Tuning%20Steps\12\Hz=10000 -Tuning%20Steps\13\Num=7 -Tuning%20Steps\13\Name=12.5 KHz -Tuning%20Steps\13\Hz=12500 -Tuning%20Steps\14\Num=8 -Tuning%20Steps\14\Name=20 KHz -Tuning%20Steps\14\Hz=20000 -Tuning%20Steps\15\Num=9 -Tuning%20Steps\15\Name=25 KHz -Tuning%20Steps\15\Hz=25000 -Tuning%20Steps\16\Num=10 -Tuning%20Steps\16\Name=50 KHz -Tuning%20Steps\16\Hz=50000 -Tuning%20Steps\17\Num=11 -Tuning%20Steps\17\Name=100 KHz -Tuning%20Steps\17\Hz=100000 -Tuning%20Steps\18\Num=0 -Tuning%20Steps\18\Name=250 KHz -Tuning%20Steps\18\Hz=250000 -Tuning%20Steps\19\Num=0 -Tuning%20Steps\19\Name=1 MHz -Tuning%20Steps\19\Hz=1000000 -Tuning%20Steps\size=19 -Filters\1\Num=1 +Bands\1\BSR=3 +Bands\1\Bytes=5 +Bands\1\Color=#ffff0000 +Bands\1\End=1300000000 +Bands\1\MemoryGroup=3 +Bands\1\Name=23cm +Bands\1\Num=4 +Bands\1\Range=1300 +Bands\1\Region= +Bands\1\Start=1240000000 +Bands\2\BSR=2 +Bands\2\Bytes=5 +Bands\2\Color=#ff00ff00 +Bands\2\End=440000000 +Bands\2\MemoryGroup=2 +Bands\2\Name=70cm +Bands\2\Num=5 +Bands\2\Range=440 +Bands\2\Region=1 +Bands\2\Start=430000000 +Bands\3\BSR=2 +Bands\3\Bytes=5 +Bands\3\Color=#ff00ff00 +Bands\3\End=450000000 +Bands\3\MemoryGroup=2 +Bands\3\Name=70cm +Bands\3\Num=5 +Bands\3\Range=450 +Bands\3\Region=2 +Bands\3\Start=420000000 +Bands\4\BSR=2 +Bands\4\Bytes=5 +Bands\4\Color=#ff00ff00 +Bands\4\End=440000000 +Bands\4\MemoryGroup=2 +Bands\4\Name=70cm +Bands\4\Num=5 +Bands\4\Range=440 +Bands\4\Region=3 +Bands\4\Start=430000000 +Bands\5\BSR=1 +Bands\5\Bytes=5 +Bands\5\Color=#ff0000ff +Bands\5\End=146000000 +Bands\5\MemoryGroup=1 +Bands\5\Name=2m +Bands\5\Num=6 +Bands\5\Range=146 +Bands\5\Region=1 +Bands\5\Start=144000000 +Bands\6\BSR=1 +Bands\6\Bytes=5 +Bands\6\Color=#ff0000ff +Bands\6\End=148000000 +Bands\6\MemoryGroup=1 +Bands\6\Name=2m +Bands\6\Num=6 +Bands\6\Range=148 +Bands\6\Region=2 +Bands\6\Start=144000000 +Bands\7\BSR=1 +Bands\7\Bytes=5 +Bands\7\Color=#ff0000ff +Bands\7\End=148000000 +Bands\7\MemoryGroup=1 +Bands\7\Name=2m +Bands\7\Num=6 +Bands\7\Range=148 +Bands\7\Region=3 +Bands\7\Start=144000000 +Bands\size=7 +CIVAddress=162 +Commands\1\Command29=false +Commands\1\GetCommand=false +Commands\1\Max=0 +Commands\1\Min=0 +Commands\1\SetCommand=false +Commands\1\String=\\x00 +Commands\1\Type=Freq (TRX) +Commands\10\Command29=false +Commands\10\GetCommand=true +Commands\10\Max=0 +Commands\10\Min=0 +Commands\10\SetCommand=true +Commands\10\String=\\x07\\xa0 +Commands\10\Type=VFO Equal AB +Commands\100\Command29=false +Commands\100\GetCommand=true +Commands\100\Max=999 +Commands\100\Min=-999 +Commands\100\SetCommand=true +Commands\100\String=\\x21\\x00 +Commands\100\Type=RIT Frequency +Commands\101\Command29=false +Commands\101\GetCommand=true +Commands\101\Max=1 +Commands\101\Min=0 +Commands\101\SetCommand=true +Commands\101\String=\\x21\\x01 +Commands\101\Type=RIT Status +Commands\102\Command29=false +Commands\102\GetCommand=true +Commands\102\Max=0 +Commands\102\Min=0 +Commands\102\SetCommand=true +Commands\102\String=\\x23\\x00 +Commands\102\Type=GPS Position +Commands\103\Command29=false +Commands\103\GetCommand=true +Commands\103\Max=0 +Commands\103\Min=0 +Commands\103\SetCommand=true +Commands\103\String=\\x25\\x00 +Commands\103\Type=Selected Freq +Commands\104\Command29=false +Commands\104\GetCommand=true +Commands\104\Max=0 +Commands\104\Min=0 +Commands\104\SetCommand=true +Commands\104\String=\\x25\\x01 +Commands\104\Type=Unselected Freq +Commands\105\Command29=false +Commands\105\GetCommand=true +Commands\105\Max=0 +Commands\105\Min=0 +Commands\105\SetCommand=true +Commands\105\String=\\x26\\x00 +Commands\105\Type=Selected Mode +Commands\106\Command29=false +Commands\106\GetCommand=true +Commands\106\Max=0 +Commands\106\Min=0 +Commands\106\SetCommand=true +Commands\106\String=\\x26\\x01 +Commands\106\Type=Unselected Mode +Commands\107\Command29=false +Commands\107\GetCommand=true +Commands\107\Max=0 +Commands\107\Min=0 +Commands\107\SetCommand=true +Commands\107\String=\\x27\\x00\\x00 +Commands\107\Type=Scope Main Wave Data +Commands\108\Command29=false +Commands\108\GetCommand=true +Commands\108\Max=0 +Commands\108\Min=0 +Commands\108\SetCommand=true +Commands\108\String=\\x27\\x00\\x01 +Commands\108\Type=Scope Sub Wave Data +Commands\109\Command29=false +Commands\109\GetCommand=true +Commands\109\Max=1 +Commands\109\Min=0 +Commands\109\SetCommand=true +Commands\109\String=\\x27\\x10 +Commands\109\Type=Scope On/Off +Commands\11\Command29=false +Commands\11\GetCommand=true +Commands\11\Max=0 +Commands\11\Min=0 +Commands\11\SetCommand=true +Commands\11\String=\\x07\\xd0 +Commands\11\Type=VFO Main Select +Commands\110\Command29=false +Commands\110\GetCommand=true +Commands\110\Max=1 +Commands\110\Min=0 +Commands\110\SetCommand=true +Commands\110\String=\\x27\\x11 +Commands\110\Type=Scope Data Output +Commands\111\Command29=false +Commands\111\GetCommand=true +Commands\111\Max=1 +Commands\111\Min=0 +Commands\111\SetCommand=true +Commands\111\String=\\x27\\x12 +Commands\111\Type=Scope Main/Sub +Commands\112\Command29=false +Commands\112\GetCommand=true +Commands\112\Max=3 +Commands\112\Min=0 +Commands\112\SetCommand=true +Commands\112\String=\\x27\\x14\\x00 +Commands\112\Type=Scope Main Mode +Commands\113\Command29=false +Commands\113\GetCommand=true +Commands\113\Max=3 +Commands\113\Min=0 +Commands\113\SetCommand=true +Commands\113\String=\\x27\\x14\\x01 +Commands\113\Type=Scope Sub Mode +Commands\114\Command29=false +Commands\114\GetCommand=true +Commands\114\Max=7 +Commands\114\Min=0 +Commands\114\SetCommand=true +Commands\114\String=\\x27\\x15\\x00 +Commands\114\Type=Scope Main Span +Commands\115\Command29=false +Commands\115\GetCommand=true +Commands\115\Max=7 +Commands\115\Min=0 +Commands\115\SetCommand=true +Commands\115\String=\\x27\\x15\\x01 +Commands\115\Type=Scope Sub Span +Commands\116\Command29=false +Commands\116\GetCommand=true +Commands\116\Max=4 +Commands\116\Min=1 +Commands\116\SetCommand=true +Commands\116\String=\\x27\\x16\\x00 +Commands\116\Type=Scope Main Edge +Commands\117\Command29=false +Commands\117\GetCommand=true +Commands\117\Max=4 +Commands\117\Min=1 +Commands\117\SetCommand=true +Commands\117\String=\\x27\\x16\\x01 +Commands\117\Type=Scope Sub Edge +Commands\118\Command29=false +Commands\118\GetCommand=true +Commands\118\Max=255 +Commands\118\Min=0 +Commands\118\SetCommand=true +Commands\118\String=\\x27\\x19\\x00 +Commands\118\Type=Scope Main Ref +Commands\119\Command29=false +Commands\119\GetCommand=true +Commands\119\Max=255 +Commands\119\Min=0 +Commands\119\SetCommand=true +Commands\119\String=\\x27\\x19\\x01 +Commands\119\Type=Scope Sub Ref +Commands\12\Command29=false +Commands\12\GetCommand=true +Commands\12\Max=0 +Commands\12\Min=0 +Commands\12\SetCommand=true +Commands\12\String=\\x07\\xd1 +Commands\12\Type=VFO Sub Select +Commands\120\Command29=false +Commands\120\GetCommand=true +Commands\120\Max=2 +Commands\120\Min=0 +Commands\120\SetCommand=true +Commands\120\String=\\x27\\x1a\\x00 +Commands\120\Type=Scope Main Speed +Commands\121\Command29=false +Commands\121\GetCommand=true +Commands\121\Max=2 +Commands\121\Min=0 +Commands\121\SetCommand=true +Commands\121\String=\\x27\\x1a\\x01 +Commands\121\Type=Scope Sub Speed +Commands\122\Command29=false +Commands\122\GetCommand=true +Commands\122\Max=1 +Commands\122\Min=0 +Commands\122\SetCommand=true +Commands\122\String=\\x27\\x1b +Commands\122\Type=Scope During TX +Commands\123\Command29=false +Commands\123\GetCommand=true +Commands\123\Max=2 +Commands\123\Min=0 +Commands\123\SetCommand=true +Commands\123\String=\\x27\\x1c +Commands\123\Type=Scope Center Type +Commands\124\Command29=false +Commands\124\GetCommand=true +Commands\124\Max=1 +Commands\124\Min=0 +Commands\124\SetCommand=true +Commands\124\String=\\x27\\x1d\\x00 +Commands\124\Type=Scope Main VBW +Commands\125\Command29=false +Commands\125\GetCommand=true +Commands\125\Max=1 +Commands\125\Min=0 +Commands\125\SetCommand=true +Commands\125\String=\\x27\\x1d\\x01 +Commands\125\Type=Scope Sub VBW +Commands\126\Command29=false +Commands\126\GetCommand=true +Commands\126\Max=0 +Commands\126\Min=1 +Commands\126\SetCommand=true +Commands\126\String=\\x27\\x1e +Commands\126\Type=Scope Fixed Edge Freq +Commands\127\Command29=false +Commands\127\GetCommand=true +Commands\127\Max=8 +Commands\127\Min=0 +Commands\127\SetCommand=true +Commands\127\String=\\x28\\x00 +Commands\127\Type=Voice TX +Commands\128\Command29=false +Commands\128\GetCommand=false +Commands\128\Max=0 +Commands\128\Min=0 +Commands\128\SetCommand=false +Commands\128\String=\\xfa +Commands\128\Type=Command Error FA +Commands\129\Command29=false +Commands\129\GetCommand=false +Commands\129\Max=0 +Commands\129\Min=0 +Commands\129\SetCommand=false +Commands\129\String=\\xfb +Commands\129\Type=Command OK FB +Commands\13\Command29=false +Commands\13\GetCommand=true +Commands\13\Max=1 +Commands\13\Min=0 +Commands\13\SetCommand=true +Commands\13\String=\\x07\\xd2 +Commands\13\Type=VFO Main/Sub Band +Commands\14\Command29=false +Commands\14\GetCommand=true +Commands\14\Max=107 +Commands\14\Min=1 +Commands\14\SetCommand=true +Commands\14\String=\\x08 +Commands\14\Type=Memory Mode +Commands\15\Command29=false +Commands\15\GetCommand=false +Commands\15\Max=9999 +Commands\15\Min=0 +Commands\15\SetCommand=true +Commands\15\String=\\x0D +Commands\15\Type=Send Freq Offset +Commands\16\Command29=false +Commands\16\GetCommand=true +Commands\16\Max=0 +Commands\16\Min=0 +Commands\16\SetCommand=true +Commands\16\String=\\x0e +Commands\16\Type=Scanning +Commands\17\Command29=false +Commands\17\GetCommand=true +Commands\17\Max=99 +Commands\17\Min=0 +Commands\17\SetCommand=true +Commands\17\String=\\x0f +Commands\17\Type=Split/Duplex +Commands\18\Command29=false +Commands\18\GetCommand=true +Commands\18\Max=11 +Commands\18\Min=0 +Commands\18\SetCommand=true +Commands\18\String=\\x10 +Commands\18\Type=Tuning Step +Commands\19\Command29=false +Commands\19\GetCommand=true +Commands\19\Max=10 +Commands\19\Min=0 +Commands\19\SetCommand=true +Commands\19\String=\\x11 +Commands\19\Type=Attenuator Status +Commands\2\Command29=false +Commands\2\GetCommand=false +Commands\2\Max=0 +Commands\2\Min=0 +Commands\2\SetCommand=false +Commands\2\String=\\x01 +Commands\2\Type=Mode (TRX) +Commands\20\Command29=false +Commands\20\GetCommand=true +Commands\20\Max=2 +Commands\20\Min=0 +Commands\20\SetCommand=true +Commands\20\String=\\x13 +Commands\20\Type=Speech +Commands\21\Command29=false +Commands\21\GetCommand=true +Commands\21\Max=255 +Commands\21\Min=0 +Commands\21\SetCommand=true +Commands\21\String=\\x14\\x01 +Commands\21\Type=AF Gain +Commands\22\Command29=false +Commands\22\GetCommand=true +Commands\22\Max=255 +Commands\22\Min=0 +Commands\22\SetCommand=true +Commands\22\String=\\x14\\x02 +Commands\22\Type=RF Gain +Commands\23\Command29=false +Commands\23\GetCommand=true +Commands\23\Max=255 +Commands\23\Min=0 +Commands\23\SetCommand=true +Commands\23\String=\\x14\\x03 +Commands\23\Type=Squelch +Commands\24\Command29=false +Commands\24\GetCommand=true +Commands\24\Max=255 +Commands\24\Min=0 +Commands\24\SetCommand=true +Commands\24\String=\\x14\\x06 +Commands\24\Type=NR Level +Commands\25\Command29=false +Commands\25\GetCommand=true +Commands\25\Max=255 +Commands\25\Min=0 +Commands\25\SetCommand=true +Commands\25\String=\\x14\\x07 +Commands\25\Type=PBT Inner +Commands\26\Command29=false +Commands\26\GetCommand=true +Commands\26\Max=255 +Commands\26\Min=0 +Commands\26\SetCommand=true +Commands\26\String=\\x14\\x08 +Commands\26\Type=PBT Outer +Commands\27\Command29=false +Commands\27\GetCommand=true +Commands\27\Max=900 +Commands\27\Min=300 +Commands\27\SetCommand=true +Commands\27\String=\\x14\\x09 +Commands\27\Type=CW Pitch +Commands\28\Command29=false +Commands\28\GetCommand=true +Commands\28\Max=255 +Commands\28\Min=0 +Commands\28\SetCommand=true +Commands\28\String=\\x14\\x0a +Commands\28\Type=RF Power +Commands\29\Command29=false +Commands\29\GetCommand=true +Commands\29\Max=255 +Commands\29\Min=0 +Commands\29\SetCommand=true +Commands\29\String=\\x14\\x0b +Commands\29\Type=Mic Gain +Commands\3\Command29=false +Commands\3\GetCommand=true +Commands\3\Max=0 +Commands\3\Min=0 +Commands\3\SetCommand=true +Commands\3\String=\\x02 +Commands\3\Type=Band Edge Freq +Commands\30\Command29=false +Commands\30\GetCommand=true +Commands\30\Max=48 +Commands\30\Min=6 +Commands\30\SetCommand=true +Commands\30\String=\\x14\\x0c +Commands\30\Type=Key Speed +Commands\31\Command29=false +Commands\31\GetCommand=true +Commands\31\Max=255 +Commands\31\Min=0 +Commands\31\SetCommand=true +Commands\31\String=\\x14\\x0d +Commands\31\Type=Manual Notch Width +Commands\32\Command29=false +Commands\32\GetCommand=true +Commands\32\Max=255 +Commands\32\Min=0 +Commands\32\SetCommand=true +Commands\32\String=\\x14\\x0e +Commands\32\Type=Compressor Level +Commands\33\Command29=false +Commands\33\GetCommand=true +Commands\33\Max=255 +Commands\33\Min=0 +Commands\33\SetCommand=true +Commands\33\String=\\x14\\x0f +Commands\33\Type=Break-In Delay +Commands\34\Command29=false +Commands\34\GetCommand=true +Commands\34\Max=255 +Commands\34\Min=0 +Commands\34\SetCommand=true +Commands\34\String=\\x14\\x12 +Commands\34\Type=NB Level +Commands\35\Command29=false +Commands\35\GetCommand=true +Commands\35\Max=255 +Commands\35\Min=0 +Commands\35\SetCommand=true +Commands\35\String=\\x14\\x15 +Commands\35\Type=Monitor Gain +Commands\36\Command29=false +Commands\36\GetCommand=true +Commands\36\Max=255 +Commands\36\Min=0 +Commands\36\SetCommand=true +Commands\36\String=\\x14\\x16 +Commands\36\Type=Vox Gain +Commands\37\Command29=false +Commands\37\GetCommand=true +Commands\37\Max=255 +Commands\37\Min=0 +Commands\37\SetCommand=true +Commands\37\String=\\x14\\x17 +Commands\37\Type=Anti-Vox Gain +Commands\38\Command29=false +Commands\38\GetCommand=true +Commands\38\Max=1 +Commands\38\Min=0 +Commands\38\SetCommand=true +Commands\38\String=\\x15\\x01 +Commands\38\Type=S Meter Sql Status +Commands\39\Command29=false +Commands\39\GetCommand=true +Commands\39\Max=255 +Commands\39\Min=0 +Commands\39\SetCommand=true +Commands\39\String=\\x15\\x02 +Commands\39\Type=S Meter +Commands\4\Command29=false +Commands\4\GetCommand=true +Commands\4\Max=0 +Commands\4\Min=0 +Commands\4\SetCommand=false +Commands\4\String=\\x03 +Commands\4\Type=Freq Get +Commands\40\Command29=false +Commands\40\GetCommand=true +Commands\40\Max=1 +Commands\40\Min=0 +Commands\40\SetCommand=true +Commands\40\String=\\x15\\x05 +Commands\40\Type=Various Squelch +Commands\41\Command29=false +Commands\41\GetCommand=true +Commands\41\Max=1 +Commands\41\Min=0 +Commands\41\SetCommand=true +Commands\41\String=\\x15\\x07 +Commands\41\Type=Overflow Status +Commands\42\Command29=false +Commands\42\GetCommand=true +Commands\42\Max=255 +Commands\42\Min=0 +Commands\42\SetCommand=true +Commands\42\String=\\x15\\x11 +Commands\42\Type=Power Meter +Commands\43\Command29=false +Commands\43\GetCommand=true +Commands\43\Max=255 +Commands\43\Min=0 +Commands\43\SetCommand=true +Commands\43\String=\\x15\\x12 +Commands\43\Type=SWR Meter +Commands\44\Command29=false +Commands\44\GetCommand=true +Commands\44\Max=255 +Commands\44\Min=0 +Commands\44\SetCommand=true +Commands\44\String=\\x15\\x13 +Commands\44\Type=ALC Meter +Commands\45\Command29=false +Commands\45\GetCommand=true +Commands\45\Max=255 +Commands\45\Min=0 +Commands\45\SetCommand=true +Commands\45\String=\\x15\\x14 +Commands\45\Type=Comp Meter +Commands\46\Command29=false +Commands\46\GetCommand=true +Commands\46\Max=255 +Commands\46\Min=0 +Commands\46\SetCommand=true +Commands\46\String=\\x15\\x15 +Commands\46\Type=Vd Meter +Commands\47\Command29=false +Commands\47\GetCommand=true +Commands\47\Max=255 +Commands\47\Min=0 +Commands\47\SetCommand=true +Commands\47\String=\\x15\\x16 +Commands\47\Type=Id Meter +Commands\48\Command29=false +Commands\48\GetCommand=true +Commands\48\Max=3 +Commands\48\Min=0 +Commands\48\SetCommand=true +Commands\48\String=\\x16\\x02 +Commands\48\Type=Preamp Status +Commands\49\Command29=false +Commands\49\GetCommand=true +Commands\49\Max=3 +Commands\49\Min=0 +Commands\49\SetCommand=true +Commands\49\String=\\x16\\x12 +Commands\49\Type=AGC Time Constant +Commands\5\Command29=false +Commands\5\GetCommand=true +Commands\5\Max=0 +Commands\5\Min=0 +Commands\5\SetCommand=false +Commands\5\String=\\x04 +Commands\5\Type=Mode Get +Commands\50\Command29=false +Commands\50\GetCommand=true +Commands\50\Max=1 +Commands\50\Min=0 +Commands\50\SetCommand=true +Commands\50\String=\\x16\\x22 +Commands\50\Type=Noise Blanker +Commands\51\Command29=false +Commands\51\GetCommand=true +Commands\51\Max=1 +Commands\51\Min=0 +Commands\51\SetCommand=true +Commands\51\String=\\x16\\x40 +Commands\51\Type=Noise Reduction +Commands\52\Command29=false +Commands\52\GetCommand=true +Commands\52\Max=1 +Commands\52\Min=0 +Commands\52\SetCommand=true +Commands\52\String=\\x16\\x41 +Commands\52\Type=Auto Notch +Commands\53\Command29=false +Commands\53\GetCommand=true +Commands\53\Max=1 +Commands\53\Min=0 +Commands\53\SetCommand=true +Commands\53\String=\\x16\\x42 +Commands\53\Type=Repeater Tone +Commands\54\Command29=false +Commands\54\GetCommand=true +Commands\54\Max=1 +Commands\54\Min=0 +Commands\54\SetCommand=true +Commands\54\String=\\x16\\x43 +Commands\54\Type=Repeater TSQL +Commands\55\Command29=false +Commands\55\GetCommand=true +Commands\55\Max=1 +Commands\55\Min=0 +Commands\55\SetCommand=true +Commands\55\String=\\x16\\x44 +Commands\55\Type=Compressor Status +Commands\56\Command29=false +Commands\56\GetCommand=true +Commands\56\Max=1 +Commands\56\Min=0 +Commands\56\SetCommand=true +Commands\56\String=\\x16\\x45 +Commands\56\Type=Monitor Status +Commands\57\Command29=false +Commands\57\GetCommand=true +Commands\57\Max=1 +Commands\57\Min=0 +Commands\57\SetCommand=true +Commands\57\String=\\x16\\x46 +Commands\57\Type=Vox Status +Commands\58\Command29=false +Commands\58\GetCommand=true +Commands\58\Max=1 +Commands\58\Min=0 +Commands\58\SetCommand=true +Commands\58\String=\\x16\\x47 +Commands\58\Type=Break-In Status +Commands\59\Command29=false +Commands\59\GetCommand=true +Commands\59\Max=1 +Commands\59\Min=0 +Commands\59\SetCommand=true +Commands\59\String=\\x16\\x48 +Commands\59\Type=Manual Notch +Commands\6\Command29=false +Commands\6\GetCommand=false +Commands\6\Max=0 +Commands\6\Min=0 +Commands\6\SetCommand=true +Commands\6\String=\\x05 +Commands\6\Type=Freq Set +Commands\60\Command29=false +Commands\60\GetCommand=true +Commands\60\Max=1 +Commands\60\Min=0 +Commands\60\SetCommand=true +Commands\60\String=\\x16\\x4a +Commands\60\Type=AFC Function +Commands\61\Command29=false +Commands\61\GetCommand=true +Commands\61\Max=1 +Commands\61\Min=0 +Commands\61\SetCommand=true +Commands\61\String=\\x16\\x4b +Commands\61\Type=Repeater DTCS +Commands\62\Command29=false +Commands\62\GetCommand=true +Commands\62\Max=1 +Commands\62\Min=0 +Commands\62\SetCommand=true +Commands\62\String=\\x16\\x4f +Commands\62\Type=Twin Peak Filter +Commands\63\Command29=false +Commands\63\GetCommand=true +Commands\63\Max=1 +Commands\63\Min=0 +Commands\63\SetCommand=true +Commands\63\String=\\x16\\x50 +Commands\63\Type=Dial Lock Status +Commands\64\Command29=false +Commands\64\GetCommand=true +Commands\64\Max=1 +Commands\64\Min=0 +Commands\64\SetCommand=true +Commands\64\String=\\x16\\x56 +Commands\64\Type=DSP IF Filter +Commands\65\Command29=false +Commands\65\GetCommand=true +Commands\65\Max=2 +Commands\65\Min=0 +Commands\65\SetCommand=true +Commands\65\String=\\x16\\x58 +Commands\65\Type=SSB TX Bandwidth +Commands\66\Command29=false +Commands\66\GetCommand=true +Commands\66\Max=1 +Commands\66\Min=0 +Commands\66\SetCommand=true +Commands\66\String=\\x16\\x59 +Commands\66\Type=VFO Dual Watch +Commands\67\Command29=false +Commands\67\GetCommand=true +Commands\67\Max=2 +Commands\67\Min=0 +Commands\67\SetCommand=true +Commands\67\String=\\x16\\x5b +Commands\67\Type=Repeater CSQL +Commands\68\Command29=false +Commands\68\GetCommand=true +Commands\68\Max=1 +Commands\68\Min=0 +Commands\68\SetCommand=true +Commands\68\String=\\x16\\x5c +Commands\68\Type=GPS TX Mode +Commands\69\Command29=false +Commands\69\GetCommand=true +Commands\69\Max=9 +Commands\69\Min=0 +Commands\69\SetCommand=true +Commands\69\String=\\x16\\x5d +Commands\69\Type=Tone Squelch Type +Commands\7\Command29=false +Commands\7\GetCommand=false +Commands\7\Max=0 +Commands\7\Min=0 +Commands\7\SetCommand=true +Commands\7\String=\\x06 +Commands\7\Type=Mode Set +Commands\70\Command29=false +Commands\70\GetCommand=true +Commands\70\Max=1 +Commands\70\Min=0 +Commands\70\SetCommand=true +Commands\70\String=\\x16\\x65 +Commands\70\Type=IP Plus Status +Commands\71\Command29=false +Commands\71\GetCommand=true +Commands\71\Max=1 +Commands\71\Min=0 +Commands\71\SetCommand=true +Commands\71\String=\\x16\\z5a +Commands\71\Type=Satellite Mode +Commands\72\Command29=false +Commands\72\GetCommand=true +Commands\72\Max=30 +Commands\72\Min=0 +Commands\72\SetCommand=true +Commands\72\String=\\x17 +Commands\72\Type=Send CW +Commands\73\Command29=false +Commands\73\GetCommand=true +Commands\73\Max=1 +Commands\73\Min=0 +Commands\73\SetCommand=true +Commands\73\String=\\x18 +Commands\73\Type=Power Control +Commands\74\Command29=false +Commands\74\GetCommand=true +Commands\74\Max=0 +Commands\74\Min=0 +Commands\74\SetCommand=true +Commands\74\String=\\x19\\x00 +Commands\74\Type=Transceiver ID +Commands\75\Command29=false +Commands\75\GetCommand=true +Commands\75\Max=107 +Commands\75\Min=1 +Commands\75\SetCommand=true +Commands\75\String=\\x1a\\x00 +Commands\75\Type=Memory Contents +Commands\76\Command29=false +Commands\76\GetCommand=true +Commands\76\Max=0 +Commands\76\Min=1 +Commands\76\SetCommand=true +Commands\76\String=\\x1a\\x01 +Commands\76\Type=Band Stacking Reg +Commands\77\Command29=false +Commands\77\GetCommand=true +Commands\77\Max=10000 +Commands\77\Min=50 +Commands\77\SetCommand=true +Commands\77\String=\\x1a\\x03 +Commands\77\Type=Filter Width +Commands\78\Command29=false +Commands\78\GetCommand=true +Commands\78\Max=1 +Commands\78\Min=0 +Commands\78\SetCommand=true +Commands\78\String=\\x1a\\x05\\x00\\x43 +Commands\78\Type=Quick Split +Commands\79\Command29=false +Commands\79\GetCommand=true +Commands\79\Max=0 +Commands\79\Min=0 +Commands\79\SetCommand=true +Commands\79\String=\\x1a\\x05\\x00\\x72 +Commands\79\Type=REF Adjust +Commands\8\Command29=false +Commands\8\GetCommand=true +Commands\8\Max=0 +Commands\8\Min=0 +Commands\8\SetCommand=true +Commands\8\String=\\x07\\x00 +Commands\8\Type=VFO A Select +Commands\80\Command29=false +Commands\80\GetCommand=true +Commands\80\Max=0 +Commands\80\Min=0 +Commands\80\SetCommand=true +Commands\80\String=\\x1a\\x05\\x00\\x73 +Commands\80\Type=REF Adjust Fine +Commands\81\Command29=false +Commands\81\GetCommand=true +Commands\81\Max=0 +Commands\81\Min=0 +Commands\81\SetCommand=true +Commands\81\String=\\x1a\\x05\\x01\\x12 +Commands\81\Type=ACC1 Mod Level +Commands\82\Command29=false +Commands\82\GetCommand=true +Commands\82\Max=0 +Commands\82\Min=0 +Commands\82\SetCommand=true +Commands\82\String=\\x1a\\x05\\x01\\x13 +Commands\82\Type=USB Mod Level +Commands\83\Command29=false +Commands\83\GetCommand=true +Commands\83\Max=0 +Commands\83\Min=0 +Commands\83\SetCommand=true +Commands\83\String=\\x1a\\x05\\x01\\x14 +Commands\83\Type=LAN Mod Level +Commands\84\Command29=false +Commands\84\GetCommand=true +Commands\84\Max=5 +Commands\84\Min=0 +Commands\84\SetCommand=true +Commands\84\String=\\x1a\\x05\\x01\\x15 +Commands\84\Type=Data Off Mod Input +Commands\85\Command29=false +Commands\85\GetCommand=true +Commands\85\Max=5 +Commands\85\Min=0 +Commands\85\SetCommand=true +Commands\85\String=\\x1a\\x05\\x01\\x16 +Commands\85\Type=DATA1 Mod Input +Commands\86\Command29=false +Commands\86\GetCommand=true +Commands\86\Max=1 +Commands\86\Min=0 +Commands\86\SetCommand=true +Commands\86\String=\\x1a\\x05\\x01\\x27 +Commands\86\Type=CIV Transceive +Commands\87\Command29=false +Commands\87\GetCommand=true +Commands\87\Max=0 +Commands\87\Min=0 +Commands\87\SetCommand=true +Commands\87\String=\\x1a\\x05\\x01\\x79 +Commands\87\Type=System Date +Commands\88\Command29=false +Commands\88\GetCommand=true +Commands\88\Max=0 +Commands\88\Min=0 +Commands\88\SetCommand=true +Commands\88\String=\\x1a\\x05\\x01\\x80 +Commands\88\Type=System Time +Commands\89\Command29=false +Commands\89\GetCommand=true +Commands\89\Max=0 +Commands\89\Min=0 +Commands\89\SetCommand=true +Commands\89\String=\\x1a\\x05\\x01\\x84 +Commands\89\Type=UTC Offset +Commands\9\Command29=false +Commands\9\GetCommand=true +Commands\9\Max=0 +Commands\9\Min=0 +Commands\9\SetCommand=true +Commands\9\String=\\x07\\x01 +Commands\9\Type=VFO B Select +Commands\90\Command29=false +Commands\90\GetCommand=true +Commands\90\Max=0 +Commands\90\Min=0 +Commands\90\SetCommand=true +Commands\90\String=\\x1a\\x05\\x02\\x24 +Commands\90\Type=Dash Ratio +Commands\91\Command29=false +Commands\91\GetCommand=true +Commands\91\Max=0 +Commands\91\Min=0 +Commands\91\SetCommand=true +Commands\91\String=\\x1a\\x06 +Commands\91\Type=Data Mode Filter +Commands\92\Command29=false +Commands\92\GetCommand=true +Commands\92\Max=63 +Commands\92\Min=0 +Commands\92\SetCommand=true +Commands\92\String=\\x1a\\x07 +Commands\92\Type=Satellite Memory +Commands\93\Command29=false +Commands\93\GetCommand=true +Commands\93\Max=0 +Commands\93\Min=43 +Commands\93\SetCommand=true +Commands\93\String=\\x1b\\x00 +Commands\93\Type=Tone Frequency +Commands\94\Command29=false +Commands\94\GetCommand=true +Commands\94\Max=0 +Commands\94\Min=43 +Commands\94\SetCommand=true +Commands\94\String=\\x1b\\x01 +Commands\94\Type=TSQL Frequency +Commands\95\Command29=false +Commands\95\GetCommand=true +Commands\95\Max=0 +Commands\95\Min=17 +Commands\95\SetCommand=true +Commands\95\String=\\x1b\\x02 +Commands\95\Type=DTCS Code/Polarity +Commands\96\Command29=false +Commands\96\GetCommand=true +Commands\96\Max=63 +Commands\96\Min=0 +Commands\96\SetCommand=true +Commands\96\String=\\x1b\\x07 +Commands\96\Type=CSQL Code +Commands\97\Command29=false +Commands\97\GetCommand=true +Commands\97\Max=1 +Commands\97\Min=0 +Commands\97\SetCommand=true +Commands\97\String=\\x1c\\x00 +Commands\97\Type=Transceiver Status +Commands\98\Command29=false +Commands\98\GetCommand=true +Commands\98\Max=1 +Commands\98\Min=0 +Commands\98\SetCommand=true +Commands\98\String=\\x1c\\x02 +Commands\98\Type=XFC Status +Commands\99\Command29=false +Commands\99\GetCommand=true +Commands\99\Max=1 +Commands\99\Min=0 +Commands\99\SetCommand=true +Commands\99\String=\\x1c\\x03 +Commands\99\Type=Read TX Freq +Commands\size=129 Filters\1\Modes=0 Filters\1\Name=FIL1 -Filters\2\Num=2 +Filters\1\Num=1 Filters\2\Modes=0 Filters\2\Name=FIL2 -Filters\3\Num=3 +Filters\2\Num=2 Filters\3\Modes=0 Filters\3\Name=FIL3 +Filters\3\Num=3 Filters\size=3 +HasCommand29=false +HasEthernet=true +HasFDComms=true +HasLAN=true +HasSpectrum=true +HasTransmit=true +HasWiFi=false +Inputs\1\Name=MIC +Inputs\1\Num=0 +Inputs\1\Reg=0 +Inputs\2\Name=ACC +Inputs\2\Num=1 +Inputs\2\Reg=1 +Inputs\3\Name=M/A +Inputs\3\Num=2 +Inputs\3\Reg=2 +Inputs\4\Name=USB +Inputs\4\Num=3 +Inputs\4\Reg=3 +Inputs\5\Name=M/U +Inputs\5\Num=4 +Inputs\5\Reg=4 +Inputs\6\Name=LAN +Inputs\6\Num=5 +Inputs\6\Reg=5 +Inputs\size=6 +Manufacturer=Icom +MemFormat=%1.1a %2.2b %4.1c %5.5f %10.1g %11.1h %12.1i %13.1j %14.1m %15.3n %18.3o %21.1p %22.2q %24.1r %25.3s %28.8t %36.8u %44.8v %52.16z +MemGroups=3 +MemStart=1 +Memories=107 +Model=IC-9700 +Modes\1\Max=3600 +Modes\1\Min=50 +Modes\1\Name=LSB +Modes\1\Num=0 +Modes\1\Reg=0 +Modes\10\Max=0 +Modes\10\Min=0 +Modes\10\Name=DD +Modes\10\Num=14 +Modes\10\Reg=22 +Modes\2\Max=3600 +Modes\2\Min=50 +Modes\2\Name=USB +Modes\2\Num=1 +Modes\2\Reg=1 +Modes\3\Max=10000 +Modes\3\Min=200 +Modes\3\Name=AM +Modes\3\Num=2 +Modes\3\Reg=2 +Modes\4\Max=3600 +Modes\4\Min=50 +Modes\4\Name=CW +Modes\4\Num=3 +Modes\4\Reg=3 +Modes\5\Max=2700 +Modes\5\Min=50 +Modes\5\Name=RTTY +Modes\5\Num=4 +Modes\5\Reg=4 +Modes\6\Max=0 +Modes\6\Min=0 +Modes\6\Name=FM +Modes\6\Num=5 +Modes\6\Reg=5 +Modes\7\Max=3600 +Modes\7\Min=50 +Modes\7\Name=CW-R +Modes\7\Num=6 +Modes\7\Reg=7 +Modes\8\Max=2700 +Modes\8\Min=50 +Modes\8\Name=RTTY-R +Modes\8\Num=7 +Modes\8\Reg=8 +Modes\9\Max=0 +Modes\9\Min=0 +Modes\9\Name=DV +Modes\9\Num=12 +Modes\9\Reg=17 +Modes\size=10 +NumberOfReceivers=2 +NumberOfVFOs=2 +Periodic\1\Command=Attenuator Status +Periodic\1\Priority=Medium Low +Periodic\1\VFO=-1 +Periodic\10\Command=Overflow Status +Periodic\10\Priority=High +Periodic\10\VFO=0 +Periodic\11\Command=Preamp Status +Periodic\11\Priority=Medium Low +Periodic\11\VFO=-1 +Periodic\12\Command=RF Gain +Periodic\12\Priority=Medium +Periodic\12\VFO=0 +Periodic\13\Command=RF Power +Periodic\13\Priority=Medium +Periodic\13\VFO=0 +Periodic\14\Command=S Meter +Periodic\14\Priority=Highest +Periodic\14\VFO=-1 +Periodic\15\Command=Scope Main Hold +Periodic\15\Priority=Medium +Periodic\15\VFO=0 +Periodic\16\Command=Scope Main Mode +Periodic\16\Priority=Medium High +Periodic\16\VFO=0 +Periodic\17\Command=Scope Main Span +Periodic\17\Priority=Medium High +Periodic\17\VFO=0 +Periodic\18\Command=Scope Main Speed +Periodic\18\Priority=Medium +Periodic\18\VFO=0 +Periodic\19\Command=Selected Freq +Periodic\19\Priority=Medium +Periodic\19\VFO=0 +Periodic\2\Command=Compressor Status +Periodic\2\Priority=Medium Low +Periodic\2\VFO=0 +Periodic\20\Command=Selected Mode +Periodic\20\Priority=Medium +Periodic\20\VFO=0 +Periodic\21\Command=Squelch +Periodic\21\Priority=Medium Low +Periodic\21\VFO=-1 +Periodic\22\Command=Tone Squelch Type +Periodic\22\Priority=Medium Low +Periodic\22\VFO=-1 +Periodic\23\Command=Transceiver Status +Periodic\23\Priority=High +Periodic\23\VFO=0 +Periodic\24\Command=Tuning Step +Periodic\24\Priority=Medium Low +Periodic\24\VFO=-1 +Periodic\25\Command=Unselected Freq +Periodic\25\Priority=Medium +Periodic\25\VFO=0 +Periodic\26\Command=Unselected Mode +Periodic\26\Priority=Medium +Periodic\26\VFO=0 +Periodic\27\Command=VFO Dual Watch +Periodic\27\Priority=Medium +Periodic\27\VFO=0 +Periodic\28\Command=Vox Status +Periodic\28\Priority=Medium Low +Periodic\28\VFO=0 +Periodic\3\Command=Data Off Mod Input +Periodic\3\Priority=Medium High +Periodic\3\VFO=0 +Periodic\4\Command=DATA1 Mod Input +Periodic\4\Priority=Medium High +Periodic\4\VFO=0 +Periodic\5\Command=IP Plus Status +Periodic\5\Priority=Medium Low +Periodic\5\VFO=0 +Periodic\6\Command=Monitor Gain +Periodic\6\Priority=Medium Low +Periodic\6\VFO=0 +Periodic\7\Command=Monitor Status +Periodic\7\Priority=Medium Low +Periodic\7\VFO=0 +Periodic\8\Command=Noise Blanker +Periodic\8\Priority=Medium Low +Periodic\8\VFO=0 +Periodic\9\Command=Noise Reduction +Periodic\9\Priority=Medium Low +Periodic\9\VFO=0 +Periodic\size=28 +Preamps\1\Name=INT/EXT OFF +Preamps\1\Num=0 +Preamps\2\Name=INT ON +Preamps\2\Num=1 +Preamps\3\Name=EXT ON +Preamps\3\Num=2 +Preamps\4\Name=INT/EXT ON +Preamps\4\Num=3 +Preamps\size=4 +RigCtlDModel=3081 +SatFormat=%1.2b %3.5f %8.1g %9.1h %10.1i %11.1l %12.1m %13.3n %16.3o %19.1p %20.2q %22.1r %23.8t %31.8u %39.8v %47.5F %52.1G %53.1H %54.1I %55.1K %56.1M %57.3N %60.3O %63.1P %64.2Q %66.1R %67.8T %75.8U %83.8V %91.16z +SatMemories=99 +Spans\1\Freq=2500 +Spans\1\Name=\xb1\x32.5 KHz +Spans\1\Num=0 +Spans\2\Freq=5000 +Spans\2\Name=\xb1\x35 KHz +Spans\2\Num=1 +Spans\3\Freq=10000 +Spans\3\Name=\xb1\x31\x30 KHz +Spans\3\Num=2 +Spans\4\Freq=25000 +Spans\4\Name=\xb1\x32\x35 KHz +Spans\4\Num=3 +Spans\5\Freq=50000 +Spans\5\Name=\xb1\x35\x30 KHz +Spans\5\Num=4 +Spans\6\Freq=100000 +Spans\6\Name=\xb1\x31\x30\x30 KHz +Spans\6\Num=5 +Spans\7\Freq=250000 +Spans\7\Name=\xb1\x32\x35\x30 KHz +Spans\7\Num=6 +Spans\8\Freq=500000 +Spans\8\Name=\xb1\x35\x30\x30 KHz +Spans\8\Num=7 +Spans\size=8 +SpectrumAmpMax=160 +SpectrumLenMax=475 +SpectrumSeqMax=11 +Tuning%20Steps\1\Hz=1 +Tuning%20Steps\1\Name=1 Hz +Tuning%20Steps\1\Num=0 +Tuning%20Steps\10\Hz=8333 +Tuning%20Steps\10\Name=8.333 KHz +Tuning%20Steps\10\Num=0 +Tuning%20Steps\11\Hz=9000 +Tuning%20Steps\11\Name=9 KHz +Tuning%20Steps\11\Num=0 +Tuning%20Steps\12\Hz=10000 +Tuning%20Steps\12\Name=10 KHz +Tuning%20Steps\12\Num=6 +Tuning%20Steps\13\Hz=12500 +Tuning%20Steps\13\Name=12.5 KHz +Tuning%20Steps\13\Num=7 +Tuning%20Steps\14\Hz=20000 +Tuning%20Steps\14\Name=20 KHz +Tuning%20Steps\14\Num=8 +Tuning%20Steps\15\Hz=25000 +Tuning%20Steps\15\Name=25 KHz +Tuning%20Steps\15\Num=9 +Tuning%20Steps\16\Hz=50000 +Tuning%20Steps\16\Name=50 KHz +Tuning%20Steps\16\Num=10 +Tuning%20Steps\17\Hz=100000 +Tuning%20Steps\17\Name=100 KHz +Tuning%20Steps\17\Num=11 +Tuning%20Steps\18\Hz=250000 +Tuning%20Steps\18\Name=250 KHz +Tuning%20Steps\18\Num=0 +Tuning%20Steps\19\Hz=1000000 +Tuning%20Steps\19\Name=1 MHz +Tuning%20Steps\19\Num=0 +Tuning%20Steps\2\Hz=10 +Tuning%20Steps\2\Name=10 Hz +Tuning%20Steps\2\Num=0 +Tuning%20Steps\3\Hz=100 +Tuning%20Steps\3\Name=100 Hz +Tuning%20Steps\3\Num=1 +Tuning%20Steps\4\Hz=500 +Tuning%20Steps\4\Name=500 Hz +Tuning%20Steps\4\Num=2 +Tuning%20Steps\5\Hz=1000 +Tuning%20Steps\5\Name=1 Khz +Tuning%20Steps\5\Num=3 +Tuning%20Steps\6\Hz=2500 +Tuning%20Steps\6\Name=2.5 KHz +Tuning%20Steps\6\Num=0 +Tuning%20Steps\7\Hz=5000 +Tuning%20Steps\7\Name=5 KHz +Tuning%20Steps\7\Num=4 +Tuning%20Steps\8\Hz=6125 +Tuning%20Steps\8\Name=6.125 KHz +Tuning%20Steps\8\Num=0 +Tuning%20Steps\9\Hz=6250 +Tuning%20Steps\9\Name=6.25 KHz +Tuning%20Steps\9\Num=5 +Tuning%20Steps\size=19 diff --git a/settingswidget.ui b/settingswidget.ui index de2bba6..79091f7 100644 --- a/settingswidget.ui +++ b/settingswidget.ui @@ -6,7 +6,7 @@ 0 0 - 1020 + 1100 606 @@ -1200,6 +1200,9 @@ ONLY use Manual CI-V when Transceive mode is not supported 250 + + 25 + @@ -1377,7 +1380,7 @@ ONLY use Manual CI-V when Transceive mode is not supported 0 0 - 804 + 884 320 diff --git a/wfmain.cpp b/wfmain.cpp index 9cf4cf3..87d417f 100644 --- a/wfmain.cpp +++ b/wfmain.cpp @@ -21,6 +21,8 @@ bool debugModeLogging = true; bool debugModeLogging = false; #endif +bool insaneDebugLogging = false; + wfmain::wfmain(const QString settingsFile, const QString logFile, bool debugMode, QWidget *parent ) : QMainWindow(parent), ui(new Ui::wfmain), @@ -4937,6 +4939,7 @@ void wfmain::initLogging() qInstallMessageHandler(messageHandler); connect(logWindow, SIGNAL(setDebugMode(bool)), this, SLOT(setDebugLogging(bool))); + connect(logWindow, SIGNAL(setInsaneLoggingMode(bool)), this, SLOT(setInsaneDebugLogging(bool))); // Interval timer for log window updates: logCheckingTimer.setInterval(100); @@ -4969,10 +4972,15 @@ void wfmain::setDebugLogging(bool debugModeOn) debugModeLogging = debugModeOn; } +void wfmain::setInsaneDebugLogging(bool insaneLoggingOn) +{ + insaneDebugLogging = insaneLoggingOn; +} + void wfmain::messageHandler(QtMsgType type, const QMessageLogContext& context, const QString& msg) { // Open stream file writes - bool insaneDebugLogging = false; + // bool insaneDebugLogging = true;// global if (type == QtDebugMsg && !debugModeLogging) { return; diff --git a/wfmain.h b/wfmain.h index fc6a262..a0c2462 100644 --- a/wfmain.h +++ b/wfmain.h @@ -425,6 +425,7 @@ private slots: void setRadioTimeDateSend(); void logCheck(); void setDebugLogging(bool debugModeOn); + void setInsaneDebugLogging(bool insaneLoggingOn); void buttonControl(const COMMAND* cmd); diff --git a/wfview.pro b/wfview.pro index aefb0c7..ffc70ba 100644 --- a/wfview.pro +++ b/wfview.pro @@ -21,7 +21,7 @@ contains(DEFINES,USB_CONTROLLER){ TARGET = wfview TEMPLATE = app -DEFINES += WFVIEW_VERSION=\\\"1.91\\\" +DEFINES += WFVIEW_VERSION=\\\"1.94\\\" DEFINES += BUILD_WFVIEW