Hi Ted,
The format of the data transmitted by the QZFM electronics modules over serial port is described on that webpage. If I am misunderstanding your question please provide more details about your request.
The digital stream from the sensor electronics is classified into four data types, identified by the first character as described below
#
Sensor status and response messages from entered commands (as printed in the "Sensor Status" bar of the QuSpin sensor UI). Figure 1 shows the sensor stream during firmware boot up.
|
LED indicators (|10 is Laser Off, |11 is Laser On, |20/|21 is Cell Temperature Lock Off/On, |30/|31 is Laser Lock Off/On, |40/|41 is Field Zero Off/On, and |50/|51 indicates Master/Slave sensor).
~
Sensor parameter readout (~04 is cell temp error, ~05 is cell temp control voltage, ~07 is Bz field,~08 is By field, ~09 is B0 field). To convert the raw field values, subtract 32768 from the 7-digit number following the two digit identifier. For example, ~0733582.50 = (33582.50 – 32768) = 814.5 pT applied Bz field.
!
Magnetometer digital data output (24-bit numbers shown in Figure 6). To convert the raw output to pT, subtract 8388608 and then multiply by 0.01. For example, !8400953 = (8400953 – 8388608 ) x 0.01 = 123.45 pT.
Best regards,
James