Jump to content
  • 0

the general function library of USB-QUAD08


gongll

Question

3 answers to this question

Recommended Posts

  • 0

Hello @gongll.

We do have LabVIEW support, it is called ULx for NI LabVIEW, and it currently supports LabVIEW 2015-2022. However, higher-level programs such as LabVIEW and DASYLab offer fewer device control options. Programming in C, C#, or Python, using MCC's Universal Library, offers the most flexibility.  

https://www.mccdaq.com/Software-Downloads

image.png

 

There is no PDF of the Universal Library API, just the following Help.

https://www.mccdaq.com/pdfs/manuals/Mcculw_WebHelp/ULStart.htm

image.png

 

image.png

 

Example folder: 'C:\Program Files\National Instruments\LabVIEW 20xx\examples\ULx\Counter'

Regards,

Fausto

Link to comment
Share on other sites

  • 0
On 6/3/2023 at 9:47 AM, Fausto said:

Hello @gongll.

We do have LabVIEW support, it is called ULx for NI LabVIEW, and it currently supports LabVIEW 2015-2022. However, higher-level programs such as LabVIEW and DASYLab offer fewer device control options. Programming in C, C#, or Python, using MCC's Universal Library, offers the most flexibility.  

https://www.mccdaq.com/Software-Downloads

image.png

 

There is no PDF of the Universal Library API, just the following Help.

https://www.mccdaq.com/pdfs/manuals/Mcculw_WebHelp/ULStart.htm

image.png

 

image.png

 

Example folder: 'C:\Program Files\National Instruments\LabVIEW 20xx\examples\ULx\Counter'

Regards,

Fausto

I installed this software(MCC DAQ), but I do not know where the library function is installed on the computer, what is its name, the suffix is ????.dll library function.

Link to comment
Share on other sites

  • 0

It is called ULx_LV.dll . I have listed the paths below. However you need to replace XX with your version of LabVIEW. 

64-bit LabVIEW 

C:\Program Files\National Instruments\LabVIEW 20XX\vi.lib\ULx

32-bit LabVIEW

C:\Program Files (x86)\National Instruments\LabVIEW 20XX\vi.lib\ULx

 

.llb files folder: 'C:\Program Files\National Instruments\LabVIEW 20xx\vi.lib\ULx'

examples folder: 'C:\Program Files\National Instruments\LabVIEW 20xx\examples\ULx\Counter'

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...