07-04-2011 07:58 AM
07-06-2011 08:50 AM
I'm including the lvlib and the NI OPC configuration file.
07-12-2011 05:49 AM
Are you talking directly to plcs? If so, you might be able to set them up in I/O scanner mode, and the opc server in mailbox mode. This way the plc does nothing but transmit the values to the opc server, and you don't need to poll for data with two way communications. Is the data grouped into contiguous areas or spread out all over memory. One read of 100 consecutive registers would be better than 10 reads of 10 registers from all over the place.
You could also look at a multihome setup on the ethernet card in the computer. This gives the nic card multiple ip addresses. Each plc can talk directly to a unique ip address. Are the devices 10Meg, 100Meg, or 1000Meg for ethernet connections? Serial ports, forget about it. Maybe with modbus plus ports or data highway.
07-14-2011 05:07 AM