04-23-2014 03:45 AM - edited 04-23-2014 03:46 AM
Hi everyone,
I need just to know: ''how can i read the data from PCI6025E with my C++ code"?
What should i do for the use my signals(from pci6025E) in C++?
Thanks a lot!
04-25-2014 02:45 AM
that's answer of my question;
perhaps it can be useful for you 🙂
DIG_In_Line (1, 0, 3, &readingdigital); //if it's a signal digital (i use SCB-100 for all of my connection with PCI6025E)
AI_Read (1, 0, 1, &readinganalogical); //if it's a signal analogical
you can read this document
http://www.ni.com/pdf/manuals/321645b.pdf
page 2-173 and 2-12