read/write MSG in project file

idowulawrence

Member
Join Date
Apr 2010
Location
eket
Posts
10
Hi guys, having concluded to use MSG instructions to exchange data on dh+ I need more enlightment as to how to use MSG instructions to write from a node to some nodes (5 of them) while reading from these same nodes simultaneously. There are some tags to be read from these nodes everytime (time-critical) while there are some tags to be written to them, how do I configure these procedures without causing communication conflict. Also the dh+ network is to interact with the HMI, can the HMI just poll data irespective of the comm procedure accross the network of other nodes?
 
I would recommend setting up a polling routine that executes one message at a time. After the first message has executed and you have recieved either the done bit or the error bit, move to the next message and so on.

I have seen systems where multiple messages are fired off at the same time. These are usually the systems that have communcations problems as mutliple messages can really hammer a network.

As for the HMI polling rate, it depends on what HMI you are using but you can probably set the update rate for each screen or maybe for each tag. Setting the update rates higher where available will help reduce the HMI's impact on the network, especially if the PLC to PLC messages are more critical.
 
That s fine, i will try that, meanwhile my HMI is wonderware intouch 10 with Rxlinx driver, unit tag's update cannot be set here .May be I should use Topserver OPC server as comm server?



I would recommend setting up a polling routine that executes one message at a time. After the first message has executed and you have recieved either the done bit or the error bit, move to the next message and so on.

I have seen systems where multiple messages are fired off at the same time. These are usually the systems that have communcations problems as mutliple messages can really hammer a network.

As for the HMI polling rate, it depends on what HMI you are using but you can probably set the update rate for each screen or maybe for each tag. Setting the update rates higher where available will help reduce the HMI's impact on the network, especially if the PLC to PLC messages are more critical.
 

Similar Topics

The Ethernet has 3 pieces of PLC5 processors (PLC5-40E), for easy explanations, we name A,B and C. All pings are OK and RSLogix5 can connect all...
Replies
13
Views
4,888
Hi All. I can write an N7 value to a modbus register in an Automation Direct Servo but I can't read a holding register to an N7 address. I've...
Replies
3
Views
1,899
Hello, New to the forum here, and to the controls industry. I am trying to do the following: Read and Write to a 5204-DFNT-PDPMV1 ProLinx...
Replies
0
Views
1,883
I have an application where I am currently reading very small amounts of data from as many as 15 processors using a ML1100 dedicated to that...
Replies
7
Views
5,851
Hallo all: Recently we have released our MPI driver using S7 Serial adapter(without Prodave comm lib).Now we want to write MPI OPC driver using...
Replies
1
Views
3,872
Back
Top Bottom