S5-->S7

tulip

Member
Join Date
Oct 2005
Location
ist
Posts
236
Hi,What is the equivalent following software?


S5 S7
---------- -----------
DO FW250
JU =M005
JU =M006
JU =M007
...
...
...
...


Thanks in advance....
 
I guess what you need is how to make a case function in Step 7. If it is, please look below:
L MW0 // Case variable



JL ERRO // Jump error if case is out of limits

JU M005 // Jump Case 1
JU M006 // Jump Case 2
JU M007 // Jump Case 3
...
...
JU END // End of case


ERRO: JU END
 
Thanks for quick reply Christian, but this is not What I want to ask...I ask after convert case in S7 software...



Thanks again...
 

Similar Topics

Hello I am trying to establish a S7-connection from a S7-1500F CPU to a S7-300 CPU via a S7-300 Lean card. I want to use put and get from the 1500...
Replies
6
Views
6,363
Hello Everybody, I need a help on the above subject :- Scenario: We need to upgrade a present system consisting on S5 PLC, OP15 HMI and...
Replies
10
Views
3,024
I have some error about RJ area on Regular PID code S5->S7 FUNCTION FC 30 : VOID AUTHOR: _48021 NAME: HAU_KREG // HAU:KREG VAR_INPUT...
Replies
2
Views
2,085
Does anyone has experience with a IM306 communication card from VIPA? We want the use this to do the conversion from S5-S7 and test the software...
Replies
1
Views
2,203
Hi all,I need help abouth s5 to s7 convert messages. One of them; Transpositions in the order of parameters at XXXX can result in...
Replies
1
Views
1,924
Back
Top Bottom