News:

  • May 02, 2024, 06:55:36 PM

Login with username, password and session length

Author Topic: Timers  (Read 1729 times)

ftnguy

  • Newbie
  • *
  • Posts: 1
Timers
« on: January 11, 2019, 10:26:02 AM »
I have been programming with RSLogix for years but new to Directsoft.  When using a timer,  how do you use a bit tied to that timer for an enable bit or a done bit or a timing timer bit?

b_carlton

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 606
    • thePLCguy
Re: Timers
« Reply #1 on: January 11, 2019, 11:14:24 AM »
Enable - parallel the timer with a C bit coil

Timing - parallel the timer with an XIO of the timer Done bit to a C bit coil

http://www.theplcguy.com/ABtoAD/TimersAndCounters.htm
« Last Edit: January 11, 2019, 11:44:27 AM by b_carlton »
An output is a PLC's way of getting its inputs to change.