What I mean by ' no longer operates correctly ' is that when I operate the T100MD 888 with custom function :-
'
'Set up control values for side shift
'====================================
' set pwm level for side shift function & shift to 5th
setPWM 1,3500,500
delay 10
setPWM 1,9000,500
delay 27
setPWM 1,0,500
delay 10
setPWM 1,4500,500
delay 5
setPWM 1,4600,500
delay 20
setPWM 1,0,500
delay 10
setPWM 1,4600,500
delay 20
setPWM 1,3000,500
setPWM 2,3500,500
delay 30
setPWM 1,3000,500
setPWM 2,9000,500
delay 100
setPWM 1,0,5500
setPWM 2,3500,500
delay 2000
setPWM 1,0,500
setPWM 2,0,500
delay 5000
the outputs PWM1 ( Output 7 ) & PWM2 ( Output 8 ) work correctly and switch the SSR's as per the custom function, but if I try to use
a FMD88-10 the same outputs only give a short duration pulse if anything at all.