I'm using NIDAQ v6.9.3, since that's what supported by the MATLAB Data
Acqusition Toolbox. Looking at the NIDAQ Function Reference, I am
fairly positive that I can use the Select_Signal function to place the
UPDATE signal on the PFI5/UPDATE pin. So I have 2 questions, really:
(1) If I need to use Select_Signal to do this, how would I do it from
MATLAB? The only solution I see right now is taking the C libraries
for NIDAQ and wrapping them into a MEXfile that MATLAB can read.
(2) Is there another way in MATLAB to set PFI5/UPDATE to an output
that I'm just not seeing?