01-13-2008 01:32 PM
01-14-2008 02:16 AM
Hey,
If it works in MAX and not in LabVIEW its no hardware problem (fuse or something you mentioned), its a problem with your LabVIEW code. Maybe you can post your code to have a look at and see if we can find the issue.
Christian
01-24-2008 08:14 AM
01-24-2008 08:21 AM
01-24-2008 08:25 AM
01-24-2008 09:05 AM
02-12-2008 01:12 PM
02-12-2008 02:01 PM
02-13-2008 05:16 PM
Hi Stitch
The reason that you are seeing the same signal on channel 0 and channel 1 is because there is only one ADC and all the analog channels are multiplexed to that one ADC. In your physical setup, channel 1 is floating, so when you read it, it is just reading the last value that the ADC read as it is not being set to any particular voltage level. If you ground the differential pair of channel 1 then you will see your signal on channel 0 and nothing on channel 1. This is known as ghosting, and you can read more about this at the following link.
Chris
02-15-2008 07:13 AM