07-04-2007 01:03 AM
07-04-2007 02:33 AM - edited 07-04-2007 02:33 AM

Message Edited by Troy K on 07-04-2007 06:34 PM
07-05-2007 03:53 AM
Hi
The inputs are constant current, digital inputs, voltage and the out should be the liquid level in the cryogenic fluids.
07-05-2007 09:04 AM - edited 07-05-2007 09:04 AM
So you have 80 digital inputs? They can just be displayed as an array of booleans...

Or you can convert it to a number and display it in a tank fill indicator as I mentioned earlier like this...

Message Edited by Troy K on 07-06-2007 01:05 AM
07-06-2007 06:27 AM
07-06-2007 08:49 AM
You have yet to explain how these 80 sensors are connected to the DAQ board. You just said that you only have 8 digital outputs from the PCB. Do you have 80 or 8 sensors? If you really have 80, you need to explain how things are wired to a DAQ board with only 16 singnle ended analog inputs and 24 digital I/O.
For an introduction to DAQmx, look at http://zone.ni.com/devzone/cda/tut/p/id/5434.
07-07-2007 11:10 PM
Alright sujeep I'm going to take a guess at how you are measuring the liquid level (seeing as you haven't really given us a good description).
(Assume schottky diode for the reverse leakage current that increases with temperature) All the diodes are wired in parallel and as they are submerged into the cryogenic liquid their temperature drops significantly and so does thier reverse leakage current. By measuring the current through your circuit you can tell how many diodes are submerged in the liquid.
Does that sound close enough? You detect the fluid level by taking one current measurement?
Then you want to display the fluid level on the screen from 0mm to 400mm in 5mm steps?
You should be able to scale the current you measure to give you 0 to 400. Then display it as I suggested in my first reply.