Adding new Card(s) in 1734 Point I/O Rack

DRGNBTR

Member
Join Date
Nov 2020
Location
Waterloo
Posts
2
Hello,

Fairly new to PLC programming. Have a question in regards to a 1734 Point I/O rack and the built in tag structure in Logix Designer.

I have a rack of 12 Point I/O cards and I need to expand the rack and insert two more cards at rack index positions 5 and 8. The current cards in those slots are type A and the new ones will be Type B. I can't seem to change the card type at each slot position in the I/O configuration so I have to delete them and re-add them as the proper new type. The code I inherited sometimes directly references I/O which means any rung that points to a bit that's shifted in the rack now points to the wrong bit.

Is there an intelligent way to add an additional card into a Point I/O rack but shift all the Raw and Alliased tags along with it to not destroy the I/O mapping or must this all be done manually?

Thank you!
 
Don't delete anything unless you are removing a card completely. Increase your chassis size from 12 to 14, then individually change the slot # for each card to its new position. It won't let you assign to an occupied slot, so start at the end moving 10 to 12, then 9 to 11, 8 to the now unoccupied 10, etc (assuming ordering is being preserved). Make sure that your changes in the program match your actual changes in the field, leaving positions 5 and 8 unoccupied. Then create your new Type B cards in those slots.

I believe that when you change the slot in the module definition, the program will automatically shift the tags to use the 'new' position.

Disclaimer: I've never actually done this with 1734 modules, but quick testing suggests it should work and I *have* done it with 1769 I/O modules.
 
Last edited:
Beautiful thank you!! That works exactly as you described and its smart enough to re-index existing tags (both base and aliased) to the "moved to" locations in the new slots.

Thanks again.
 

Similar Topics

I have a Mitsubishi FX2N-64MR-UA1 processor. The 1st analog output card is an FX2N-4DA. It requires 24VDC power. That card is obsolete. The card...
Replies
1
Views
1,580
Hi, I've run out of analogue input channels on my Q68AD-G module. If I add a new Q68AD-G module and install it into a spare (blanked-off) slot, it...
Replies
2
Views
1,335
Is there a way to add a Point IO card to a project with a control logix processor (version 30 or 31 I believe) while online and in run mode...
Replies
9
Views
4,337
Hello all. I have a job to add a 1794-IE8 Card in slot 5 on an existing Flex IO Rack which uses a 1794-ASB communications module, which...
Replies
8
Views
2,999
Good afternoon all, I have an AB SLC 5/03 which uses multiple AC i/o cards (such as 1746-IA16 and 1746-OA16). I am using a 7-slot chassis with...
Replies
5
Views
1,358
Back
Top Bottom