Copying arrays with Cscape

ebloohm

Member
Join Date
Dec 2008
Location
Wisconsin
Posts
1
Hello,
I'm using Cscape in the IEC ladder mode and I'm trying to copy a 1D array into 2D array.

I have these 3 arrays. 2 are 1D, 1 is 2D

Array_1[0..599], Array_2[0..599], AllData[0..1, 0..599]

I'd like to do something like this (build 2D array from 2 1D arrays):

COPY Array_1[] >> AllData[0,0]
COPY Array_2[] >> AllData[1,0]

Does anyone know how to do this?
 

Similar Topics

Hello, Is it possible to copy an array of 100 bytes into a structure that is the equal? Could go through and pick all the points. New to...
Replies
11
Views
15,504
I'm not super familiar with the Micrologix line of processors, but I am pretty familiar with RSLogix 500. I'm trying to simply copy a string to...
Replies
4
Views
244
Hi All, I am looking to copy and paste a routine. I know this has to be done offline. My question is, when I go back online, these tags are...
Replies
6
Views
467
Hello everyone, friends. I need help with something related to SCL. In a FB, I need to copy the value in the DB to the DB at another address. I...
Replies
3
Views
1,345
Hello all! Is it possible to COP a SINT array to a UDT structured the same as a SINT array, except all BOOL bits? I have a module that has an...
Replies
5
Views
3,130
Back
Top Bottom