4-17
Remote Control
Reading the Measurement Results
Figure 4-2. Relationship between the three tables of the results.mdb database.
First, open the results database with the following lines of code:
Private m_dbResults As Database
dbPath = txtDBPath & "\Results.mdb"
' Open the results database
Set m_dbResults = OpenDatabase(dbPath, False, True) ' Open database as shared, read-only
The results database has three linked tables,
DUTInfo, TestInfo,
and
Parameter.
The
simplest way to handle the linkage is to create a sequence of recordsets. The
first might be accessed with something like:
sql_command = "SELECT * FROM DUTInfo WHERE sTestGroupName = 'New_Calibration' ” & _”AND
sResult = 'PASSED' ORDER BY lReportID DESC;"
Set rsReportID = dbResults.OpenRecordset(sql_command, dbOpenDynaset)
Содержание 86037B
Страница 1: ...User s Guide HP 86037B Chromatic Dispersion Test System ...
Страница 31: ...2 13 Operation The Main Window Figure 2 4 Repeat Measurement Selector ...
Страница 72: ...3 16 Normalization Setting Normalization Preferences ...
Страница 94: ...4 22 Remote Control TES Parameters Main chromatic dispersion screen ...
Страница 100: ...4 28 Remote Control TES Parameters CD and Gain Measurement Settings Dialog Box ...
Страница 102: ...4 30 Remote Control TES Parameters Length Measurement Settings Dialog Box ...
Страница 104: ...4 32 Remote Control TES Parameters Normalization Settings Dialog Box ...
Страница 106: ...4 34 Remote Control TES Parameters New Normalization Button Dialog Box ...
Страница 120: ...4 48 Remote Control Output Parameters ...
Страница 158: ...5 38 Maintenance Hewlett Packard Sales and Service Offices ...
Страница 165: ...6 7 Installation Installation 2 3 4 5 1 8 7 Fan Pack 6 6 Power Distribution Assembly 1 7 Power Distribution Assembly 2 ...
Страница 170: ...6 12 Installation Installation ...
Страница 174: ...7 4 Reference Theory of Operation Figure 7 3 HP 86037B Block Diagram Options 121 and 122 ...
Страница 175: ...7 5 Reference Theory of Operation Figure 7 4 The HP 86037B Option 114 block diagram ...
Страница 190: ...7 20 Reference System Options ...
Страница 191: ...8 Specifications 8 3 Regulatory Information 8 7 Specifications and Regulatory Information ...
Страница 198: ...8 8 Specifications and Regulatory Information Regulatory Information Declaration of Conformity ...
Страница 204: ...Index 6 Index ...