coding w/o one_shot_falling

Butch

Member
Join Date
Nov 2005
Location
Rural Illinois
Posts
17
HI, being a novice and currently having brain "****" My problem is: I need to trigger a long ( 3 min.) timer when I start a shut down sequence. The limitations are: the PLC I'm using is only capable of 0.01 time base and 32,xxx. So I'm using a delay on break timer with a counter to reach the required real time, but without the one shot falling command, I'm not seeing away to trigger the timer. I thought of either NAND &/or NOR logic but having a problem implementing it.
 
3 minutes would be 180 seconds or a preset of 18,000 to a .01 time base timer. I take it from you description that it's capable of up to 32 thousand somehting. Why then would you need the counter? Can you be more specific on you PLC type and model number?
 
If your PLC function set doesn't include one shots, here's how to roll your own.


Trigger Inhibit1 One_shot_Rising
--] [-------]/[--------------( )----

Trigger Inhibit1
--] [------------------------( )----


Trigger Inhibit2 One_shot_Falling
--]/[-------]/[--------------( )----

Trigger Inhibit2
--]/[------------------------( )----




The coil "One_Shot_Rising" will turn on for one scan when "Trigger" goes from OFF to ON.
The coil "One_Shot_Falling" will turn on for one scan when "Trigger" goes from ON to OFF.
 

Similar Topics

Hello, I was wondering if anyone has a ControlLogix block or routine for encoding and decoding base64. I figured I would ask before diving into...
Replies
1
Views
257
Hello All, I hope we are all doing great and have a healthy and happy 2023!! I was wondering if anyone could help me decode this Motor Name...
Replies
15
Views
5,293
I have a Mitsubishi FX2N-64MR-UA1 processor. The 1st analog output card is an FX2N-4DA. It requires 24VDC power. That card is obsolete. The card...
Replies
1
Views
1,559
I has a requirement, in 87-90 minutes need increase the burner to 280 degree celcius and every minute only can increase 3 degree celcius. The...
Replies
23
Views
5,286
Hi All, I am trying to use FactoryTalk studio for SCADA design. How is the scripting done? I have previously worked with Ignition SCADA, and...
Replies
5
Views
1,998
Back
Top Bottom