이지뷰 터치 판넬 트리거 기능 사용하면서 주의 할 점입니다.
http://blog.naver.com/jujakfire/221408191915
What material does the boat use when depositing lithium using thermal deposition equipment?
The material of the boat is preferably made of molybdenum or tantalum.
https://blog.naver.com/myvacuum/221402583252
https://blog.naver.com/myvacuum/221402583252
Arduino humidity sensor 7-segment display
I have had a long time to check the humidity.
But, after a long while, I do not remember.
So I'll start with a very basic one.
1. Check humidity sensor
https://jujakfire.blog.me/221143897910?Redirect=Log&from=postView
4. Sketch Coding
//Create an instance of the object.
SevSeg sevseg;
AM2320 th;
void setup() {
// Set up pins
// Arguments :
// First 0 is for common cathode
// Following 0 to 11 numbers are for Arduino pins
// connected to display in the following order
// 1,2,3,4,A,B,C,D,E,F,G,DP
sevseg.Begin(0,1,2,3,4,5,6,7,8,9,10,11,12);
}
void loop() {
th.Read(); // AM2320 Read
float huminity=th.h*100.0;
int hDisplay=huminity;
// Prepare number to display, and dot position
// (0 to 3, other number means no dot)
sevseg.NewNum(hDisplay,2);
// Display number
sevseg.PrintOutput();
// To maintain display with this wiring,
// we are forced to loop over those commands rapidly
delay(5); // Delay Time
}
The color change of lithium
If there is a color change in the glove box after depositing the lithium thin film, it can not be regarded as a normal state.
Depending on the degree of nitrogen and moisture, it turns black, brown or yellow.
https://www.cdc.gov/niosh/ipcsneng/neng0710.html
Why should I use argon gas in the glove box of lithium deposition equipment?
A typical glove box uses nitrogen.
However, the glove box for lithium evaporators requires argon gas, which must also be high purity argon.
Lithium reacts with nitrogen at room temperature and turns black.
Galvanic corrosion prevention measures
Galvanic corrosion prevention measures
It is important to anticipate the damage caused by galvanic corrosion when choosing equipment or equipment used in a corrosive atmosphere and minimize the damage by considering the following preventive measures.
① Selection of similar dislocation metals: Select metals that are located as close as possible to the galvanic system.
② Be careful not to cause contaminants (oil, welding spatter, etc.) on the surface. (Complete removal required)
③ External power supply method: It eliminates the potential difference by hanging the power source from the outside at the end of the cathode and anode parts. (Referred to as an external power supply method)
④ Sacrificial Anode method: A third metal (such as scavenger - zinc anode) that is more active is brought into contact with the two metals of the galvanic pair.
⑤ Sacrificial anode method: It is designed to be easy to replace the part that acts as anode when designing.
⑥ Area Effect: The surface area of the anode is large and the surface area of the cathode is small. Ie the surface area of the Lessnoble or active metal side.
It is important to anticipate the damage caused by galvanic corrosion when choosing equipment or equipment used in a corrosive atmosphere and minimize the damage by considering the following preventive measures.
① Selection of similar dislocation metals: Select metals that are located as close as possible to the galvanic system.
② Be careful not to cause contaminants (oil, welding spatter, etc.) on the surface. (Complete removal required)
③ External power supply method: It eliminates the potential difference by hanging the power source from the outside at the end of the cathode and anode parts. (Referred to as an external power supply method)
④ Sacrificial Anode method: A third metal (such as scavenger - zinc anode) that is more active is brought into contact with the two metals of the galvanic pair.
⑤ Sacrificial anode method: It is designed to be easy to replace the part that acts as anode when designing.
⑥ Area Effect: The surface area of the anode is large and the surface area of the cathode is small. Ie the surface area of the Lessnoble or active metal side.
The phenomenon that occurs when the insulator of the e-beam feed-through breaks
If the insulator of this e-beam feed-through is broken, it can not be grasped visually, and it is quite difficult to find the cause.
There is nothing wrong with this, but if you start to generate an arc from a certain amount of power, it is a good idea to suspect that the electrode feed-through breaks.
피드 구독하기:
글 (Atom)
2025년 1월 15일 축구 스포츠 토토 프로토 승부식 7회차 축구 경기 예상
1. 배팅 가능한 경기를 추려보면 8경기가 배팅 가능한 경기이다. 2. 가장 적합한 배팅은 사실 2경기 밖에 없다. 스페인FA컵 173번 경기와, 186번 EPL 맨체스터유나이티드와 사우샘프 경기이다. 찝찝한 것이 20위 팀과의 경기는 이상하게 예상...
-
보통 스로틀 밸브와 연동해서 사용하는 바라트론 게이지를 보면, 진공도 값이 일반적인 진공게이지 값과 차이가 있습니다. 이 값이 다른 이유는 바라트론게이지의 경우 절대게이지로서, 제로값에서 일정 압력 값까지 측정하는 방식이기 때문입니다. 보통의 ...
-
Evaporation 1) 낮은 에너지(0.1 eV 이하) 2) High Vacuum 공정에 따른 방향성이 좋다 3) Lift-Off 에 적합하다. 4) 박막의 순도가 좋다. 5) 균일도 확보가 비교적 어렵다. 6) 증착속도의 조절이 비교...
-
크라이오 펌프를 사용하다가 보면 내부 온도가 상승하거나 진공장치의 압력이 내려가지 않을 경우 크라이오 펌프를 재생해야 한다는 말을 듣게 된다. 그러면 크라이오 펌프의 재생(regeneration)이란 무엇인가? (보통 이야기할 때 재생...