N.hamasaki 21/07/2010

TX dead simulation
N.hamasaki
21/07/2010
Introduction
Pixel, SCTに信号を送るプラグイン
ここ2,3ヶ月でTXのchが死んでいっている
TXのspareがあとどれだけ持つかsimulation
Parameter, Condition
Pixel dead : 0.5529/day
SCT dead : 0.4013/day
Total ch pixel:1744, SCT:4088
TX Plugin spare = 200
TX 1つに12ch
//交換に要する日数は考慮しない
Redundancy (for SCT)
1ch死んでも、他の対になるchから信号を送ることができる。
//ただしRedundancyの効かないchも存在する。
Expression Ch lifetime with random
numbers
t= -τ ln(1-[0,1))
t : ceretain ch lifetime.
τ = 1/λ = (number of dead TX per day)/(number of total ch)
[0,1) :random number between 0 to 1.
Algorithm
Pixel
Broken TX is changed new TX immediately.
SCT
random number
↓
If random number in...
redundancy +1.
non redundancy +1, redundancy -1, spare -1.
Spare is used for only Pixel
Spare is used for only SCT
Change TX immediately
Spare is used for only SCT
Consider redundancy
Next...
●Pixel and SCT TX ch deaths at the same time.
●Considering redundancyless TX ch.(=296)
To Do List
・Used TX の扱い
(i)Pixelで使えなくなったTXをSCTに回す
(ii)SCTで使えなくなったTXのうち、両端4chを除いた8chが
生きていた場合Pixelに回す
現在Used TXは
for SCT : about 200
for Pixel : about 10
程度の個数出てくるとのsimulation予想