Skip to content

Commit f560220

Browse files
committed
Removed note about .NET for nidaq because dlls are now packaged
1 parent f80ddff commit f560220

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/matlab/+symphonyui/+builtin/+daqs/NiDaqController.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
NET.addAssembly(which('NIDAQInterface.dll'));
99
catch x
1010
if strcmp(x.identifier, 'MATLAB:NET:CLRException:AddAssembly')
11-
error(['Unable to load National Instruments assembly. Are you sure you have the NI-DAQmx drivers ' ...
12-
'installed? Make sure you select "Custom" install during the NI-DAQmx setup process and ' ...
13-
'choose to install ".NET Framework 4.5 Languages Support" in addition to the drivers.']);
11+
error('Unable to load National Instruments assembly. Are you sure you have the NI-DAQmx drivers installed?');
1412
end
1513
rethrow(x);
1614
end

0 commit comments

Comments
 (0)