Skip to content

Commit

Permalink
Merge pull request #491 from micro-manager/MIDAQ_tmp
Browse files Browse the repository at this point in the history
NIDAQ: add 2 lines of comments on previous commit.
  • Loading branch information
nicost authored Sep 10, 2024
2 parents 31d33da + 74375e5 commit 715c15f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DeviceAdapters/NIDAQ/NIDigitalOutputPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ int DigitalOutputPort::Initialize()
GetHub()->StopDOBlankingAndSequence(portWidth_);

// Some cards lie about their portwidth, if blanking does not work, try 32 bits
// Workaround for possible DAQmx bug on USB-6341; see
// https://forums.ni.com/t5/Multifunction-DAQ/problem-with-correlated-DIO-on-USB-6341/td-p/3344066
if (!supportsBlankingAndSequencing_)
{
uInt32 oldPortWidth = portWidth_;
Expand Down

0 comments on commit 715c15f

Please sign in to comment.