Differences

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

Link to this comparison view

Next revision
Previous revision
software:universal-library:labview:start [2023/07/12 16:53] – created Marthasoftware:universal-library:labview:start [2024/05/13 14:46] (current) – now supports LabVIEW 2024 Fausto Soares
Line 5: Line 5:
 {{Digilent Infobox {{Digilent Infobox
 | Support = https://forum.digilent.com/forum/39-measurement-computing-mcc/ | Support = https://forum.digilent.com/forum/39-measurement-computing-mcc/
-| Manual = +| Manual = https://cloud.digilent.com/myproducts/ULxforLV?pc=1&tab=2
 | Manual Name = Download Now | Manual Name = Download Now
 | Title = ULx for NI LabVIEW™ | Title = ULx for NI LabVIEW™
Line 12: Line 12:
 | Bullet = Comprehensive library of VIs and example programs for NI LabVIEW™ | Bullet = Comprehensive library of VIs and example programs for NI LabVIEW™
 | Bullet = Seamless operation with most MCC hardware products | Bullet = Seamless operation with most MCC hardware products
-| Bullet = Compatible with NI LabVIEW versions 2015-2023+| Bullet = Compatible with NI LabVIEW versions 2015-2024
 | Bullet = Included with MCC DAQ Software | Bullet = Included with MCC DAQ Software
 | Bullet = Supported Operating Systems: Windows® 11/10/8/7/XP, 32-bit or 64-bit | Bullet = Supported Operating Systems: Windows® 11/10/8/7/XP, 32-bit or 64-bit
Line 24: Line 24:
 ===== Documentation ===== ===== Documentation =====
  
-  * [[https://www.mccdaq.com/PDFs/manuals/QS%20ULx%20for%20NI%20LabVIEW.pdf |Quick Start Guide]] +  * [[https://files.digilent.com/manuals/QS%20ULx%20for%20NI%20LabVIEW.pdf |Quick Start Guide]] 
-  * [[https://www.mccdaq.com/PDFs/specs/ulx_data.pdf |ULx for NI LabVIEW Datasheet]] +  * [[https://files.digilent.com/datasheets/ulx_data.pdf |ULx for NI LabVIEW Datasheet]] 
-  * [[https://www.mccdaq.com/PDFs/Manuals/lvulx.zip |ULx for NI LabVIEW Online Help]]+  * [[https://files.digilent.com/manuals/lvulx.zip |ULx for NI LabVIEW Online Help (.zip)]]
  
 +  * [[/daq-and-datalogging/documents/ulx-for-ni-labview-1]]
 +  * [[/daq-and-datalogging/documents/ulx-for-ni-labview-2]]
 +  * [[/daq-and-datalogging/documents/ulx-for-ni-labview-3]]
 +
 +----
 +
 +===== Example Projects =====
 +  * [[/daq-and-datalogging/documents/usb-2416-usb-2408-with-labview]]
 +  * [[/daq-and-datalogging/documents/usb-tc-temp-ulx-for-labview-digital-io]]
 +  * [[/daq-and-datalogging/documents/usb-erb08-with-ulx-for-labview]]
 +  * [[/daq-and-datalogging/documents/usb-erb24-ulx-for-labview-example]]
 +  * [[/daq-and-datalogging/documents/ulx-for-labview-discrete-digital-io]]
 +  * [[/daq-and-datalogging/documents/ulx-for-labview-installer]]
  
 ---- ----
Line 33: Line 46:
 ===== Additional Resources ===== ===== Additional Resources =====
  
-  * [[https://www.mccdaq.com/Software-Downloads.aspx |Software and Driver Downloads]]+  * [[https://digilent.com/shop/software/mcc-software/ |Software and Driver Downloads]]
  
 ---- ----
  
-\\ +
-\\ +
-\\ +
-\\ +
-\\ +
-\\ +
-\\ +
-\\ +
-\\+
 ===== Q&A ===== ===== Q&A =====
  
Line 197: Line 202:
  
 <-- <--
---> Is there a driver for USB2408 and Labview 2014 14.0 ?+--> Is there a driver for USB2408 and Labview 2014 14.0 ? #
 Hi I have installed universal library 6.35. My device shows on instacal, but I cannot find it on LabView. Do you have any suggestions? Many Thanks Hi I have installed universal library 6.35. My device shows on instacal, but I cannot find it on LabView. Do you have any suggestions? Many Thanks
 > You say you installed UL 6.35, but be sure you also installed ULx (ver 2.10 is part of the same MCCDAQ CD download). To use MCC brand hardware in LabVIEW, you use our ULx VIs. Many examples are installed on your hard drive, but note that since the USB-2408 can measure both voltage and thermocouples, you need to run the voltage examples, not the temperature examples.  > You say you installed UL 6.35, but be sure you also installed ULx (ver 2.10 is part of the same MCCDAQ CD download). To use MCC brand hardware in LabVIEW, you use our ULx VIs. Many examples are installed on your hard drive, but note that since the USB-2408 can measure both voltage and thermocouples, you need to run the voltage examples, not the temperature examples. 
Line 226: Line 231:
  
 <-- <--
---> How to capture all channel data from USB-TC+--> How to capture all channel data from USB-TC #
 Im trying to capture the data on USB-TC for all thermocouple channels with Labview, example show single channel only, How do i get all 8 in? Im trying to capture the data on USB-TC for all thermocouple channels with Labview, example show single channel only, How do i get all 8 in?
 > Hello - The structure of the data array for our Tin function call is not a perfect match for what LabVIEW is looking for. The TinScan call places the data into one column, verses a row, with a column of data per channel. LabVIEW does not know how to parse this data. However, there are ways to get it to work and display multiple channels. For your convenience, I’m going to email you an example VI to help with your programming. Please check your inbox and let us know if we can help out in any other way. > Hello - The structure of the data array for our Tin function call is not a perfect match for what LabVIEW is looking for. The TinScan call places the data into one column, verses a row, with a column of data per channel. LabVIEW does not know how to parse this data. However, there are ways to get it to work and display multiple channels. For your convenience, I’m going to email you an example VI to help with your programming. Please check your inbox and let us know if we can help out in any other way.
Line 265: Line 270:
 <-- <--
  
-{{tag>universal-library ulx-for-labview mcc-daq start resource-center}}+{{tag>universal-library ulx-for-labview mcc-daq start resource-center software}}