Rockwell Library Designer Auto Increment

slnd54

Member
Join Date
Oct 2018
Location
kansas
Posts
1
I am using the Library Designer tool to create PLC code. One of the standard routines that our company uses for simulation has individual XICs that set the .Inp_Sim of each PlantPAx object. We use an array of DINTs and reference the bits so that we may turn on/off individual objects for simulation.

It looks like this:
XIC Sim[0].0 OTE PT1000.Inp_Sim
XIC Sim[0].1 OTE PT2000.Inp_Sim
XIC Sim[0].2 OTE PT3000.Inp_Sim

Within the Library Designer, I have experimented with adding a subObject and having it autoincrement parameters, but I cannot seem to reference the variables where I need to. I would like to avoid creating an additional BOOL outside of the initial array for each analog device.

So my question is, does anyone have experience with iterating through a DINT array (SIM[X].Y) for each object within Rockwell Library Designer?
 

Similar Topics

I noticed in Rockwell AOIs, they add a BOOL Output parameter at the end of the "Parameters" list of each AOI that carries the same name as the...
Replies
1
Views
72
Hi All, I'm planning to use Rockwell Library, and I am testing the P_AIn block and P_Alarm block for the alarming functionality. I think the...
Replies
2
Views
2,242
Hi guys, I have been looking around for SISTEMA libraries, and i have not been able to find a library with Rockwell components. Can anyone help...
Replies
2
Views
2,998
Hi there, The Pilz PAScal tool (V1.9.0) will not allow me to import the Rockwell SISTEMA library (V2). It appears PAScal will only import older...
Replies
4
Views
3,569
Would anyone be willing to convert the Process Library Example files to CompactLogix and post it here - I don't have support for ControlLogix...
Replies
7
Views
2,440
Back
Top Bottom