flashing relay

gh_ounie

Member
Join Date
Dec 2007
Location
aleppo
Posts
73
At step7 S300 I need an optimized function for flashing relay with one input and two output when the signal change from 0 to 1 on input the output number 1 energize and at the next time when the input stat convey from 0 to 1 the output number2 energize
 
Here's one implementation:

Code:
	  A	 #bInput
	  FP	#bEdgeStore
	  JCN   noed
	  AN	#bQ1
	  =	 #bQ1
noed: AN	#bQ1
	  =	 #bQ2
 
I'm not sure if i understant what do you mean by one flake or two but i have in my application two pump and i went them to start

alternatively.
 
What he means is that you're making it difficult for yourself (impossible actually) to try and program a S7 efficiently when you are avoiding using/learning any STL as it is the base language for this system.

Resistance is futile.
 
here's an AB version of what I believe you want, just replace the ONS with a FP instruction for Siemens.

flipge4.jpg
 

Similar Topics

I have a 1769-L24ER-BB1B and I am trying to flash it to 34xx, its flashing red and faulted, when I try to flash it I get a popup stating it needs...
Replies
14
Views
244
Hi Guys, I have a 1769-L24-QBFCB1 that has the OK light flashing on the embedded counter module. The manual states it is a resettable fault, but...
Replies
0
Views
98
Hello all. I have a remote that uses a 1734-AENTR series C. We had to change it to a new one and, after adjusting the IP and number of slots...
Replies
16
Views
520
Hello all! I have a 5069 -L310ers2 plc that has A1 and A2 Ethernet port. I connected to A1 port while flashing the plc and it was successful. The...
Replies
8
Views
248
Hi All, I am new here , I am trying to flash AB plc 5380 safety guard logix Freeware 32.012 which is our program and old plc, but It does accept...
Replies
11
Views
405
Back
Top Bottom