iFIX IGS: Channels & Devices Setup?

kdcui

Lifetime Supporting Member
Join Date
Dec 2007
Location
USA
Posts
386
All,
I have a question regarding the typical setup of Channels and Devices in IGS (using iFix).

Every system I've seen uses one device (PLC) per channel. I haven't seen any setup where there are multiple devices on a single channel.

Are there any advantages to having, or not having, multiple PLCs or devices under a single channel in IGS? Under what instances would you do this?

Thanks
 
Yes, each channel is its own communications thread. You can have a minimum of 100 channesl per device protocol selected in the IGS server. For ControlLogix you can have 256 channels.

So if you have 20 devices and they were each on their own channels then you could talk to them simultaniously. If you put all the devices under one channel they the are communicated to synchronously, one device at a time. This mesns that a poll cycle does not complete untile you have polled all the devices once. If a device has communications problems then that adds time to the completion of the poll. When each device is on its own channel then a device failur has no impact on the other devices.
 
Thanks, I figured it was something like that but wasn't sure.

Are there any instances (that you can think of) where you would want multiple devices on a channel (there poll time isn't a concern, I'm guessing)?
 
Usually when you connection methodology restrics connectivity. An Example would be a radio or satelite modem that only allows one connection through it. In that case you would place all the devices on once channel so that we are establishing a single socket connection through it.
 
Thanks Fred.

Enjoy the foliage, I figure we have a week or two so before things start to fade.
 
Several CHannels and 2 devices

Hi

iFIX 5.5
IGS driver

I have a similar problem.

I have 20 channels(A13, A17,..A53) and 2 devices(PLC1 and PLC 2). Each channels has one of the devices or both.

E.g.
If I make a reference to PLC1 through channel A23, it connects fine. If I make the reference through channel A24 to the same PLC1 there is no connection.

Is it a problem, that all the PLC1s are configured the same. Same port, same IP ect.

I hope someone can help.

Best Allan G
 

Similar Topics

Hello, I am converting to iFIX 6.1 and talking to a PLC5. I have several TX tags that were looking at N32 addresses in the PLC5 and were getting...
Replies
4
Views
2,916
I am talking to a Logix 5500 series PLC with ABR driver currently. IFIX Database shows addressing setup like this -...
Replies
4
Views
1,783
Hello all, I found a few related threads but none seemed to resolve my issue, hence the new post. I am working on migrating an existing iFix...
Replies
2
Views
2,945
New to iFix and to the IGS driver. Environment: iFix V5.1 MODICON M340 Unity-pro V11. Memory set to Mixed Topological and State RAM. MODBUS TCP/IP...
Replies
2
Views
6,544
It's been a while since I did a big jump like this, and I built a new PC for the client with 5.8 and the latest version of IGS. They were using...
Replies
5
Views
3,019
Back
Top Bottom