Hello;
This is actually a design feature. It is similar to being able to read an analog input channel on a data acquisition board even if it is not wired to anything. Developers call it "simulation mode". There is a way to test whether or not the chassis is powered on before accessing it from software. In NI-DAQ 5.0, there is a function called SCXI_ModuleID_Read. Given the chassis ID and slot, it will return the module ID. If the chassis is turned off, it will return a 0. If the cable is not connected to the chassis, then the pins float high, and it returns a -1. Other problems with the chassis setup (wrong adapter, bad jumper settings, etc.) might cause a 0 or -1 to be returned, but if you have already tested the chassis and modules, and know that everything is set
up correctly, this is a good way to programmatically check to see if the chassis is turned on.
I believe that in Labview, you can use the Get SCXI Information.VI for the same purpose.
Hope this helps.
Filipe A.
National Instruments