Limit on number of simultaneous GET_X instructions in a S7-300?

sanger

Member
Join Date
Nov 2005
Location
Toronto
Posts
172
I need to transfer several hundred bytes of data from two different S7-300 PLCs to a central S7-300 PLC over an MPI network. I am using the GET_X instruction to transfer the data.

Since the size of the data being transferred is more than the maximum 76 byte limit of the GET_X instruction I need to use several GET_X calls to get the data. Can I invoke more than one GET_X call to the same remote PLC at the same time or will I have to make one call, wait for it to complete, make the second call etc.

Is GET_X the best way to do the job. I can find very little documentation on this instruction.
 
Great references from other responses. If it were me, I would sequence them (wait for each to complete) since that allows you to send an unlimited amount of data. There are strict limitations about the number of simultaneous puts/gets that are cpu-dependent - so i just avoid that whole issue and do them sequentially. Is still quite fast that way: each GET completes in one or 2 scans, if I recall (not dead sure about that, lousy memory, and my use was over Profinet - test it).
 

Similar Topics

Hello all When i look at the panelview specs, it says : Standard Version Offers display sizes from 4...15 in. with wide screen and keypad...
Replies
3
Views
1,981
Hello there guys! I am working with Motorola RTUs and they way it arrange it's data base is through tables. I was told to integrate two...
Replies
1
Views
1,672
Hi Folks, I am using InTouch SCADA (Not Application Platform) and want to know how I can configure the Alarm Banner so that it will only display...
Replies
0
Views
2,004
Hello, I have a motor that we are sending a RPM Speed Output from 0-100% to the VFD. However, the Motor HP needs to be limited to 6000 HP and the...
Replies
3
Views
83
Hello, I have a quick question. I have been using scripts to change the color of buttons. The reason, I am usually using multiple hmiruntime.tags...
Replies
1
Views
95
Back
Top Bottom