FlexIO in PLC5

aryaf

Member
Join Date
Jan 2012
Location
Alberta
Posts
12
I'm setting up a PLC5 program for a new 1794-IB16 (FlexIO card.) In the drawings, the I/O goes from 0-15, but in PLC5 program, the card goes from 0-7 and then 8-17.

Do I need to make any changes to the program to have it work properly based on the real-word wiring?
 
but in PLC5 program, the card goes from 0-7 and then 8-17
That would be 0-7 and then 10-17. That is octal as opposed to the decimal numbering in the diagrams.
It is just the original designer that had created the diagrams, probably for an SLC500 CPU and not a PLC5 CPU.
No need to change anything in the PLC5 program. All you have to figure out how the i/o is addressed. I would have the diagrams updated to reflect the PLC5 addressing.
 
Yeah sorry I meant 10-17. I guess what I'm wondering is if the physical IO card is 0-15, is it going to cause a problem in the PLC if it thinks it's 0-7 and 10-17 or not.
 
Yeah sorry I meant 10-17. I guess what I'm wondering is if the physical IO card is 0-15, is it going to cause a problem in the PLC if it thinks it's 0-7 and 10-17 or not.

You will address them with octal numbers in the PLC code. In the olden days, they used to ship labels for SLC I/O so you could change the numbers for each indicator LED from decimal to octal. I don't recall those for the PLC-5. We used to label the card that slid into the front cover to match the PLC.

The I/O card won't care, but it can be confusing for folks who are not used to the octal system when they see output but number 12 in a PLC which seems to cause an LED numbered "14" to light up...
 
On the 1794 Flex I/O, there is a Card you can pull out, flip over and slide back in, and it will show the Octal Address for the I/O Points.

Stu.....
 

Similar Topics

Hello everyone. I need some help on Studio 5000 (Logix 5000). I cannot add a new FlexIO module. See prints. I need to add 1x 1794OE12 1x...
Replies
2
Views
1,761
Hi, I need to integrate 6 FlexIO racks (12 x 1794-IE8H and 8 x 1794-OE12) by means of Profibus DP with a S7-400, CPU 416-3 PN/DP. I suppose I'll...
Replies
0
Views
1,362
Hi everyone I have an issue regarding the integration of a 1797-IBN16 Flex IO module on a network with a 1769-L33ER CPU they will communicate thru...
Replies
5
Views
2,388
Guys, looking for some help at a customer site... I need to add open wire detention to a system using 1794-IE8 and 1734-IE4C modules. For the...
Replies
7
Views
4,748
Hi all, I need to connect my CompactLogix System to FlexIO system using built-in controlnet port on the CPU L32C. Can i do that? If so, how to...
Replies
5
Views
1,750
Back
Top Bottom