Hi Rob,
I also have a signal on both PWMs, but it doesn't work in the forever loop. Try the following:
a. Only turn on number 1 that is PWM 1; then nothing happens.
b. Only turn on number 2; then only the PWM 1 that should actually be activated at (1) will start, not both.
c. Only turn on number 3, then it is correct PWM2 works.
Forever loop
-----------------------------( 1 )--------------------------------------------
SOUND_L(100,2) -- NOT WORKING
Delay_1S(1)
------------------------------------------( 2 )----------------------------
SOUND_C(100,4) -- JUST pwm1 WORKS, not pmw2
Delay_1S(1)
------------------------------------------( 3 )-----------------------------
SOUND_R(100,6) -- Works correctly
Delay_1S(3)
--------------------------------------------------------------------------
End loop
Op vrijdag 15 augustus 2025 om 09:57:46 UTC+2 schreef Rob CJ: