Hello,
I am trying to convert a VI written based on Traditional-DAQ to DAQmx, (from LV 5 to LV 2013). One of the most repeated subVI is that associated with Counters.
I have attached the old code and the same converted to LV 2013. Also attached is a picture of the portion of the code I am trying to convert. Lastly, an image of what I have tried in DAQmx is also attached.
From my understanding (and I am very much a LabView novice), all the counters (8) in the PCI-6602 are being initialized (i.e armed) and told what kind of output they should produce, and given a group ID. In various other parts of the code, this group ID of different counters is used to synchronize other signals from the code.
Please let me know if you think I have understood it correctly, and have used DAQmx properly. Any suggestions and ideas are welcome.
Thanks a lot for your time!