Sequential (153) binding

https://johnchihau.blogspot.com/2026/05/httpschihaukam_0122491572.html?m=1
.
.


.
John: Take a look at this article. https://johnchihau.blogspot.com/2026/05/httpschihaukam_01311378352.html?m=1 . It said, "When your mobile phone move, the physical address of your mobile phone change.".
.
Me: Ok.
.
John: After the transmitter-multiplexer,  there're 2 register. They are new address and old address.  
.
Me: Our mobile phone give our old address to the transmitter multiplexer.  And the transmitter multiplexer compare if the old address is equal to the new address.  
.
John : Correct.  If they are equal,  no action. If they are different,  the following will happen.
.
Mov subject (old address), new address 
Mov object (old address), new address 
Mov data (old address ), bew address
Clear old address.
.
Me: There's a problem.  See the 1st picture above.  Between the transmitter multiplexer and the mobile phone,  it's a serial communication.  In another words,  only 1 bit is transmitted during 1 Up Cycle of the clock line.  I only assume that a normal physical address has 15 bits. It takes times to finish the transmission of the value of a physical address. 
.
John : Yes, that's true.  Therefore,  the update of physical address isn't done each Up Cycle of the clock line.  The update interval usually looks like that,
.
1) Mobile phone ( Update 2 times each second)
.
2) Ocean Liners ( Update 8 times each second )
.
3) Automobile (Update 16 times each second)
.
4) Railway (Update 32 times each second)
.
5) Airplane (Update 64 times each second) 

Comments