Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2d51b63

Browse files
committed
Add ID, VD & Comp meter cals for FT991
Power level should return 0 when power is 0
1 parent 15ab655 commit 2d51b63

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

‎rigs/yaesu/ft991.c‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ const struct rig_caps ft991_caps =
185185
.chan_desc_sz = 0,
186186
.rfpower_meter_cal = FT991_RFPOWER_METER_CAL,
187187
.str_cal = FT991_STR_CAL,
188+
.id_meter_cal = FT991_ID_CAL,
189+
.vd_meter_cal = FT991_VD_CAL,
190+
.comp_meter_cal = FT991_COMP_CAL,
188191
.chan_list = {
189192
{ 1, 99, RIG_MTYPE_MEM, NEWCAT_MEM_CAP },
190193
{ 100, 117, RIG_MTYPE_EDGE, NEWCAT_MEM_CAP }, /* two by two */

‎rigs/yaesu/ft991.h‎

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@
7575
// Borrowed from FLRig -- Thanks to Dave W1HKJ
7676
#define FT991_RFPOWER_METER_CAL \
7777
{ \
78-
6, \
78+
7, \
7979
{ \
80+
{0, 0.0f}, \
8081
{10, 0.8f}, \
8182
{50, 8.0f}, \
8283
{100, 26.0f}, \
@@ -108,6 +109,40 @@
108109
} }
109110

110111

112+
#define FT991_ID_CAL { 7, \
113+
{ \
114+
{ 0, 0.0f }, \
115+
{ 53, 5.0f }, \
116+
{ 65, 6.0f }, \
117+
{ 78, 7.0f }, \
118+
{ 86, 8.0f }, \
119+
{ 98, 9.0f }, \
120+
{ 107, 10.0f } \
121+
} \
122+
}
123+
124+
#define FT991_VD_CAL { 3, \
125+
{ \
126+
{ 0, 0.0f }, \
127+
{ 189, 13.6f }, \
128+
{ 192, 13.8f }, \
129+
} \
130+
}
131+
132+
#define FT991_COMP_CAL { 9, \
133+
{ \
134+
{ 0, 0.0f }, \
135+
{ 40, 2.5f }, \
136+
{ 60, 5.0f }, \
137+
{ 85, 7.5f }, \
138+
{ 135, 10.0f }, \
139+
{ 150, 12.5f }, \
140+
{ 175, 15.0f }, \
141+
{ 195, 17.5f }, \
142+
{ 220, 20.0f } \
143+
} \
144+
}
145+
111146
/*
112147
* Other features (used by rig_caps)
113148
*

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /