Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
resources:eval:user-guides:circuits-from-the-lab:cn0178 [25 Oct 2017 05:48] – created Trisha Cabildoresources:eval:user-guides:circuits-from-the-lab:cn0178 [23 Mar 2022 05:53] (current) – updated sw link Trisha Cabildo
Line 13: Line 13:
 ===== Required Equipment ===== ===== Required Equipment =====
   * [[adi>EVAL-CN0178-SDPZ|EVAL-CN0178-SDPZ Evaluation Board]]   * [[adi>EVAL-CN0178-SDPZ|EVAL-CN0178-SDPZ Evaluation Board]]
-  * [[http://www.analog.com/EVAL-SDP-CB1Z|EVAL-SDP-CB1Z]] Controller Board (**SDP-B Board**) +  * [[adi>EVAL-SDP-CB1Z|EVAL-SDP-CB1Z]] Controller Board (**SDP-B Board**) 
-  * [[ftp://ftp.analog.com/pub/cftl/CN0178/|CN0178 Evaluation Software]] +  * [[http://swdownloads.analog.com/cse/cftl/CN0178/CN0178_SDP_Eval_Software.zip|CN0178 Evaluation Software]] 
-  * Power Supply +  * 6 V or 6 V Wall wart 
-      * 6 V or 6 V Wall wart+      * //Agilent E3631A power supply//
   * PC with the following //Minimum Requirements//   * PC with the following //Minimum Requirements//
       * Windows 7 (32-bit), Windows Vista (32-bit) or Windows XP       * Windows 7 (32-bit), Windows Vista (32-bit) or Windows XP
       * USB interface       * USB interface
-  * RF signal source (**Optional**)+  * RF signal source 
       * //Rohde & Schwarz SMT-03 RF signal source//       * //Rohde & Schwarz SMT-03 RF signal source//
   * Coaxial RF cable with SMA connectors   * Coaxial RF cable with SMA connectors
Line 27: Line 27:
 ===== General Setup ===== ===== General Setup =====
 ==== Block assignments ==== ==== Block assignments ====
-{{ :resources:eval:user-guides:circuits-from-the-lab:cn0178:cn0178-hw-1024.jpg?nolink&650 |}}\\ +{{ :resources:eval:user-guides:circuits-from-the-lab:cn0178:10-25-2017_2-16-34_pm.png?nolink&650 |}}\\ 
-  * The [[http://www.analog.com/EVAL-CN0178-SDPZ|EVAL-CN0178-SDPZ]] **(CN-0178 Board)** connects to the [[http://www.analog.com/EVAL-SDP-CB1Z|EVAL-SDP-CB1Z]] **(SDP-B Board)** via the 120-Pin connector +  * The [[adi>EVAL-CN0178-SDPZ|EVAL-CN0178-SDPZ]] **(CN-0178 Board)** connects to the [[adi>EVAL-SDP-CB1Z|EVAL-SDP-CB1Z]] **(SDP-B Board)** via the 120-Pin connector 
-  * The [[http://www.analog.com/EVAL-SDP-CB1Z|EVAL-SDP-CB1Z]] **(SDP-B Board)** connects to the PC via the USB cable. +  * The [[adi>EVAL-SDP-CB1Z|EVAL-SDP-CB1Z]] **(SDP-B Board)** connects to the PC via the USB cable. 
-  * Terminal block **J2** is the +6 V power supply input+  * Terminal block **J1** is the +6 V power supply 
 +  * Terminal block **J2** is the +6 V barrel connector for wall wart supply input
   * Terminal block **J3** is the SMA connector for RF input   * Terminal block **J3** is the SMA connector for RF input
  
 \\ \\
 +==== Test setup ==== 
 +{{ :resources:eval:user-guides:circuits-from-the-lab:cn0178:10-30-2017_3-33-48_pm.png?nolink&600 |}}\\ 
 +  - Connect the 120-pin connector on the [[adi>EVAL-CN0178-SDPZ|EVAL-CN0178-SDPZ Evaluation Board]] to the connector marked “CON A” on the [[adi>EVAL-SDP-CB1Z|EVAL-SDP-CB1Z]] evaluation (SDP) board 
 +  - Connect the RF signal source to the [[adi>EVAL-CN0178-SDPZ|EVAL-CN0178-SDPZ Evaluation Board]] via the SMA RF input connector 
 +  - With power to the supply off, connect a +6 V power supply to the pins marked “+6V” and “GND” on the board 
 +      *//If available, a +6 V "wall wart" can be connected to the barrel connector on the board and used in place of the +6 V power supply// 
 +  - Connect the USB cable supplied with the SDP board to the USB port on the PC 
 +  - Apply power to the +6 V supply (or “wall wart”) connected to [[adi>EVAL-CN0178-SDPZ|EVAL-CN0178-SDPZ Evaluation Board]] 
 +  - Launch the evaluation software 
 +  - Connect the USB cable from the PC to the USB mini connector on the SDP board 
 +\\
 <WRAP center round important 60%> <WRAP center round important 60%>
- Do **not** connect the USB cable to the Mini-USB connector on the SDP board before turning on the dc power supply for the **EVAL-CN0150-SDPZ**.+ Do **not** connect the USB cable to the Mini-USB connector on the SDP board before turning on the dc power supply for the **EVAL-CN0178-SDPZ**.
 </WRAP> </WRAP>
 +\\
 +
 +==== Calibration ====
 +Because the slope and intercept of the system vary from device to device, a system level calibration is **required**. For this board, a 4-point calibration is used to correct for some non-linearity in the RF detector's transfer function particularly at the low end.
 +  - Apply four known signal levels to ADL5902. Note that it should be well within the linear operating range of the device {{ :resources:eval:user-guides:circuits-from-the-lab:cn0178:8.png?400 |}}\\
 +  - Measure the corresponding output codes from the ADC
 +  - Calculate SLOPE_ADC and INTERCEPT calibration coefficients using the following equations:
 +          * **SLOPE_1** = (CODE_1 - CODE_2)/(PIN_1 - PIN_2)
 +          * **INTERCEPT1** = CODE_1/(SLOPE_ADC/PIN_1)
 +  - This calculation is repeated using CODE2/CODE3 and CODE3/CODE4 to calculate SLOPE2/INTERCEPT2 and SLOPE3/INTERCEPT3 respectively
 +  - These will be used to calculate the unknown input power level, PIN, when operation in the field using the equation
 +          * **PIN** = (CODE/SLOPE) + INTERCEPT
 +  - The observed code from the ADC will be compared to the calibration coefficient codes in order to retrieve the appropriate SLOPE and INTERCEPT calibration coefficients.
 +          * Example: If CODE from ADC is between CODE1 and CODE2, then SLOPE1/INTERCEPT1 should be used
 +\\
  
 ---- ----
 ===== Installing the Evaluation Software ===== ===== Installing the Evaluation Software =====
-  - Extract the file **CN0150_Evaluation_Software.zip** and open the file **setup.exe**.\\ \\ <WRAP left tip round box 60%>**NOTE:** It is recommended that you install the [[ftp://ftp.analog.com/pub/cftl/CN0150/|CN0150 Evaluation Software]] to the default directory path **C:\Program Files (x86)\Analog Devices\CN0150\** and all National Instruments products to **C:\Program Files\National Instruments\**</WRAP> {{:resources:eval:user-guides:circuits-from-the-lab:cn0150:1.png?nolink&500|}} +  - Extract the file **CN0178_Evaluation_Software.zip** and open the file **setup.exe**.\\ \\ <WRAP left tip round box 60%>**NOTE:** It is recommended that you install the [[http://swdownloads.analog.com/cse/cftl/CN0178/CN0178_SDP_Eval_Software.zip|CN0178 Evaluation Software]] to the default directory path **C:\Program Files (x86)\Analog Devices\CN0178\** and all National Instruments products to **C:\Program Files\National Instruments\**</WRAP> {{:resources:eval:user-guides:circuits-from-the-lab:cn0178:1.png?nolink&500|}} 
-  - **Accept** the license agreement to proceed to the installation review page\\ \\ {{:resources:eval:user-guides:circuits-from-the-lab:cn0150:2.png?nolink&500|}}}\\ \\ +  - Click **Next** to view the installation review page\\ \\ {{:resources:eval:user-guides:circuits-from-the-lab:cn0178:2.png?nolink&500|}}\\ \\ 
-  - Click **Next** to view the installation review page\\ \\ {{:resources:eval:user-guides:circuits-from-the-lab:cn0150:3.png?nolink&500|}}\\ \\ +  - Click **Next** to start the installation\\ \\ {{:resources:eval:user-guides:circuits-from-the-lab:cn0178:3.png?nolink&500|}}\\ \\ 
-  - Click **Next** to start the installation\\ \\ {{:resources:eval:user-guides:circuits-from-the-lab:cn0150:4.png?nolink&500|}}\\ \\ +  - Upon completion of the installation of the **CN-0178 Evaluation Software**, the installer for the **ADI SDP Drivers** will execute.\\ \\ <WRAP left tip round box 60%>**NOTE:** It is recommended that you close all other applications before clicking **“Next”**.  This will make it possible to update relevant system files without having to reboot your computer.</WRAP>\\ \\ {{:resources:eval:user-guides:circuits-from-the-lab:cn0178:4.png?nolink&500|}}\\ \\ 
-  - Upon completion of the installation of the **CN-0150 Evaluation Software**, the installer for the **ADI SDP Drivers** will execute.\\ \\ <WRAP left tip round box 60%>**NOTE:** It is recommended that you close all other applications before clicking **“Next”**.  This will make it possible to update relevant system files without having to reboot your computer.</WRAP>\\ \\ {{:resources:eval:user-guides:circuits-from-the-lab:cn0150:5.png?nolink&500|}}\\ \\ +  - Press **“Next”** to set the installation location for the **SDP Drivers**.\\ \\ <WRAP left round tip 50%>It is recommended that you install the drivers to the default directory path \\ **C:\Program Files\Analog Devices\SDP\Drivers**</WRAP>\\ \\ {{:resources:eval:user-guides:circuits-from-the-lab:cn0178:5.png?nolink&500|}}\\ \\ 
-  - Press **“Next”** to set the installation location for the **SDP Drivers**.\\ \\ <WRAP left round tip 50%>It is recommended that you install the drivers to the default directory path \\ **C:\Program Files\Analog Devices\SDP\Drivers**</WRAP>\\ \\ {{:resources:eval:user-guides:circuits-from-the-lab:cn0150:6.png?nolink&500|}}\\ \\ +  - Press **“Install”** to install the **SDP Drivers** and complete the installation of all software.  Click **"Finish"** when done.\\ \\ {{:resources:eval:user-guides:circuits-from-the-lab:cn0178:6.png?nolink&500|}}
-  - Press **“Install”** to install the **SDP Drivers** and complete the installation of all software.  Click **"Finish"** when done.\\ \\ {{:resources:eval:user-guides:circuits-from-the-lab:cn0150:8.png?nolink&500|}}+
  
 ---- ----
 ===== Using the Evaluation Software ===== ===== Using the Evaluation Software =====
-====Test Setup Tab==== +==== Main Window ==== 
-{{ :resources:eval:user-guides:circuits-from-the-lab:cn0150:9.png?nolink&600 |}}\\ +{{ :resources:eval:user-guides:circuits-from-the-lab:cn0178:9.png?700 |}} 
-  +  - **Connect** Button - Starts the connection between the [[ADI>CN0178|CN0178 Evaluation Board]] and [[ADI>EVAL-SDP-CB1Z|SDP-B Controller Board]]. 
 +  - **Disconnect** Button - Ends the connection between the [[ADI>CN0178|CN0178 Evaluation Board]] and [[ADI>EVAL-SDP-CB1Z|SDP-B Controller Board]] 
 +  - **SDP Connector** - Selects which 120-pin connection of the SDP-B Board to use 
 +  - **Input Power** - Indicate input signal power level 
 +  - **Frequency** - Indicate input signal frequency 
 +  - **Data Acquisition** Controls \\ {{ :resources:eval:user-guides:circuits-from-the-lab:cn0178:10.png?700 |}} 
 +      * **Sample Data** - Start acquisition of measurement data  
 +      * **Remove Data Point** - Remove a data point from samples 
 +      * **Clear Data** - Clear the current measurement data 
 +      * **Save Data** - Save measurement data to file 
 +  - **Sample Data Graph** Tab - Shows the XY plot of ADC code and output error (%) with respect to the shunt voltage\\ {{ :resources:eval:user-guides:circuits-from-the-lab:cn0150:11.png?nolink&700 |}} 
 +      * **Plot Options** - Edit plot display and options like interpolation and color of output waveform 
 +  - **Calibration** Tab 
 +      * **Calibration Inputs** - Four point input power levels used for calibration purposes 
 +      * **Calibration Data** - Enable calibration of the device 
 +      * **Calibration Coefficients** - Read only. Calculated calibration coefficients based on four point input power levels 
 +  - **Administration** Tab \\ {{ :resources:eval:user-guides:circuits-from-the-lab:cn0150:15.png?nolink&600 |}} 
 +      * **Read Firmware** - Reads the firmware of CN0150 Evaluation Board  
 +      * **Flash LED** - Flashes the LED on the SDP controller board 
 +  - **Quit** Button - Closes the evaluation software
 \\ \\
  
 +==== Running the System ====
 +  -Open the CN0178.exe application from the default installation location
 +  -Set the correct connector and click the Connect Button
 +  -Upon successful connection, calibrate the device through the calibration tab
 +  -After proper calibration, set the correct input parameters and control the data measurement through the data acquisition control buttons
 +  -Click Disconnect if finished
 +  -Click Quit to exit the program
 +
 +\\
 ---- ----
  
 ===== More Information and Useful Links  ===== ===== More Information and Useful Links  =====
-  * [[ftp://ftp.analog.com/pub/cftl/CN0150/|CN0150 Evaluation Software]] +  * [[http://swdownloads.analog.com/cse/cftl/CN0178/CN0178_SDP_Eval_Software.zip|CN0178 Evaluation Software]] 
-  * [[ADI>CN0150|CN0150 Circuit Note Page]] +  * [[ADI>CN0178|CN0178 Circuit Note Page]] 
-  * [[http://www.analog.com/media/en/reference-design-documentation/design-integration-files/CN0150-DesignSupport.zip|CN0150 Design Support Package]] +  * [[adi>media/en/reference-design-documentation/design-integration-files/CN0178-DesignSupport.zip|CN0178 Design Support Package]] 
-  * [[ADI>AD8318|AD8318 Product Page]] + 
-  * [[ADI>ADR421|ADR421 Product Page]] +  * [[ADI>ADL5902|ADL5902 Product Page]] 
-  * [[ADI>AD7887|AD7887 Product Page]]+  * [[ADI>AD7466|AD7466 Product Page]] 
 +  * [[ADI>ADG3231|ADG3231 Product Page]]
  
 ===== Schematic, PCB Layout, Bill of Materials ===== ===== Schematic, PCB Layout, Bill of Materials =====
  
 <WRAP round 80% download> <WRAP round 80% download>
-[[http://www.analog.com/media/en/reference-design-documentation/design-integration-files/CN0150-DesignSupport.zip|EVAL-CN0150-SDPZ Design & Integration Files]]+[[adi>media/en/reference-design-documentation/design-integration-files/CN0178-DesignSupport.zip|EVAL-CN0178-SDPZ Design & Integration Files]]
   * Schematics    * Schematics 
   * PCB Layout    * PCB Layout 
Line 75: Line 129:
   * PADS project   * PADS project
 </WRAP> </WRAP>
 +
 +=====Registration===== 
 +<WRAP round tip 80% >
 +Receive software update notifications, documentation updates, view the latest videos, and more when you register your hardware.  [[reg>EVAL-CN0178-SDPZ?&v=Rev C|Register]] to receive all these great benefits and more!</WRAP>
  
 //End of Document// //End of Document//
  
resources/eval/user-guides/circuits-from-the-lab/cn0178.1508903316.txt.gz · Last modified: 25 Oct 2017 05:48 by Trisha Cabildo