Array creation in PLC

punit.c

Member
Join Date
Feb 2014
Location
Mumbai
Posts
1
i have to develop ladder logic to test several different PLC products.All PLCs have different number of I/Os,Analog channels,Fast inputs etc.

i am planning to create arrays as follows:
inputs={..........}
outputs[j]={........}
Each Plc will have a code ranging from 0 to 10.
example inputs[5]=8 outputs[5]=3 etc...

the problem is that i dont know how to form arrayys in ladder logic.The arrays need to be stored permanently on the host plc.
The PLC that i shall be using closely resembles AB PlCs.
Anyone can help?
 

Similar Topics

Hello everyone, Wondering if anybody can help me with this: I have a CompactLogix processor running a little robot cell. Every 200 cycles...
Replies
8
Views
105
Hi, I'm having an issue in crimson 3.0 when I create a programme using a case statement referencing a fault word that each bit needs to change the...
Replies
5
Views
308
I am trying to copy an array of real numbers into a UDT with a real data type element. I have attached a snip below showing my COP instruction...
Replies
4
Views
219
I have an array of 55 REAL values. Is there a way to multiply based on the array location ? I have 55 transfer belts that are equally spaced...
Replies
3
Views
186
Hello everyone, I'm working on a project that involves controlling an array of nozzles within a CNC environment, where the nozzles travel along a...
Replies
5
Views
219
Back
Top Bottom