09-01-2005 09:13 AM
09-02-2005 11:28 AM
09-02-2005 12:12 PM
Alas I have checked that. Within MAX the channels are each mapped to the SCXI module and connection point of the 1300 connection block. When read individually they indicate the proper values but when operated together as a task they all read similar to channel 1. There is variation between each single channel in the millivolt range.
I tried using labview 7.1 and the DAQ asistant to create a simple VI in which I selected a couple of the channels one at a time assiging each to its terminal in the 1300 block. When I ran the vi all the values followed the 1 channel just as in MAX. I didn't expect anything different but since I was letting the software create the tasks outside of MAX I figured it was worth a shot.
09-06-2005 05:49 PM
09-07-2005 06:58 AM
09-07-2005 02:40 PM
Jaime,
Have you recently gotten a longer cable or changed out your SCXI-1349? I have recently seen an issue using a DAQ cable of 5 or 10 m, or a newer revision of the 1349 along with a SCXI-1102 and 1104. It seems like you are encountering this same behavior. The fix is, as you discovered, to move the controlling card to be the 1104 rather than the 1102. These issues seem to stem from a specific hardware setup that you were able to replicate. Hope this information helps!
Andy F.
05-23-2024 02:00 PM
I understand this thread is extremely old, however, I came across the same problem myself. One may observe that all channels may show the same value when only one channel should read something. For e.g. you have 6 channels, and you are passing some non zero voltage to just one channel, you will observe that all channels show the same voltage as if all 6 channels are receiving the value.
The reason this happens is that NI inherently does not tell what the channels should do when they are unconnected. So there is nothing wrong in the code, it is just that the device and NI utilizes the adjacent signals to give you a value.
More info here:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P6TeSAK&l=en-US
In order to get a reality check, it is best to test it out with the real component, or by zeroing it with connection to ground (or changing your RSE/Differential mode).