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 S7 M0.0 1

Status
Not open for further replies.

simisteven

Electrical
Joined
Mar 23, 2003
Messages
34
Location
ZA
Can somebody please explain what M 0.0 is ?
thanks
 
Its an internal memory bit.

M 0.0 is the least significant bit of the byte MB0
 
Thanks CT. But does m 0.0 have any special function in S7 eg does it pulse on and off every X milliseconds?
In the program I am using, M0.0 is read only not written
 
My bet it is used as the clock pulse, MB0 is the default for this and enabled in the CPU properties in the hardware profile.

Each bit from M0.0 through to M0.7 will switch at a different frequency.

Bit of the Clock
Memory Byte 7 6 5 4 3 2 1 0
Period Duration (s) 2.0 1.6 1.0 0.8 0.5 0.4 0.2 0.1
Frequency (Hz) 0.5 0.625 1 1.25 2 2.5 5 10
 

Bit of the Clock
Memory Byte Period Duration (s) Frequency (Hz)
7 2.0 0.5
6 1.6 0.625
5 1.0 1
4 0.8 1.25
3 0.5 2
2 0.4 2.5
1 0.2 5
0 0.1 10

Hope that shows a bit better, so M0.0 would be a 10Hz clock bit (100mS cycle).

It only does this if enables in the CPU properties and the byte used can be changed from the default byte 0.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top