Hello Peg,
Sorry it took so long for me to respond. I never got notified that there was a new post to the thread! Ok, let's get to the questions:
1) It looks like you have to have the pulses on Ctr 1. If you switch the counters, the routes cannot be completed.
2) You can use both the DAQmx and the NI-DAQ driver as long as each DAQ device is only using one of the drivers. For example, you cannot have dev1 use DAQmx for Analog Input and Traditional DAQ for Analog Output. However, dev1 can use DAQmx and dev2 can use Traditional DAQ.
3) There might be a couple of reasons why the 6036 is listed as a different device number in Traditional than in DAQmx. Do you have any other DAQ hardware installed? You can always change the name of the device by right-clicking on it in MAX and choosing "Rename" for DAQmx or "Properties" for Traditional DAQ.
4) If you go to the block diagram of the VI, there is a VI called "DAQmx Create Channel (CO-Pulse Generation-Time).vi" There are two inputs on the top called "high time" and "low time". As you can see, they are hard-coded to be the same value, giving the pulses a 50% duty cycle. You can change these values to change the duty cycle.
5) One nice thing about DAQmx is that it can do a lot of internal routing for you with little configuration. You can see that we use the counter output pulse terminal and wire it directly to the source input for the pause trigger. This is why we don't have to do any external wiring using DAQmx.
I hope this helps!
Eric
DE For Life!