Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

How To Read Data From PCI6025E?

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! 

0 Kudos
Message 1 of 2
(5,005 Views)

 

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

 

 

 

0 Kudos
Message 2 of 2
(4,986 Views)