micro800 series - ModbusTCP

lostcontrol

Lifetime Supporting Member
Join Date
May 2009
Location
NeverSayNever
Posts
1,070
Hi Team,
what is the best way to handle multiple slaves when using a m800 series as a master.
I read that a maximum of 4x instructions can be processed per scan, but what to do when there are more than 4?

In the micrologix, we can use the .DN/ER bits to advance/increment etc, but the .Q flag cannot be used in the same way as it remains high even when the .IN is low AND will make the logic to right of the rung true
(I just don't get why some manufacturers have done this o_O )

Sure, we can use a timer & step routine to make each instance exclusive but what is the trigger for incrementing?
I guess if a short timeout was used, then this could be the incrementing interval. Not ideal, but would work.


LC 🍻
 
It’s been a long time since I’ve done any messaging in CCW and I don’t recall having a problem using the Q bit as the trigger for the next instruction. However it has been a long time so I really don’t know. You could try using a timer to trigger a counter at a given time frame (500ms?). When the counter’s accumulator equals 1, trigger one set of message instructions. When the counter’s accumulator equals 2, trigger the next set of message instructions and so on. When you hit the last set of message instructions, use a reset to move the counter back to 0.
Just my thought.
 

Similar Topics

Quick question (mostly), I have a chance to learn how to program on an 810 but as most seem to have noticed training literature can be vague...
Replies
3
Views
2,696
My company built a small test machine using a Micro800 PLC and CCW software. We chose the Micro800 because the machine is very simple. We are...
Replies
2
Views
140
Hi, Is there a way to set the IP of a micro dynamically, based on a variable value.?
Replies
0
Views
159
Anyone use the newer 2080-L50E or L70E with 1734 Point IO yet? I have a customer asking for a setup and I have not found anyone that has done...
Replies
0
Views
371
Is there a way to download the program to a Rockwell Micro810 without using the Rockwell CCW application?
Replies
5
Views
724
Back
Top Bottom