Table Pls Help Me

set-csg

Member
Join Date
Nov 2006
Location
ILIGAN CITY
Posts
42
For example in a table there are five data starting from VW4 TO VW12, If I blockmove VVW6 WITH 4 WORDS to VW4, THE DATA stored in VW12 will remain the same. My problem is how can i transfer the data in VW4 TO VW12 immediately right after the blockmove command.

By the way i'm using S7 200 (222)

Friends thank U in advance.
 
Last edited:
Hello set-csg;

You seem to want to raotate te values inside a table, am i correct?

You could: MOVE the value in VW4 to an intermediate register, proceed with your blockmove, then Move the intermediate register content to VW12;
Or you could look at the For Next loop instruction to MOVE the values in your table to the appropriate locations (See teh Tips and Trics example on using the For Next loop to fill data areas, it is very instructive).
Hope this helps,
Daniel Chartier
 
This is pretty basic stuff:

Rotate_Table.JPG


In stead of VW14 you can use any memory adress that's still available.
 

Similar Topics

I'm working on a SLC5/04 for flow monitoring process which consists of a few flow transmitter (coriolis meter). Everyday the operator will do...
Replies
1
Views
1,618
Out of interest, I'd like some thoughts on what would be considered best practice with regards to a 2-position turntable control scheme (see...
Replies
17
Views
1,130
I've asked this before but I still couldn't make it work. I just can't envision a solution. Local RTU has a screen to set a handful of...
Replies
18
Views
1,546
Since upgrading to V6.2 12.24 SP12 24-21 the M221 PLC is no longer recognised by the HMI. The screen still works but it does not talk with the...
Replies
3
Views
988
Hello, Does anyone know if there is a portable version of RSLinx Lite (even an old one)? I am wondering as I am trying to put together some tools...
Replies
0
Views
683
Back
Top Bottom