1st time

RogerBrunner

Member
Join Date
Feb 2017
Location
Florida
Posts
42
I'm new to PLC programming, however my system seems very simple compared to others I've been reading on this site. I have layout my 1st system diagram and 95% of it appears to be working correctly.

I4 and I5 trigger Q5, Q6, Q7, Q8, Q9 for 30 Sec. and drop out if I4 clears before 30 Sec., however I5 is only a momentary button.

Any suggestions!!!!

gate.PNG
 
I'm new to PLC programming, however my system seems very simple compared to others I've been reading on this site. I have layout my 1st system diagram and 95% of it appears to be working correctly.

I4 and I5 trigger Q5, Q6, Q7, Q8, Q9 for 30 Sec. and drop out if I4 clears before 30 Sec., however I5 is only a momentary button.

Any suggestions!!!!
Are you working with a Siemens Logo? Anyway, in Logo there's a block named Wiping Relay: it receives a trigger signal (pulse) and the output is activated only during a period of time. Look for a similar block in your software instead of using a simple timer.
 
Ok. Use Edge–Triggered Interval Time – Delay Relay instead of Interval Time–Delay Relay - Pulse Output (B010 in your diagram).
 

Similar Topics

As far as I know the UKCA mark is mandatory from 2023, and that is 9 months from now. That is not a lot of time to investigate, design, validate...
Replies
22
Views
4,734
Hi All, I cannot seem to find a way to move a Boolean from an Arrays UDT into a DINT. I have an Array of 32 elements with a UDT data type of 4...
Replies
3
Views
1,740
Stupid question i know but i know i have seen this done before and yet i cant get it to work For the preset value of a TON I want to use a tag...
Replies
3
Views
1,817
Hey guys, I need help calculating first Monday of the month. Has anyone ever had to perform such calculation? Rockwell has UFDB that calculates...
Replies
10
Views
2,688
Hi, I have received a copy of a PLC program for a customers Carton erector that uses a beckhoff PLC and HMI. I just downloaded the trial version...
Replies
8
Views
2,265
Back
Top Bottom