gongll Posted June 1, 2023 Share Posted June 1, 2023 Hello, How can I download the general function library of USB-QUAD08. Is there a PDF version? Also, I want to program USB-QUAD08 by labview. Where is the dll dynamic link library? Best regards! Link to comment Share on other sites More sharing options...
0 Fausto Posted June 3, 2023 Share Posted June 3, 2023 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 There is no PDF of the Universal Library API, just the following Help. https://www.mccdaq.com/pdfs/manuals/Mcculw_WebHelp/ULStart.htm Example folder: 'C:\Program Files\National Instruments\LabVIEW 20xx\examples\ULx\Counter' Regards, Fausto Link to comment Share on other sites More sharing options...
0 gongll Posted June 8, 2023 Author Share Posted June 8, 2023 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 There is no PDF of the Universal Library API, just the following Help. https://www.mccdaq.com/pdfs/manuals/Mcculw_WebHelp/ULStart.htm 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 More sharing options...
0 Fausto Posted June 9, 2023 Share Posted June 9, 2023 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 More sharing options...
Question
gongll
Hello,
How can I download the general function library of USB-QUAD08. Is there a PDF version?
Also, I want to program USB-QUAD08 by labview. Where is the dll dynamic link library?
Best regards!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now