[카이스트2302]

- 하드웨어 연속성 증대
  ㄴ 하드웨어 연결성 확인 및 재연결 로직 추가
- 패널 사이즈 등 caller chain 방식으로 변경
- Config 메뉴 진입방식 변경 (F9 -> Menu)
v1.0
Changwoo Park 2 years ago
parent cfdebc3681
commit f29453d002

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -0,0 +1,44 @@
## Current Work
+ ABS 및 PRTC Timer 관련 sec->msec 단위변환
+ 하드웨어 연속성 (안정성) 증대
+ Fault Detection Diagnosis (FDD) 로직 개발
* MFC Measure Value : AO / AI / Gas Inlet
* Back Pressure : Pressure Sensor / Sol. or Prop. Valve / etc
* Temperature : Heating Unit / T.C.
+ 프로토콜 vi 정리
+ 프로그램 이슈관리 툴
+ 기타 로직 정리 (파일명 / 경로 / 미사용 파일 정리)
### ver 0.9.X
+ 프로그램 안정화
* 카이스트 2302
* 입/출력 파일 정의
Log File : 프로그램 동작에 대한 상당부분 저장. 측정값 + 제어값 + 디버깅 메시지
Protocol File : 프로토콜 동작에 대한 데이터 저장. (제어값 및 디버깅 메시지 제외)
Test Squence File : 기존 프로토콜 테이블을 저장하는 파일. 상기 Protocol File과 혼동이 우려되어 명칭 변경
* 프로토콜 이름 및 확장자 변경 (Test Squence, .tsq)
* 디버깅 메시지 로직 추가
* 하드웨어 연속성 (안정성) 증대
하드웨어 연결오류 후 재연결 가능하도록 로직 추가
하드웨어 연결오류 관련하여 디버깅 메시지 반영
* 시간 정확도 향상
기존 초(sec) 단위 사용으로 double형 사용으로하였으나, 일부 0을 만들지 못하는 문제 발생
밀리초(msec) 단위 int64형으로 변경
* 테스트 시퀀스 로드할 수 있는 VBA를 포함한 엑셀파일 개발
+ 업데이트 예정 목록
### ver 0.9.0
'''
+ 최초 양산형 프로그램
* 연세대학교 2301
* 프로그램 기본 동작성 확인
+ 업데이트 예정 목록
* 디버깅 방안 개발
* 프로그램 이슈관리 툴 (데이터베이스)
* 프로토콜 테이블의 엑셀파일 변환
* 시간 정확도 향상
* 로직 정리
* 기타 최적화
'''

Binary file not shown.

@ -1,2 +1,2 @@
[내 컴퓨터] [내 컴퓨터]
내 컴퓨터 = "172.25.0.1" 내 컴퓨터 = "169.254.52.77"

@ -1,5 +1,5 @@
[프로젝트 윈도우_데이터] [프로젝트 윈도우_데이터]
ProjectExplorer.ClassicPosition[String] = "72,1699,762,2197" ProjectExplorer.ClassicPosition[String] = "230,41,920,539"
[AB_Cache_{CB4EC32A-6FE6-4152-94BE-09CAE5668DE3}] [AB_Cache_{CB4EC32A-6FE6-4152-94BE-09CAE5668DE3}]
Cache_Path[Path] Line0001 = "/C/Users/CwPark/AppData/Local/Temp/AB_Cache_{CB4EC" Cache_Path[Path] Line0001 = "/C/Users/CwPark/AppData/Local/Temp/AB_Cache_{CB4EC"

@ -14,6 +14,7 @@
<Item Name="AAA_IO.vi" Type="VI" URL="../Modules/IO/AAA_IO.vi"/> <Item Name="AAA_IO.vi" Type="VI" URL="../Modules/IO/AAA_IO.vi"/>
<Item Name="Generate Params All In One.vi" Type="VI" URL="../_Params/Generate Params All In One.vi"/> <Item Name="Generate Params All In One.vi" Type="VI" URL="../_Params/Generate Params All In One.vi"/>
<Item Name="global.vi" Type="VI" URL="../System/global.vi"/> <Item Name="global.vi" Type="VI" URL="../System/global.vi"/>
<Item Name="Main Panel.rtm" Type="Document" URL="../RtMenu/Main Panel.rtm"/>
<Item Name="연세대2301.vi" Type="VI" URL="../연세대2301.vi"/> <Item Name="연세대2301.vi" Type="VI" URL="../연세대2301.vi"/>
<Item Name="카이스트2302.vi" Type="VI" URL="../카이스트2302.vi"/> <Item Name="카이스트2302.vi" Type="VI" URL="../카이스트2302.vi"/>
<Item Name="의존성" Type="Dependencies"> <Item Name="의존성" Type="Dependencies">

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save