S5 Migration

mrbundle

Member
Join Date
Sep 2010
Location
Selangor
Posts
8
Hai all..I want to do a migration S5 to S7 and now still analyze the entire block in our existing system..I'm interested with this block and want to know what its mean..can someone tell me and elaborate this function since i am new in this field..

Tq:)


NAME: DOSING
VAR_INPUT
DB_X :word; // DB/X
SETP :word; // SETP
DD40 :dword; // DD40
ADBX :word; // ADBX
END_VAR
VAR_OUTPUT
OUT :word; // OUT
END_VAR
VAR_TEMP
conv_akku1 :dword;
conv_index :word;
END_VAR
BEGIN
JU M001
L 'GA'
L B#(12, 95)
L B#(135, 0)
L 'GA' // Hoehre Auloesung
L B#(6, 96) // [0...10000]
L B#(135, 0)
M001: NOP 0
 
The code you posted appears to be only a fragment and the section shown does nothing as it is contained within the JU M001 jump and will not be executed.

Nick
 

Similar Topics

So basically i have 2 queries : 1. I have a program file of S7-300 PLC which i want to migrate in RSLogix500.In short i want to convert my simatic...
Replies
15
Views
277
Hi everyone, i have a Siemens S7-300 Cpu 314C-2 DP with several cards of i/o and servos my laptop has TIA version 16 and 17 loaded and...
Replies
4
Views
185
Good day, May I ask, what do I need to perform MIGRATION of HMI program from Siemens MP277 10" Touch hmi to TP1200. I already have WinCC Flexible...
Replies
0
Views
171
Existing environment shown in attached photo (Existing.jpeg) Proposed Environment shown in attached photo (New.jpeg) I am migrating a PLC5 system...
Replies
0
Views
604
Hi All, We have a number of old discontinued 1756-L1 PLC systems that we are trying to support but recognize that we need to start preparing to...
Replies
5
Views
992
Back
Top Bottom