
1110
0 Short Cal Short Cal
1 Open Cal Reserved
Measurement Modes
0000 Reserved
0001 LCR
0010 DCV
0011 ACV
0101 Continuity
0111 ACA
Others Reserved
Reserved
01
11
For example: if LCR function, Cp with D measurement mode is selected in Auto-ranging with Relative and
Open/Short Calibration are turned off and test signal is 1 Vrms in 1 KHz, then the command is as following:
MOD 000001111110001011010010
2. The results of the measurement that will be sent from the 889B to a remote PC will be packed in either
7-byte or 11-byte format.
When dual data (such as Cp with D) will be sent, the data is packed in 11-byte format shown as following:
Lead_code1 : 02
Lead_code2 : 09
Data_code : 8-byte long; two 32-bit floating point number format; the first 4-byte is the main reading (Cp)
and the second 4-byte is the secondary reading (D)
Checksum : -((02+09+data_code) && 0x00FF)
where M-Bx and S-Bx are the four bytes floating point format of main and secondary reading which is sent
from the lowest byte first.
When only main reading (such as DCR) will be sent, the data is packed in 7-byte format described below:
Lead_code1 : 02
Lead_code2 : 03
Data_code : 4 bytes long; the 32-bit floating point format of the main reading
Checksum : -((02+03+data_code) && 0x00FF)
When only secondary reading (such as DCV) will be sent, the data is packed in 11-byte format described
below:
Lead_code1 : 02
Lead_code2 : 09
Comentários a estes Manuais