27 Commits

Author SHA1 Message Date
jiwonRepair
fbbd9bbe34 fix : BeforeTrayData fucntion fix ( BeforeData > 0 ) 2025-07-31 17:44:21 +09:00
jiwonRepair
2e69b395cd fix: program ver 1.1.10 2025-07-31 17:07:41 +09:00
jiwonRepair
dd427a8d4e feat: Block serial number registration for non-info1/info2 accounts 1.1.10 2025-07-31 17:04:37 +09:00
jiwonRepair
3fe99e62ef Refactor : Changed ShotSearch() condition from False to 0 1.1.9 2025-07-31 15:38:41 +09:00
jiwonRepair
5bd867e735 feat: program version 1.1.8 2025-07-31 10:08:34 +09:00
jiwonRepair
9d5901c3ac fix: string to number comparison 1.1.8 2025-07-25 11:10:07 +09:00
jiwonRepair
29e6e56846 fix: Ensure both MsgBox messages are shown sequentially 1.1.7 2025-07-24 16:44:13 +09:00
jiwonRepair
de87e8c42d chore: edit release note 2025-07-24 11:35:47 +09:00
jiwonRepair
c8128ee586 chore: remove unused comment 2025-07-24 11:30:04 +09:00
jiwonRepair
a724e836d8 fix: handle exception when ShotSearch returns timeout message
Problem:
- Unhandled exception occurs during ShotSearch execution.
- Error message: "Conversion from string 'The operation has timed out.'
  to type 'Double' is not valid."

Reproduction:
- Occurs when the communication port is disconnected during the
  "Information Input" state.

Cause:
- ShotSearch returns a timeout message as a string.
- Comparing this string directly to an integer (e.g., If ShotSearch() = 0)
  causes a runtime type conversion exception.

Fix:
- Updated condition from:
    If ShotSearch() = 0 Then
  to:
    If ShotSearch() = "False" Then
- Prevents runtime error by avoiding invalid comparison between string and integer.
1.1.6
2025-07-24 11:21:32 +09:00
jiwonRepair
d44e15e03b fix: Effect V3 Color list & serial number error message fixed 1.1.5 2025-07-21 16:18:44 +09:00
jiwonRepair
e5e9509217 feat: EFFECT model split cartridge color code V2 & V3 1.1.4 2025-07-17 16:34:47 +09:00
jiwonRepair
28abdd019d fix: Model name length 10 >> 13 in DataBase 1.1.3 2025-07-16 15:25:55 +09:00
41e4c22c39 Update README.md 2025-07-16 10:43:46 +09:00
jiwonRepair
af0aa16041 feat: MAXIMUM ALPHA 2025-07-16 10:39:32 +09:00
3de868bf87 Update README.md 2025-07-10 17:59:36 +09:00
b7d74efe42 Update README.md 2025-07-10 17:57:16 +09:00
f5520f1ffa Update README.md 2025-07-10 17:52:20 +09:00
1f060c7ccf docs: 설정 캡처 화면 추가 2025-07-10 17:48:57 +09:00
ac754ccccb Update README.md 2025-07-08 17:23:44 +09:00
58f4bf5684 Update README.md 2025-07-08 17:23:28 +09:00
2312a2851b docs: main 캡처 화면 추가 2025-07-08 17:22:13 +09:00
2ca891db6e Add README.md 2025-07-08 17:18:33 +09:00
c273525ae7 feat: 제품 시리얼 번호 입력 시 (실제)제조일자 저장 2025-06-26 13:55:14 +09:00
56f310d888 feat: MAXIMUM_V2 색상추가(Pink, Yellow) 2025-06-25 14:36:35 +09:00
9e7a310be9 초기 커밋. 2025-06-25 11:19:00 +09:00
a408eb2d7e .gitattributes 및 .gitignore을(를) 추가합니다. 2025-06-25 11:18:56 +09:00