LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

daq question

Hi volks,

It would be great help if someone helps me with the DAQ Problem.

 

I have a third party DAQ to get digital I/O so i have in total 16 I/Os.

It is divided into two 8 ports.
I cannot use 1a port as input and 2a port as ouput simultaneously. Can you explain why it happen ? can some one give me a solution?

Boldness has genius, power and magic in it!'
0 Kudos
Message 1 of 7
(2,629 Views)

Hi Maveen,

 

you should ask your "3rd party DAQ" manufacturer!

Or atleast you should name that 3rd party device and maybe provide a link to it's manual...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 7
(2,619 Views)

Thank gerd.

I have the manual.

Boldness has genius, power and magic in it!'
0 Kudos
Message 3 of 7
(2,613 Views)

By seeing the manual, it is possible to set each ports as either input or output...!!
Ca you also upload the LabVIEW drivers that you're using and the code you have developed...??

 

Are you experiencing any error after running your code...??


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 4 of 7
(2,603 Views)

Nope If i have the output turn on . If it gonna acquire data then the whole output becomes zero.

I really didn get the thing.

Boldness has genius, power and magic in it!'
0 Kudos
Message 5 of 7
(2,590 Views)

You probably have to do it sequentially. Turn input on, measure, then turn output on and so forth. Many low cost DAQ devices cannot handle channels simultaneously. This can be an issue if you have to measure a signal resulting form the output.

 

Cheers

Edgar

0 Kudos
Message 6 of 7
(2,580 Views)

Hi Maveen,

 

the manual says "You can configure each digital port for either input or output."

You cannot mix in/out operations on one port...

 

But: you could use both ports and use one as input and the other as output!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 7 of 7
(2,576 Views)