Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Pulling errors from PXIe-6535?

The "Active" LED on my PXIe-6535 keeps strobing red, which I assume means something is going wrong.

 

However, I cannot find any information on why it might be strobing red, or how to get the root cause.

 

How can I determine what is causing the active LED on the PXIe-6535 to go red?

0 Kudos
Message 1 of 11
(5,030 Views)

Hi CurtisHx,

 

Are you receiving any errors  or programming issues when running your program? A red active LED on your device can indicate a FIFO overflow or underflow, which may be your issue here.

Sunayna R.
Applications Engineering
National Instruments
0 Kudos
Message 2 of 11
(5,012 Views)

Crud.  I just realised it's the "Access" LED that's been strobing red, not the "Active" LED.

 

And no programming issues or anything to indicate something is going wrong.

0 Kudos
Message 3 of 11
(5,010 Views)

Hi CurtisHX,

 

The red access LED is usually turned on when you are self-testing the device or if the self-test produced a failure. Are either of those situations applicable to your situation?

So nothing is actually giving you an error or producing incorrect results?

Sunayna R.
Applications Engineering
National Instruments
0 Kudos
Message 4 of 11
(5,005 Views)

I'm not explicitly triggering any self-testing.  The card is working as expected.  The red access LED will go red radomly while my test fixture is running.  

0 Kudos
Message 5 of 11
(4,995 Views)

Hi CurtisHx,

 

Are you experiencing any errors or unexpected results? If not, it might just be expected behavior. Sometimes the LED turns amber (which unfortunately, looks a lot like red) when the device is being acessed or when data is being streamed to/from it.

Sunayna R.
Applications Engineering
National Instruments
0 Kudos
Message 6 of 11
(4,978 Views)

No errors.  No unexpected results.  My code runs without throwing any DAQmx exceptions.

 

The LEDs are typically yellow / amber, and the Access is clearly going red randomly.

 

I take it from your inquiries that there are not any diagnostics on the 6535 to determine the root cause?

0 Kudos
Message 7 of 11
(4,968 Views)

Hi CurtisHx,

 

Since it doesn't sound like this is impacting your data or throwing errors, it may just be expected. Since you're not running into errors, there's not much we can diagnose. If this becomes a larger issue, please call in to Support and create a service request.

 

Brittany V.

Applications Engineer

0 Kudos
Message 8 of 11
(4,949 Views)

The Access LED strobes when the Host accesses the hardware. If you are running your program, this is probably due to you communicating with the hardware normally. There should be no concern about improper operation based on this scenario. If there is a more serious error in the future, you'll be warned by the NI-HSDIODAQmx driver throwing an error with a message. 

Kyle A.
National Instruments
Senior Applications Engineer
0 Kudos
Message 9 of 11
(4,694 Views)

Kyle,

 

The PXIe-6535 uses the DAQmx library.  I've downloaded and installed the HSDIO package, and it does not detect the 6535

0 Kudos
Message 10 of 11
(4,692 Views)