![Samwontech TEMI770 Manual Download Page 77](http://html1.mh-extra.com/html/samwontech/temi770/temi770_manual_3793449077.webp)
III : COMMUNICATION
IM TEMI 770E_C 2nd Edition: Sep. 1. 2003. 18/21
5.2 Reading program pattern
There is how to read program pattern on TEMI 770
①
Set program pattern number on D1000
②
Set segment number on D1002
③
Set READ TRIGGER('2') on D1003
④
Read D1004 data and then wait until DONE('1')
⑤
Read Temp, Humi TSP and segment time on D1010~D1012
The
list(
①
~
⑤
) is shown that read only one segment which in the program patterns.
So, if you want to read several segment you should repeat above step with change the segment number.
Delete all of data on D1600~D1755 patterns when you set zero('0') at D1002 at the step
②
.
5.3 Writing program pattern
There is how to write program pattern on TEMI 770
①
Set program pattern number on D1000
②
Set segment number on D1002
③
Set Temp, Humi TSP and segment time on D1010~D1012
④
Set WRITE TRIGGER('3') on D1003
⑤
Read D1004 data and then wait until DONE('1')
The list(
①
~
⑤
) is shown that write only one segment which in the program patterns.
So, if you want to write several segments you should repeat above step with change the segment
number.
※
Set the data on D1600~D1755 as the program write, you should do as below.
①
Set program pattern number on D1000
②
Set D1002's segment number is zero('0')
③
Set READ TRIGGER('2') on D1003
④
Set program pattern number on D1000
⑤
Set segment number is zero('0') on D1002
⑥
Set a usable data on D1600~D1755
⑦
Set WRITE TRIGGER('3') on D1003
⑧
Read D1004 data and then wait until DONE('1')