Internet PLC Forum

General => Technical support => Topic started by: bmillereng on June 08, 2012, 10:34:27 PM

Title: Disabling PWM Output
Post by: bmillereng on June 08, 2012, 10:34:27 PM
Is there a way to disable the PWM output after it is activated, without a reboot, so the same output can be used normally from ladder logic or Basic? I have not been able to find anything in the documentation.
Title: Re:Disabling PWM Output
Post by: support on June 09, 2012, 01:53:02 AM
Once defined as a PWM there is no way to re-define it as a normal output until a reboot occur. The only way to use it like a regular output is use TBASIC to set it to 100% duty cycle for fully ON and 0% duty cycle for fully OFF.
Title: Re:Disabling PWM Output
Post by: bmillereng on June 09, 2012, 06:15:56 AM
That is what I suspected. Your suggestion might work fine. Thanks!