Hello
I would like to use the script to measure power up to 300 watts.
At 270 watts, 4.06 volts are measured.
I have expanded the arrays (21):
float rvolt[21] = {0.00, 0.35, 0.58, 0.75, 0.90, 1.01, 1.12, 1.24, 1.35, 1.47, 1.58, 1.92, 2.42, 2.7, 3.0, 3.13, 3.39, 3.62, 3.83, 3.98, 4.06};
float rwatt[21] = {0.0, 5.0, 10.0, 15.0, 20.0, 25.0, 30.0, 35.0, 40.0, 45.0, 50.0, 75.0, 110.0, 140.0, 160.0, 180.0, 200.0, 230.0, 250.0, 260.0, 270.0};
Although the voltage from the SWR bridge is displayed stably on the voltmeter, the display sometimes jumps back and forth by 50 watts at 150 watts.
Then, power values above 100 watts are "only" displayed with three digits.
Can anyone help me resolve these issues?
Hello
I would like to use the script to measure power up to 300 watts.
At 270 watts, 4.06 volts are measured.
I have expanded the arrays (21):
float rvolt[21] = {0.00, 0.35, 0.58, 0.75, 0.90, 1.01, 1.12, 1.24, 1.35, 1.47, 1.58, 1.92, 2.42, 2.7, 3.0, 3.13, 3.39, 3.62, 3.83, 3.98, 4.06};
float rwatt[21] = {0.0, 5.0, 10.0, 15.0, 20.0, 25.0, 30.0, 35.0, 40.0, 45.0, 50.0, 75.0, 110.0, 140.0, 160.0, 180.0, 200.0, 230.0, 250.0, 260.0, 270.0};
Although the voltage from the SWR bridge is displayed stably on the voltmeter, the display sometimes jumps back and forth by 50 watts at 150 watts.
Then, power values above 100 watts are "only" displayed with three digits.
Can anyone help me resolve these issues?