Revisit an old problem

arkansascontrols

Lifetime Supporting Member
Join Date
Jan 2008
Location
Arkansas
Posts
112
My latest project is a large scale retrofit on an existing CLX system, that has been in place for a number of years and has had MANY undocumented field modifications done over the years.

The system has multiple racks on CNET, with around 2200 I/O system wide.

To complicate issues, there are some field mods that were 'Rigged' to avoid making Programming changes, ie. a VFD replaced by a reversing contactor that originally had multiple fwd/rev speeds has outputs paralled into contactors to make it work 'as is'.

So I'm tasked with documenting the current system, and then I have a series of Hardware/programming changes to make.

Looking at a single remote panel for an example I have 11 contiguous inputs that were never wired (spares) on one card. If I XREF these in the program it indeed comes up dry. However if I simply select "Unused" from the Show Drop down they aren't there. In fact selecting "Unused" from the Show Combo, would indicate that ALL real-world I/O tags are in use.

There are WAYYYYY too many points to have to XREF every single one to determine usage, so how in the hell can I quickly build a list of unused I/O points?

I've spent the last 18 months doing a similar project on another plant with SLC500 platform so my CLX is a bit rusty.

Thanks for any help guys.
 
Points on a discrete I/O card aren't individual BOOL tags; they are sub-elements [x] of elements (I.Data and O.Data) of a Module datatype.

Therefore if you use even one I.Data[x] bit, the whole Module datatype tag is considered Used.

Would a Report that included a Cross-Reference do the trick ?

I think that when doing as-built documentation there's no substitute for perseverance.
 
Ken,

Yes a comprehensive cross-reference report would do the trick for me if it would enumerate which I/O points were in use. At this point I'd be willing to build a Spreadsheet, or even write a quick VB app to parse a flat file. Anything would be better than individually XREF'ing point by point.

This system has 13 Field Panels, each one with at least a 10 slot chassis in it. Some have more than one and they are all full or near full of discrete I/O modules. Some 16 point and some 32 point modules. I'll be elgible for retirement by the time I go through these individually.

Do you know of some XREF report that would simplify this process and provide the pertinent data set?
 

Similar Topics

This is admittedly a pretty obscure problem, but maybe someone else has run into it, or at least something similar. For reasons I won't get into...
Replies
3
Views
141
Does Rockwell still offer reset codes for old school Master Disk floppy's? In a bind and need to reset the activation disk soon and to be pointed...
Replies
9
Views
239
Has anyone found a way to convert/replace/update the firmware on old Parker TS80xx series HMIs (i.e. TS8010, TS8006, etc) to accept Crimson...
Replies
0
Views
101
Hey all, I am currently working on a depalletizer for a customer and we are doing a hoist upgrade. This is a SLC500 processor and the drives are...
Replies
6
Views
311
Hi, One of my customers has an old fabric tensile testing machine. The IC # AD7501KN of its controller has malfunctioned. This IC is related to...
Replies
1
Views
86
Back
Top Bottom