¿ªÔÆÌåÓýPhil,There is an IDD scale with a maximum of 50 Suggest you scale your 705 IDD measurement to a scale of 50. ?? ???? ??? mtr = 50.0 * mtr / 241.0; ?? ???? ??? if (mtr > 50) mtr = 50; Then change void cbALC_IDD_SWR() { ?? ?switch (meter_image) { ?? ???? case ALC_IMAGE: ?? ???? ??? if (selrig->has_idd_control) { ?? ???? ??? ??? btnALC_IDD_SWR->image(image_idd25); ?? ???? ??? ??? meter_image = IDD_IMAGE; ?? ???? ??? ??? sldrIDD->show(); ?? ???? ??? ??? { ?? ???? ??? ??? ??? guard_lock serial_lock(&mutex_serial, "40"); ?? ???? ??? ??? ??? trace(1, "cbALC_IDD_SWR()? 2"); ?? ???? ??? ??? ??? selrig->select_idd(); ?? ???? ??? ??? } ?? ???? ??? ??? break; ?? ???? ??? } ?? ???? case IDD_IMAGE: to image_idd50 Let us know if that works for you. David On 10/30/24 10:20, Philip Rose, GM3ZZA
via groups.io wrote:
|