11-16-2006 06:06 PM
11-16-2006 07:49 PM
Into WHAT set-up? Are you writing your own program, or using an example?
0-5volt signal representing a 0-224mph wind speed) With the scaling number of 224 inserted
If you're doing y = Mx + B, then M should be 224 / 5 or about 44.8. Again where are you putting these numbers?
the diplay flat lines at ~9.5mph
9.5 MPH / 224 = 42 mVolts. No magic number there.
9.5 MPH / 44.8 = 212 mVolts. Is it possible you've selected a 200 mV range?
Is it possible you've hooked your channels up single-ended, but are asking for differential measurements?
Or are asking for RSE when you should be NRSE, or vice-versa?
Blog for (mostly LabVIEW) programmers: Tips And Tricks
11-16-2006 08:28 PM
11-16-2006 08:49 PM
If you have a signal + and a signal -, you have differential. And if you are sending it several hundred feet, that's the best.
I suggest you disconnect everything, then get a single transducer with a foot or two of cable, and work with that until you get the settings right. Once you get one channel working, get a second transducer with another foot or two of cable, and get them both working.
After that, you should be able to go whole hog.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
11-16-2006 08:52 PM
11-17-2006 01:53 AM
11-17-2006 06:05 AM
Can you put in 0.05 V? What is the MPH output?
If #1 is twice #2, then you at least have a connection, and your problem is range / scaling.
If not, then you have a wiring / Diff/ RSE / NRSE problem.
Blog for (mostly LabVIEW) programmers: Tips And Tricks
11-17-2006
04:25 PM
- last edited on
07-23-2025
10:03 AM
by
Content Cleaner
Craftsman:
It is very important you understand the difference between Diff/ RSE/ NRSE Input Configuration. Each one of the input configuration has a different pin assignment. Here is a document that discusses this further details. Please go through this and let us know what you find after putting 0.1 V and 0.5 V into the system.
Best Regards,
Rudi N.
11-20-2006 07:15 AM
11-21-2006 02:43 PM