Hi,
As I just upgrading the AB PLC to Siemens PLC I have small doubt regarding the logic
In the logic there is a TON timer with 900sec preset and most of the rungs used a bit .ACC/0 bit , when I tried to simulate the logic it is showing blinking like every second. In siemens I believe we can use the clock pulse to implement this. Am I correct?
Regards
Sandeep
AB RSlogix500 timer bit
-
- Posts: 32
- Joined: Fri Oct 03, 2008 2:17 am
- Location: America
Re: AB RSlogix500 timer bit
In AB the timers use the time value in ms. 900 means 900ms. Use the bit TIME.DN to perform an action when the timer expire.