09-13-2012 01:57 PM
I am using a PCI6024 and have to upgrade the driver to DAQmx so that my application is compatable with windows7.
The card configuration is set to lines 0,1 and 4 as inputs, 2, 3, 5, 6, 7 as outputs. I'm not sure how to write to a single output using vb6. Anyone have any ideas?
09-14-2012 09:37 AM
Hi;
Have you tried any of the examples for VB6 that come with DAQmx. Here is how you can find them:
http://digital.ni.com/public.nsf/allkb/735848148B5B4964862571F5004692C7?OpenDocument
And if you don’t have them install yet you can follow these instructions and add the support for VB6:
http://digital.ni.com/public.nsf/websearch/BA4DF79463C884BD86256E0B00813E1E?OpenDocument
09-17-2012 03:29 PM
Thanks you for the reply. The only commands I found so far are reading and writing to a byte array. Unless I missed it I didn't see an offset of where to start the array.