![Hioki RM3542-50 Скачать руководство пользователя страница 175](http://html1.mh-extra.com/html/hioki/rm3542-50/rm3542-50_instruction-manual_2137361175.webp)
9.9 Sample Programs
169
9
Set Measurement Conditions
Sets the measurement conditions.
'Setting measurement conditions
'Setting instrument measurement conditions
' Function: Resistance Measurement
'Range: 1
Ω
' Sampling: FAST
' Trigger: External trigger
' Comparator enabled, REF% mode, reference value 1
Ω
, tol1.0% to -1.5%, beeper sounds when High or Low
Private Sub SettingsSubRS()
MSComm1.Settings = "9600,n,8,1"
' Communication port setting
MSComm1.PortOpen = True
' Open a port
MSComm1.Output = ":FUNC RES" & vbCrLf
' Select Resistance function
MSComm1.Output = ":RES:RANG 1E+0" & vbCrLf
' Select 1000 m
Ω
range
MSComm1.Output = ":SPEE FAST" & vbCrLf
' Select FAST sampling
MSComm1.Output = ":TRIG:SOUR EXT" & vbCrLf
' Select external trigger
MSComm1.Output = ":INIT:CONT ON" & vbCrLf
' Continuous measurement ON
MSComm1.Output = ":CALC:LIM:MODE REF" & vbCrLf
' From here on, comparator settings
MSComm1.Output = ":CALC:LIM:BEEP HL" & vbCrLf
MSComm1.Output = ":CALC:LIM:REF 1E+0" & vbCrLf
MSComm1.Output = ":CALC:LIM:PERC 1.0, -1.5" & vbCrLf
MSComm1.Output = ":CALC:LIM:STAT ON" & vbCrLf
' Comparator ON
MSComm1.PortOpen = False
End Sub
Содержание RM3542-50
Страница 1: ......
Страница 2: ......
Страница 6: ...Table of Contents iv...
Страница 26: ...1 3 Screen Organization 20...
Страница 32: ...2 3 Turning the Power On and Off 26...
Страница 48: ...3 8 Confirming Faulty Measurements 42...
Страница 72: ...4 14 Compensating for Thermal EMF Offset Offset Voltage Compensation OVC 66...
Страница 84: ...5 7 Initializing Reset 78...
Страница 94: ...6 4 Auto Exporting Measurement Values at End of Measurement Data Output Function 88...
Страница 206: ...11 4 Disposing of the Instrument 200...
Страница 216: ...Appendix 5 Dimensional diagram A10 Appendix 5 Dimensional diagram Unit mm...
Страница 230: ...Index Index 4...
Страница 231: ...HIOKI E E CORPORATION...
Страница 232: ......
Страница 233: ......
Страница 234: ......