SLC5/05 Switching to spare TC Inputs...maybe?

bnelli

Member
Join Date
Mar 2021
Location
Illinois
Posts
4
Hello, I've had a 1746-NT8 thermocouple input card fail on an SLC5/05 unit. There is another TC card in this rack that has spare input channels available. In an effort to avoid shutting down the PLC for a card swap, I'd like to move the inputs(which still work) from the failed card to the existing card with spare channels.

My question is this: Do I have to change every instruction that references the old input channel to correctly reference the new one? That will be a lot of online edits. If so, is there a quick way to do this or a procedure to follow? I would just be doing an online edit, but I'm trying to test this with Logix500 Emulate which, unfortunately, does not allow online edits.

Thanks in advance.
 
There is a "Search and Replace" feature.

With RSLogix500 open and with your program file open click on "Search" then "replace".
Click on the help button for an explanation of the options in this dialog.

Not sure if you can do this online though, maybe the AB gurus will check in about this.
 
There is a "Search and Replace" feature.

With RSLogix500 open and with your program file open click on "Search" then "replace".
Click on the help button for an explanation of the options in this dialog.

Not sure if you can do this online though, maybe the AB gurus will check in about this.


That only works offline and requires a full download.


What you can do is in the beginning of your program MOV the new input to the one used later in the program. MOV I:8.2 I:4.2


The inputs on a SLC are only read in the prescan and overwriting them will work the full scan. This can not be done for the CLX family in S5K.
 
What you can do is in the beginning of your program MOV the new input to the one used later in the program. MOV I:8.2 I:4.2


The inputs on a SLC are only read in the prescan and overwriting them will work the full scan. This can not be done for the CLX family in S5K.


I've tested this just now and I think this is what we will do, in addition to enabling the spare input channels which I've got covered.

Thank you!(y)
 

Similar Topics

I have wasted a week trying to figure out how to connect an SLC5/03 with my laptop. I do not have and can not Buy the 1747 UIC and PC3 cables. I...
Replies
14
Views
2,557
I am trying to connect to SLC5/03 using an FTDI usb to rs232 with female to female converter at 1 end... however I can not connect to it ... the...
Replies
8
Views
1,270
Good evening. I am in serious need of help. I am trying to connect a Panelview Plus 7 Standard to a SLC5/03(1741-L531) using a Moxa MGate...
Replies
3
Views
638
Hi. I am having trouble establishing comms between an slc5/04 and panel view plus 7 via a PLX51-net-eni. The set up is: 5/04 Channel 0 DF1...
Replies
8
Views
925
Hi All, I have programmed some MSG instruction in SLC5/05 64k CPU series D FW 13 brand new cpu. 2 of the MSG instructions are direct IP to other...
Replies
3
Views
982
Back
Top Bottom