Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
test-and-measurement:guides:getting-started-with-labview [2024/02/28 15:53] – [Inventory] updated devices list, waiting for go-live Fausto Soarestest-and-measurement:guides:getting-started-with-labview [2024/04/18 18:28] (current) – Add ULx callout Arthur Brown
Line 1: Line 1:
-====== Getting Started with LabVIEW and a Test and Measurement Device ======+====== Getting Started with LabVIEW and a Digilent Discovery Device ======
  
 ~~TechArticle~~ ~~TechArticle~~
  
-{{:test-and-measurement:analog-discovery-3:labview-splashscreen.png?800 |Digilent WaveForms VI}}+{{:test-and-measurement:analog-discovery-3:labview-splashscreen.png?800|Digilent WaveForms VI}}
  
-The following guide presents how to install and use the Digilent WaveForms VIs LabVIEW package, to control Test and Measurement devices. Demos for controlling the Power Supply, the Digital I/O lines, the Waveform Generator, and the Oscilloscope instruments can be found in the [[getting-started-with-labview#examples|Examples]] section of this document.+The following guide presents how to install and use the Digilent WaveForms VIs LabVIEW package, to control Digilent Test and Measurement devices. Demos for controlling the Power Supply, the Digital I/O lines, the Waveform Generator, and the Oscilloscope instruments can be found in the [[getting-started-with-labview#examples|Examples]] section of this document.
 ---- ----
  
Line 12: Line 12:
 <WRAP group> <WRAP group>
   * A Digilent Test and Measurement device   * A Digilent Test and Measurement device
-/*    * [[test-and-measurement:analog-discovery-pro-2230:start|Analog Discovery Pro (ADP2230)]]*/ 
     * [[test-and-measurement:analog-discovery-3:start|Analog Discovery 3]]     * [[test-and-measurement:analog-discovery-3:start|Analog Discovery 3]]
 +    * [[test-and-measurement:analog-discovery-pro-5250:start|Analog Discovery Pro (ADP5250)]]
     * [[test-and-measurement:analog-discovery-pro-3x50:start|Analog Discovery Pro (ADP3450/ADP3250)]]     * [[test-and-measurement:analog-discovery-pro-3x50:start|Analog Discovery Pro (ADP3450/ADP3250)]]
 +    * [[test-and-measurement:analog-discovery-pro-2230:start|Analog Discovery Pro (ADP2230)]]
     * [[test-and-measurement:discovery-power-supply-3340:start|Discovery Power Supply (DPS3340)]]     * [[test-and-measurement:discovery-power-supply-3340:start|Discovery Power Supply (DPS3340)]]
     * [[test-and-measurement:analog-discovery-studio:start|Analog Discovery Studio]]     * [[test-and-measurement:analog-discovery-studio:start|Analog Discovery Studio]]
Line 25: Line 26:
 **Note:** //If a Test and Measurement device without analog input and/or output channels (Digital Discovery), or without variable power supplies (Analog Discovery) is selected, certain examples in this guide will not work.// **Note:** //If a Test and Measurement device without analog input and/or output channels (Digital Discovery), or without variable power supplies (Analog Discovery) is selected, certain examples in this guide will not work.//
  
-**Note:** //WaveForms can be downloaded from the [[software:waveforms:waveforms-3:start]] and the set up process is found in the [[software:waveforms:waveforms-3:getting-started-guide]]. By installing WaveForms, the Digilent WaveForms Runtime will be installed, which is needed by the WaveForms VIs.//+**Note:** //The latest installers for WaveForms can be downloaded Digilent's hosting area [[https://digilent.com/shop/software/digilent-waveforms/download|here]] and the set up process is found in the [[software:waveforms:waveforms-3:getting-started-guide]]. By installing WaveForms, the Digilent WaveForms Runtime will be installed, which is needed by the WaveForms VIs.//
  
 **Note:** //To download LabVIEW, an NI account is needed. Alternatively, LabVIEW Community can be downloaded from [[https://www.ni.com/ro-ro/shop/labview/select-edition/labview-community-edition.html/|LabVIEW Community]] and a getting started guide can be found at [[https://labviewwiki.org/wiki/Getting_Started|LabVIEW Community Getting Started]]. LabVIEW's Add-On Tool, VI Package Manager (VIPM), is used in this guide. Installation of VIPM is mentioned in the guide. // **Note:** //To download LabVIEW, an NI account is needed. Alternatively, LabVIEW Community can be downloaded from [[https://www.ni.com/ro-ro/shop/labview/select-edition/labview-community-edition.html/|LabVIEW Community]] and a getting started guide can be found at [[https://labviewwiki.org/wiki/Getting_Started|LabVIEW Community Getting Started]]. LabVIEW's Add-On Tool, VI Package Manager (VIPM), is used in this guide. Installation of VIPM is mentioned in the guide. //
 +
 +If you're looking for LabVIEW support for //Measurement Computing (MCC)// and //Data Translation (DT)// devices, check out these resource centers: [[/software/universal-library/labview/start]], [[/software/lv-link/start]].
 ---- ----