The error code you are getting is produced when the PXI-4072 driver attempts to load the main firmware image from disk onto the device (these DMMs have an onboard DSP whose firmware is shipped with and loaded by the driver).
It might be confusing to you that this happens in simulation, but we actually run as much of the real driver code in simulation in order to get a behavior as similar as reasonable to the driver running on the real hardware. The error is returned if:
- the file cannot be opened (probably because it's missing)
- the file is corrupt
- the file's version is unexpected
It must be an issue with your installation, either because someone tampered with files they shouldn't have or due to a bug in the installer. The file that the driver looks for is "PXI4072acq_code.cfg" and is somewhere under "C:\Program Files (x86)\National Instruments" (I don't have a system readily available to check). You can compare with one of the other systems.
Repairing or reinstalling the driver should fix it.
Please see if the file is missing or what, and report back. Thanks!
Marcos Kirsch
Chief Software Engineer
NI Driver Software