Favicon

ATIK project summary

Peponi2021.4 - Present2m

ATIK CO.,LTD.

1. Overview

반도체 ALD, CMP 공정 등에 사용되는 measuring instruments 제어 SW 개발

2. 역할

  • Project manager, Project leader, Developer
    (Project에 따라 다름)
  • 제어 SW 개발 (참여도 : 40%)
  • 제어 SW 유지보수 (참여도 : 40%)
  • 테스트 (참여도 : 60%)

※ 참여도 : 프로젝트 참여 시 평균 참여도

3. 기술 스택

  • 프로그래밍 언어 : C# (WinForms, WPF, ASP.NET)
  • Components : DevExpress (WinForms, WPF)
  • 네트워크 : Serial(232, 485), Ethernet
  • 프로토콜 : Modbus, gRPC, TIBRV
  • 개발환경 : Visual Studio
  • Install package : NSIS
  • 문서화 : Notion, FigJam, draw.io
  • 디자인 : Figma, FigJam

4. 주요 개발 내용

  • 제어 SW 개발
    계측기 구동 상태 제어, 데이터 특성에 적합한 visualization 구현
  • 서버 연동
    고객사 FDC, 공정 설비 등 연동 기능 구현

5. 성과

  • 공용 라이브러리, 제어 SW 설계 및 개발

    Example - WPF solution
    Solution.sln
    |- Bootstrap.csproj     (WPF app)
    |- Core.csproj            (Class library)
    |- Service.csproj        (WPF class library)
    |- Model.csproj          (Class library)
    |- ViewModel.csproj   (Class library)
    |- View.csproj            (WPF class library)
    Example - Details
    Solution/
    |
    |- Bootstrap/
    |  |- Infrastructure/
    |  |- ...
    |
    |- Core/
    |  |- Define/
    |  |- Utility/
    |  |- Extension/
    |  |- ...
    |
    |- Service/
    |  |- Repository/
    |  |- Dialog/
    |  |- Messenger/
    |  |- ...
    |
    |- Model/
    |  |- AppDependentModelA/
    |  |- AppDependentModelB/
    |  |- ...
    |
    |- ViewModel/
    |  |- Window/
    |  |- Page/
    |  |- ...
    |
    |- View/
    |  |- Window/
    |  |- Page/
    |  |- Component/
    |  |- ...
  • 업무 (프로젝트) 상황별 가이드라인

    • 예시