LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PXIe-6363 and PXIe-4300

-My plan to use PXIe-6363 with PXIe-4300

to do the following task:

1) send digital output from PXIe-6363.

2) read analog input voltage from both cards

-all the task shall be done on the same time.

-Error 89137 appeared.

-How can rectify the error?

 

0 Kudos
Message 1 of 10
(2,509 Views)

Hi Ahmed,

 


@Dr.Ahmed wrote:

-all the task shall be done on the same time.

-Error 89137 appeared.

-How can rectify the error?


To rectify the error you might use ClearError…

The better option is to read the error description and to act upon that message!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 10
(2,501 Views)

The error message doesn’t support my situation.  

0 Kudos
Message 3 of 10
(2,472 Views)

Hi Ahmed,

 


@Dr.Ahmed wrote:

The error message doesn’t support my situation.  


Then there is a different problem in your VI. But you decided not to share this VI…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 10
(2,468 Views)

I will share it tomorrow..However, I used two DAQ assistant inside the while loop. The first one to write the digital output for PXIe-6363 and seconds DAQ assistant for reading analog voltage with the same card pxie-6363 and  pxie 4300...

0 Kudos
Message 5 of 10
(2,460 Views)

Hi Ahmed,

 


@Dr.Ahmed wrote:

However, I used two DAQ assistant inside the while loop. … seconds DAQ assistant for reading analog voltage with the same card pxie-6363 and  pxie 4300


There are typical problems:

  • using DAQAssistent instead of simple DAQmx functions
  • using one task to handle more than one DAQ card

Do you know this one?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 10
(2,451 Views)

please see the attach error and provide your recommendation to solve the issue.

0 Kudos
Message 7 of 10
(2,405 Views)

Hi Ahmed,

 

please don't use proprietary Office file formats just to attach images. Use PNG files instead!

 

Which task is giving the error? This is not visible from your images…

(I guess you cannot place channels from both cards into one DAQmx task: create a task for each DAQ card.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 8 of 10
(2,393 Views)

It is possible to place the channels from two cards into one DAQmx task. The error attached before describing error sharing the clock. I running digital output task with analog input task and clock will be share between them.

0 Kudos
Message 9 of 10
(2,380 Views)

Hi Ahmed,

 

sharing clock between AI and DI on one card probably is possible. But sharing clock between DI and several AI channels on different cards might be problematic...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 10 of 10
(2,374 Views)