Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Siemens latency

Status
Not open for further replies.

thekman

Electrical
Joined
Sep 3, 2009
Messages
90
Location
US

I am stuck trying to determine the latency of the I/O over a small network when incorporated into a program. I can determine the program cycle time, but do not know how to figure in the network polling rate as far as network input monitoring within the program.
I am using the new 0BA7 PLC with the ethernet capability, and Siemens is little or no help at all, as their tech support is as new to this thing as I am.
 
Maybe I'm missing the point and I'm not familiar with these processors but you could simply toggle a bit in one processor, have a remote processor copy the bit to a second bit and time how long it takes the first processor to see the changed 2nd bit. If you toggled it 100 times (or more) and tracked the overall time you'd have more resolution or a good average time.

If your processors did nothing else you'd have the internet latency and the processor loop time combined, and you know the loop time. With lots of samples the PLC response time should average half the loop time for each PLC so the overall delay minus the loop time for one processor should be the network delay.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top