Author Topic: Disabling PWM Output  (Read 4860 times)

bmillereng

  • Newbie
  • Posts: 2
    • View Profile
    • Welcome to B. Miller Engineering
Disabling PWM Output
« 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.

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re:Disabling PWM Output
« Reply #1 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.
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

bmillereng

  • Newbie
  • Posts: 2
    • View Profile
    • Welcome to B. Miller Engineering
Re:Disabling PWM Output
« Reply #2 on: June 09, 2012, 06:15:56 AM »
That is what I suspected. Your suggestion might work fine. Thanks!