일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- 프로그래머스
- SECS
- Spring
- C++
- 파이썬
- python
- 자바
- SWEA
- java
- programmers
- 회귀
- 스포티파이
- SECS/GEM
- SECS-II
- linux
- 백준
- spring boot
- MYSQL
- Baekjoon
- Spring JPA
- CS
- Computer Science
- c
- Gem
- regression
- spotify
- Spotify Api
- modern c++
- SW Expert Academy
- 회원가입
- Today
- Total
비버놀로지
[SECS/GEM] SECS-II Stream 7 본문
Stream 7
▶Process Program(Recipe)를 관리하고 Host와 장비가 Transfer 하기 위한 Stream
▷S7,F1 (Process Program Load Inquire / H ↔ E)
⨠Process program 을 장비에 전송하기 전 초기화 하는 Msg
▷S7,F2 (Process Program Load Grant / H ↔ E)
⨠장비에서 Host가 Process program 을 loading 할 수 있는 권한을 주는 Msg
▷S7,F3 (Process Program Send / H ↔ E)
⨠Unformatted Process program을 장비로 전송
▷S7,F4 (Process Program Acknowledge / H ↔ E)
⨠장비에서 Unformatted Process program을 잘 전송 받았다는 의미의 Msg
▷S7,F5 (Process Program Request / H ↔ E)
⨠Host가 장비에 있는 Unformatted Process program 을 요청함
▷S7,F6 (Process Program Data / H ↔ E)
⨠장비에서 Host가 요청한 Unformatted Process program을 보내줌
▷S7,F17 (Delete Process Program Send / H → E)
⨠Host에서 장비의 local에 있는 Process program을 지우는 것을 명령
▷S7,F18 (Delete Process Program Acknowledge / H ← E)
⨠Delete 명령이 잘 수행이 되었는지 장비에서 확인
▷S7,F19 (Current EPPD Request / H → E)
⨠Host가 장비에 있는 Process program 전체 list를 요청함
▷S7,F20 (Current EPPD Data / H ← E)
⨠장비에서 Host로 Process program list를 보내줌
▷S7,F23 (Formatted Process Program Send / H ↔ E)
⨠Formatted Process program을 장비로 전송
▷S7,F24 (Formatted Process Program Acknowledge / H ↔ E)
⨠장비에서 Formatted Process program을 잘 전송 받았다는 의미의 Msg
▷S7,F25 (Formatted Process Program Request / H ↔ E)
⨠Host가 장비에 있는 Formatted Process program 을 요청함
▷S7,F26 (Formatted Process Program Data / H ↔ E)
⨠장비에서 Host가 요청한 Formatted Process program을 보내줌
'Semiconductor > SECS GEM' 카테고리의 다른 글
[SECS/GEM] HSMS-SS (Single Session) (0) | 2021.08.10 |
---|---|
[SECS/GEM] SECS-II Stream 10 (0) | 2021.08.10 |
[SECS/GEM] SECS-II Stream 6 (0) | 2021.08.10 |
[SECS/GEM] SECS-II Stream 5 (0) | 2021.08.10 |
[SECS/GEM] SECS-II Stream 2 (0) | 2021.08.10 |