Test Program은 별다른 통신케이블 연결 없이, 장비 자체적으로 로직을 설정하여 설정한 로직에 의해 테스트를 진행하는 옵션입니다.
Measure Setup -> Task -> Test Program

아래 빨간색 큰 네모 상자를 누른 다음

새로운 파일을 생성하여 Test Program 실행준비를 합니다.

파일을 생성하면 가장 기본적으로 아래와 같은 화면이 나오며,
Commands에서 선택하여 로직을 설정할 수 있습니다.
새로운 test를 생성하면 기본적으로 Start와 End 명령어는 입력되어 있으며, 처음과 끝에 위치하게끔 하면 됩니다.
명령어를 인서트 할 때는, New의 파란색 강조선 위로 생성이 되므로, 초기 명령어 인서트 시 End에 강조선을 맞춘 다음 인서트 해주시면 됩니다.

다음은 각 명령어별 설명입니다.
주로 자주 사용하는 명령어 위주로 설명 드리겠습니다.
Beep | 부저음 on/off 기능(버튼 누를 때 나는 소리) |
Break | Test 강제종료 시 Break지점으로 바로 이동 후, 나머지 코드 끝까지 실행 |
Control | 컨트롤 모드(압력 컨트롤) |
Count1 | Count1 반복횟수 설정 |
Count2 | Count2 반복횟수 설정 |
Dewll | 대기시간 설정 |
Goto | Loop구성 시 필요한 설정으로, 몇 번째 코드로 돌아가 다시 연산할 지 설정 |
If | 로직설정 Count1 or 2 =?, Measure pressure > or < etc.. |
In Limits | In Limits 대역 설정. %FS 기준으로 대역설정 |
In Limits Timer | In Limits 내로 들어왔을 때, 유효한 값을 얻기 위해 대기시간 설정 |
Wait In Limits | 압력이 In Limits될 때까지 대기 |
Measure | 컨트롤 모드를 종료하고, 컨트롤 된 압력을 측정함 |
Pause | 화면 터치 전까지 잠시 멈춤 |
Range | Gauge / Abs센서 설정 |
Rate Max | 압력 컨트롤 속도를 최대속도로 설정 |
Rate Value | 특정 설정에 맞게 압력 컨트롤 mbar/second |
Resolution | 4~7digits 설정가능 |
Set Count1 | Count1 값 설정 |
Set Count2 | Count2 값 설정 |
Setpoint | 설정 압력으로 컨트롤. 400mbar, 800mbar |
Setting Fast | Overshoot으로 설정 |
Setting no overshoot | no overshoot으로 설정 |
Stop Count | Count 설정 반복중단 |
Text | 스크린에 표시될 문구 설정. 직접입력 |
Units | 압력 단위 설정. |
Vent | 압력을 모두 밴트 |
Zero | 센서 리딩값을 제로 |
사용 예)
Step | Command | Argument | Action |
1 | Start |
| Program start |
2 | Units | mbar | Select units, mbar |
3 | Rate Value | 100 | Select rate, 100mbar/Second |
4 | In Limits Timer |
| 10 (00:00:10) seconds |
5 | In Limits | 1 | Set In-Limits band, %FS |
6 | Resolution | 5 | Display resolution, 5 digits |
7 | Setting no overshoot |
| No overshoot |
8 | Zero |
| Pressure zero |
9 | Text |
| Instruction, Start |
10 | Setpoint | 4000 | Set-point, 4000mbar |
11 | Control |
| Control pressure |
12 | Wait In Limits |
| Wait until to In Limits band |
13 | Beep |
| Beep |
14 | Measure |
| Switch to Measure mode |
15 | Dwell | 10 | Wait time, 00:00:10 |
16 | Setpoint | 6000 | Set-point, 6000mbar |
17 | Control |
| Control pressure |
18 | Wait In Limits |
| Wait until to In Limits band |
19 | Beep |
| Beep |
20 | Measure |
| Switch to Measure mode |
21 | Dwell | 10 | Wait time, 00:00:10 |
22 | Text |
| Instruction, End |
23 | Vent |
| Pressure Vent |
24 | End |
| Program End |
루프 구성의 예)
Step | Command | Argument | Action |
1 | Start |
| Program start |
2 | Units | mbar | Select units, mbar |
3 | Rate Value | 200 | Select rate, 200mbar/Second |
4 | In Limits | 1 | Set In-Limits band, %FS |
5 | In Limits Timer |
| 10 (00:00:10) seconds |
6 | Setting no overshoot |
| No overshoot |
7 | Vent |
| Pressure Vent |
8 | Zero |
| Pressure zero |
9 | Text |
| Instruction, Start |
10 | Setpoint | 2000 | Set-point, 2000mbar |
11 | Control |
| Control pressure |
12 | Wait In Limits |
| Wait until to In Limits band |
13 | Measure |
| Switch to Measure mode |
14 | Dwell | 10 | Wait time, 00:00:10 |
15 | Setpoint | 4000 | Set-point, 4000mbar |
16 | Control |
| Control pressure |
17 | Wait In Limits |
| Wait until to In Limits band |
18 | Measure |
| Switch to Measure mode |
19 | Count1 |
| Count1 loop |
20 | Vent |
| Pressure Vent |
21 | Goto | 7 | Loop back to program line 7 |
22 | Break |
|
|
23 | Text |
| Instruction, END |
24 | Vent |
| Pressure Vent |
25 | End |
| Program End |
해당 FAQ가 도움이 되셨나요?
도움이 되었다면 게시글 아래의 좋아요
버튼을 눌러주세요.
문제가 해결되지 않았다면 A/S 접수하기 버튼을 눌러주세요.
A/S 접수하기
Test Program은 별다른 통신케이블 연결 없이, 장비 자체적으로 로직을 설정하여 설정한 로직에 의해 테스트를 진행하는 옵션입니다.
Measure Setup -> Task -> Test Program
아래 빨간색 큰 네모 상자를 누른 다음

새로운 파일을 생성하여 Test Program 실행준비를 합니다.

파일을 생성하면 가장 기본적으로 아래와 같은 화면이 나오며,
Commands에서 선택하여 로직을 설정할 수 있습니다.
새로운 test를 생성하면 기본적으로 Start와 End 명령어는 입력되어 있으며, 처음과 끝에 위치하게끔 하면 됩니다.
명령어를 인서트 할 때는, New의 파란색 강조선 위로 생성이 되므로, 초기 명령어 인서트 시 End에 강조선을 맞춘 다음 인서트 해주시면 됩니다.

다음은 각 명령어별 설명입니다.
주로 자주 사용하는 명령어 위주로 설명 드리겠습니다.
Beep
부저음 on/off 기능(버튼 누를 때 나는 소리)
Break
Test 강제종료 시 Break지점으로 바로 이동 후, 나머지 코드 끝까지 실행
Control
컨트롤 모드(압력 컨트롤)
Count1
Count1 반복횟수 설정
Count2
Count2 반복횟수 설정
Dewll
대기시간 설정
Goto
Loop구성 시 필요한 설정으로,
몇 번째 코드로 돌아가 다시 연산할 지 설정
If
로직설정
Count1 or 2 =?, Measure pressure > or < etc..
In Limits
In Limits 대역 설정. %FS 기준으로 대역설정
In Limits Timer
In Limits 내로 들어왔을 때, 유효한 값을 얻기 위해 대기시간 설정
Wait In Limits
압력이 In Limits될 때까지 대기
Measure
컨트롤 모드를 종료하고, 컨트롤 된 압력을 측정함
Pause
화면 터치 전까지 잠시 멈춤
Range
Gauge / Abs센서 설정
Rate Max
압력 컨트롤 속도를 최대속도로 설정
Rate Value
특정 설정에 맞게 압력 컨트롤 mbar/second
Resolution
4~7digits 설정가능
Set Count1
Count1 값 설정
Set Count2
Count2 값 설정
Setpoint
설정 압력으로 컨트롤. 400mbar, 800mbar
Setting Fast
Overshoot으로 설정
Setting no overshoot
no overshoot으로 설정
Stop Count
Count 설정 반복중단
Text
스크린에 표시될 문구 설정. 직접입력
Units
압력 단위 설정.
Vent
압력을 모두 밴트
Zero
센서 리딩값을 제로
사용 예)
Step
Command
Argument
Action
1
Start
Program start
2
Units
mbar
Select units, mbar
3
Rate Value
100
Select rate, 100mbar/Second
4
In Limits Timer
10 (00:00:10) seconds
5
In Limits
1
Set In-Limits band, %FS
6
Resolution
5
Display resolution, 5 digits
7
Setting no overshoot
No overshoot
8
Zero
Pressure zero
9
Text
Instruction, Start
10
Setpoint
4000
Set-point, 4000mbar
11
Control
Control pressure
12
Wait In Limits
Wait until to In Limits band
13
Beep
Beep
14
Measure
Switch to Measure mode
15
Dwell
10
Wait time, 00:00:10
16
Setpoint
6000
Set-point, 6000mbar
17
Control
Control pressure
18
Wait In Limits
Wait until to In Limits band
19
Beep
Beep
20
Measure
Switch to Measure mode
21
Dwell
10
Wait time, 00:00:10
22
Text
Instruction, End
23
Vent
Pressure Vent
24
End
Program End
루프 구성의 예)
Step
Command
Argument
Action
1
Start
Program start
2
Units
mbar
Select units, mbar
3
Rate Value
200
Select rate, 200mbar/Second
4
In Limits
1
Set In-Limits band, %FS
5
In Limits Timer
10 (00:00:10) seconds
6
Setting no overshoot
No overshoot
7
Vent
Pressure Vent
8
Zero
Pressure zero
9
Text
Instruction, Start
10
Setpoint
2000
Set-point, 2000mbar
11
Control
Control pressure
12
Wait In Limits
Wait until to In Limits band
13
Measure
Switch to Measure mode
14
Dwell
10
Wait time, 00:00:10
15
Setpoint
4000
Set-point, 4000mbar
16
Control
Control pressure
17
Wait In Limits
Wait until to In Limits band
18
Measure
Switch to Measure mode
19
Count1
Count1 loop
20
Vent
Pressure Vent
21
Goto
7
Loop back to program line 7
22
Break
23
Text
Instruction, END
24
Vent
Pressure Vent
25
End
Program End
해당 FAQ가 도움이 되셨나요?
도움이 되었다면 게시글 아래의 좋아요
버튼을 눌러주세요.
문제가 해결되지 않았다면 A/S 접수하기 버튼을 눌러주세요.
A/S 접수하기