Digital Inputs - To pack or not to pack

appleplc07

Member
Join Date
Jan 2006
Location
Malaysia
Posts
25
Hi all,

My project has 8 sets of S7-315 and connected to a redundant ethernet work. I have a WinCC 6.0 with 8192 tags. The ethernet speed is 100 Mbaud and my application requires me to monitor about 160 digital tags per PLC. So, the WinCC will display more than 1000 digital bits.

My question is shall i map those digital bits in sequence in the individual PLC so that my WinCC will read 1 word or 2 words and un-pack them later again before displaying. For slower system i.e. connection through serial or modem, it is advisable to pack them in a word or 2 to optimise the reading cycle time.

But, some say it is a waste of my engineering effort to pack and un-pack the digital bits as my application is through ethernet at 100 Mbaud.

What do you think???

regards,
appleplc
 
It depends on what else is on the network. If there is already traffic there then I would "optimize" what you can. If its dedicated to just what you state then no need unlees it will be expanded on later.

If it is on a common network then sooner or later the traffic might get pretty high at peak times.

Just my thoughts though.

Drewcrew6
 
If you have even the slightest suspicion that there will be a slowdown in communications, I would consider this: It is much easier to pack the data when doing the original programming than to change it after you have discovered the problem (not to mention the duplication of effort).
 
via PLC protocols... only single BYTE can be transfered... so unless driver is dummy, there would not be problem with reading bit fields etc. ...maybe writing can cause sync troubles

anyway, if you have a set, which is read often, and another which is read only sometimes... it's good to optimize tranfers this way....

just test it? i better use 3rd party techs for the higher levels, so not familiar with wincc much
 

Similar Topics

I have a PLC type PM856 from ABB with some I/O modules and I get an error from the Digital Inputs model type DI801. The unit status shows error...
Replies
0
Views
262
I'm losing it...I accidentally posted this in a existing thread thinking I was starting a new thread. Time to put me out to pasture. Instead of...
Replies
6
Views
1,212
So I am new to the plc scene, and I am working on a machine that gets a fault, to which I think it is a overtorque fault. I did some research on...
Replies
7
Views
1,964
Most PLCs are 24v for digital logic, will a Digital input card detect a 12v (automotive) signal as a 1 Looking to do some work on a...
Replies
11
Views
4,294
Hello, Currently I am controlling the Powerflex 700H via Ethernet and everything is working well. The client is wanting Auto/Manual function...
Replies
3
Views
1,837
Back
Top Bottom