
Results 1 - 10 - 11.
Next»»
|

Date Modified
|
Is there a Universal Library function to change the channel setup (single ended or differential) ?
2 Is there a Universal Library function to change the channel setup (single ended or differential) ? For some boards, including the USB-1208FS, there is a method of setting the device into single ended or differential configuration using UL code functions. The solution is to use the cbSetConfig func....
Is it possible to use any function within the Universal Library to poll a PCI-DIO96 card to check if it was installed or not?
6 One method that you could use is to call the cbGetConfig function (or GetConfig if you are using VB.NET or C#). This function requires Board Number as one of the arguments, so if you don't know which Board Number the PCI-DIO96 will be configured at, you would have to run the function several time....
Is it possible to use any function within the Universal Library to poll a PCI-DIO96 card to check if it was installed or not?
6 One method that you could use is to call the cbGetConfig function (or GetConfig if you are using VB.NET or C#). This function requires Board Number as one of the arguments, so if you don't know which Board Number the PCI-DIO96 will be configured at, you would have to run the function several time....
When I try to install the UL for LabVIEW a error message pops up "Please install LabVIEW 6 or later before proceeding." However LabVIEW 6 or later is already installed.
The Universal Library for LabVIEW is compatible with LabVIEW 6, 7.0 and 7.1. This error could indicate that you have more than one version of LabVIEW installed, and the most recent version of LabVIEW installed was an earlier version (previous to Version 6.) The installation looks for the installa....
Error code 41: "This function cannot be used with this board."
Error code 41: "This function cannot be used with this board." This indicates that the a function is being called which is not supported by the type of board specified. This error often occurs when the board number defined does not correspond to the board that you wish to use. For example, when Ins....
Error code 41: "This function cannot be used with this board."
Error code 41: "This function cannot be used with this board." This indicates that the a function is being called which is not supported by the type of board specified. This error often occurs when the board number defined does not correspond to the board that you wish to use. For example, when Ins....
How to transfer data from AInScBg in continuous mode, using Universal Library for LabVIEW.
The AInScBg function writes data to a circular buffer, and the attached example handles the transfer of data out of this circular buffer. The example then logs analog input scan data continuously to a Waveform chart and text file. The GetStatus VI outputs an array which is the circular buffer into....
Step-By-Step: Starting a VB.NET Data Acquisition solution using the Universal Library
Add a reference to MccDaq Go to your Solution Explorer window Expand the References folder (if it is not already expanded) Right mouse click on References folder, and select ?Add Reference?? The Add Reference dialog box appears Scroll down to MccDaq, click on it, click on the Select button at the ....
Step-By-Step: Starting a C#.NET Data Acquisition solution using the Universal Library
Open C#.NET, and start a new Windows Application Add a reference to MccDaq ? Go to your Solution Explorer window ? Expand the References folder (if it is not already expanded) ? Right mouse click on References folder, and select ?Add Reference?? ? The Add Reference dialog box appears ? Scroll down....
How to compile the Universal Library C console example programs using Visual C++ 6.0
Several Universal Library C console examples are installed with the Universal Library. These can be found in the folder C:\MCC\C\Sample32\. These examples can be compiled by many popular C compilers, this tech note looks at how to compile them under Visual C++ 6.0. You will need to include the lib....
|