Hi,
I have on problem.
How can I use one button for start-stop s7-300 and s7-200
Anybody could help me?
Thanks
Best regards
[?]: How can I use one button for start-stop in s7-300
-
- Posts: 8
- Joined: Mon Feb 06, 2006 5:24 am
- Location: Europe
-
- Posts: 36
- Joined: Wed Nov 21, 2007 2:13 pm
- Location: China
Re: [?]: How can I use one button for start-stop in s7-300
Dear friend,
The following is my solution.
Hope it helpful!
Regards,
Hsiung
The following is my solution.
Code: Select all
network 1
LD I0.0
EU
= M0.0
network 2
LD M0.0
AN Q0.0
LDN M0.0
A Q0.0
OLD
= Q0.0
Hope it helpful!
Regards,
Hsiung
-
- Posts: 21
- Joined: Thu Nov 08, 2007 7:50 pm
- Location: Europe
Re: [?]: How can I use one button for start-stop in s7-300
this is an another solution
(German mnemonic ! U = A)
and an another
(German mnemonic ! U = A)
Code: Select all
U E 1.0
FP M 1.0
SPBN SLT1
UN A 1.0
= A 1.0
SLT1: NOP
Code: Select all
U E 1.0 // Input
UN M 0.0 // Aux
S M 0.0
U E 1.0
U M 0.1
R M 0.0 // Aux
UN E 1.0
U M 0.0
S M 0.1
UN M 1.0
U M 1.0
R M 0.1
U M 1.0
= A1.0 //Output
-
- Posts: 50
- Joined: Wed Aug 16, 2006 8:49 pm
- Location: Europe
Re: [?]: How can I use one button for start-stop in s7-300
I think this one is the shortest:
Code: Select all
U I1.0
FP M100.0
X Q5.0
= Q5.0
-
- Posts: 41
- Joined: Sat Mar 06, 2010 8:20 pm
Re: [?]: How can I use one button for start-stop in s7-300
Hi
The second one is the old S5 trick witch did not have FP.
ThermoNuclear
The second one is the old S5 trick witch did not have FP.
ThermoNuclear