07-12-2021 08:29 PM - edited 07-12-2021 08:30 PM
Hi! everyone,
How can I recover my daqmx example if I accidentally modify them?
Is there any website or resource I can download for daqmx examples?
Thank you all!
Solved! Go to Solution.
07-12-2021 08:51 PM - edited 07-12-2021 09:07 PM
If you don't have access to a PC with the same version of LabVIEW installed (and, ideally, under the same License as your PC), the surest way is simply to reinstall LabVIEW "on top of" the current installation (this is known as a "repair"). On the other hand, if the same version of LabVIEW, with the same license, is installed on multiple PCs to which you have access, you can simply copy the examples from the "unmodified" LabVIEW installation and overwrite the "modified" examples on your PC.
The "safe" way to modify your system is as follows:
Bob Schor
07-13-2021 05:16 AM - edited 07-13-2021 05:18 AM
Actually the DAQmx examples are NOT installed by a LabVIEW installation itself. They are part of a DAQmx installation. So reinstalling LabVIEW alone won't help. Also not that after reinstalling LabVIEW you also always should reinstall all drivers that you want to use in LabVIEW. Those installers add functionality to the detected LabVIEW installations but won't add support for LabVIEW installations that are occuring after the driver was installed.
If you happen to use the full development suite installer of LabVIEW with all its drivers (many GB of files) then DAQmx, and other drivers are included but that is not the standard installer that you download when accessing the LabVIEW download page.
Either you need to do a repair install of the DAQmx installation or a complete reinstallation of it.
07-20-2021 11:17 PM
Greatly appreciated for Bob_Schor and rolfk's help.
Thank you very much!