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:analog-discovery-pro-3x50:reference-manual [2021/05/14 23:07] – ↷ Links adapted because of a move operation Arthur Browntest-and-measurement:analog-discovery-pro-3x50:reference-manual [2023/01/23 22:38] (current) – Matlab support link updated James Colvin
Line 81: Line 81:
 ===== Power Supplies ===== ===== Power Supplies =====
  
-{{reference:test-and-measurement:analog-discovery-pro-3x50:power-supplies.png?nolink&800}}+{{:test-and-measurement:analog-discovery-pro-3x50:ad2supplies.png?600|}}
  
 The Analog Discovery Pro (ADP3450/ADP3250) has one programmable Digital Voltage Supply, which can supply between 1.2V and 3.3V, through the Power Supplies ("Supplies") instrument. The Digital I/O Pulls are also configured through the Power Supply instrument, where each digital I/O channel can be individually set to Up, Float or Down.  The Analog Discovery Pro (ADP3450/ADP3250) has one programmable Digital Voltage Supply, which can supply between 1.2V and 3.3V, through the Power Supplies ("Supplies") instrument. The Digital I/O Pulls are also configured through the Power Supply instrument, where each digital I/O channel can be individually set to Up, Float or Down. 
Line 120: Line 120:
 ==== Features ==== ==== Features ====
   * Measurements: DC, AC RMS, True RMS, with Averages, Minimums, and Maximums   * Measurements: DC, AC RMS, True RMS, with Averages, Minimums, and Maximums
-  * Up to 24 hours of data logged at a 1Hz sample rate+  * Up to 24 hours of data logged at a 1 Hz sample rate
   * Scriptable conversion functions   * Scriptable conversion functions
  
Line 268: Line 268:
 Each of WaveForms' instruments can be controlled through scripts within the WaveForms application itself. WaveForms' "Script" instrument allows the user to write and run JavaScript code that can control the rest of the application through an extensive API. This allows the user to configure and run many instruments at the same time, in an easily repeatable way. Each of WaveForms' instruments can be controlled through scripts within the WaveForms application itself. WaveForms' "Script" instrument allows the user to write and run JavaScript code that can control the rest of the application through an extensive API. This allows the user to configure and run many instruments at the same time, in an easily repeatable way.
  
-A variety of code examples are available in the application to aid in learning to write WaveForms scripts. Additional resources for writing scripts can be found on the Scopes and Instruments section of the [[https://forum.digilentinc.com|Digilent Forum]].+A variety of code examples are available in the application to aid in learning to write WaveForms scripts. Additional resources for writing scripts can be found on the Test and Measurement section of the [[https://forum.digilent.com|Digilent Forum]].
  
 A plot pane within the Script instrument itself can be used to integrate data from many different instruments, and display it in a highly customizable way. A plot pane within the Script instrument itself can be used to integrate data from many different instruments, and display it in a highly customizable way.
Line 294: Line 294:
 ===== WaveForms Software Development Kit (SDK) ===== ===== WaveForms Software Development Kit (SDK) =====
  
-WaveForms SDK is a set of software libraries and examples that can be used to develop custom applications that can control Digilent Test and Measurement devices. Supported languages include C, C++, C#, Visual Basic, and Python. Third-party toolkits are available for LabVIEW and MATLAB. Instructions for using WaveForms with LabVIEW are available through our guide [[test-and-measurement:guides:getting-started-with-labview|Getting Started with LabVIEW and a Test and Measurement Device]]. /*The MATLAB support package is available through the [[https://www.mathworks.com/hardware-support/digilent-analog-discovery.html|MathWorks website]].*/ More information about WaveForms SDK can be found through the [[software:waveforms:waveforms-sdk:start|WaveForms SDK Resource Center]].+WaveForms SDK is a set of software libraries and examples that can be used to develop custom applications that can control Digilent Test and Measurement devices. Supported languages include C, C++, C#, Visual Basic, and Python. Third-party toolkits are available for LabVIEW. Instructions for using WaveForms with LabVIEW are available through our guide [[test-and-measurement:guides:getting-started-with-labview|Getting Started with LabVIEW and a Test and Measurement Device]]. The MATLAB support package is available through the [[https://www.mathworks.com/matlabcentral/fileexchange/122817-digilent-toolbox|MathWorks website]]. More information about WaveForms SDK can be found through the [[software:waveforms:waveforms-sdk:start|WaveForms SDK Resource Center]].
  
 ==== Features ==== ==== Features ====
   * Downloaded via the WaveForms installer, used independently of the WaveForms application   * Downloaded via the WaveForms installer, used independently of the WaveForms application
-  * Languages supported: C/C++, C#, MATLAB, Python, Visual Basic+  * Languages supported: C/C++, C#, Python, Visual Basic
   * Provides control of hardware channels and virtual instruments to custom applications   * Provides control of hardware channels and virtual instruments to custom applications
  
 ---- ----