MicroVoltage fuse (Now "Sensing the Flame-Front of a Plasma")

In summary: Add a 47kΩ resistor on each DAQ input channel to Ground.2b. Use shielded wire for the input leads.If the battery is something small like coin cells, use a fuse. If the battery is something small like coin cells, use a fuse.
  • #36
davidwinth said:
Also, would the shielded cables help this part too?
One experiment is worth a thousand guesses...

I would like to order them but they are expensive

Surely you can find some TV co-ax laying around. Shield to 'GND' and center wire for signal .
 
Engineering news on Phys.org
  • #37
Thanks again. I looked at electronics parts amplifiers and I would have no idea how to hook one up so I am just going to get double the batteries and use smaller resistors instead to get sharp quick signals. Hopefully I can find a combination that works! Also, I do have 200 feet of cable coax lying around which is plenty.

Thanks for your time.
 
  • Like
Likes Tom.G
  • #38
Tom.G said:
The software likely reconfigures the hardware for single-ended or differential operation.

That might be by switching in a differential amplifier for true differential measurement, hardware solution
or maybe digitizing voltage at both pins and subtracting them, software approximation of true differential.

this image at the NI tutorial isn't live. @davidwinth See if you can make the real one select single-ended ?
upload_2018-3-28_17-15-11.png
 

Attachments

  • upload_2018-3-28_17-15-11.png
    upload_2018-3-28_17-15-11.png
    17.1 KB · Views: 448
  • #39
jim hardy said:
See if you can make the real one select single-ended ?
That screen shot already shows single ended. The Red circled one selects differential.
The tab labeled "RSE" is defined in the documentation as Referenced Single Ended.
 
  • #40
davidwinth said:
I looked at electronics parts amplifiers and I would have no idea how to hook one up
Someone in your company may have a HiFi amplifier laying around you could borrow. If they do, they probably know how to hook it up; One of your sensors or group of sensors to an input and the speaker output to one of the DAQ channels.

Your idea of higher input voltage and lower resistor values is certainly worth a try... and rather easy too.
 
  • #41
Tom.G said:
The tab labeled "RSE" is defined in the documentation as Referenced Single Ended.

i missed that. I assume he's got his set for RSE?
 
  • #42
Okay I'm confused by the behavior of that multiplexer when it is presented with an open circuit at its input. His charts show that he's measuring zero , i assume that's zero volts ? When connected to just a bare wire awaiting a flame front ?.

Is that zero volts or zero change from something ?

Reason i ask is
here's the input circuit according to the manual at http://www.ni.com/pdf/manuals/371303n.pdf
I labeled the three resistors and two voltages; why will be apparent in a minute.

NImux.jpg


Let us examine what is the voltage (Vout) handed to MUX over the range of Vin which is -10 to +10 volts...

Sum currents at node Vout, positive current enters the node.
(Vin - Vout) / (R1) + (Vref - Vout) / R2 - Vout / R3 = 0

After a whole page of algebra i come up with

Vout = (Vin + Vref X R1/R2 ) / ( 1 + R1/R2 + R1/R3 )
which, inserting values for resistors and Vref
resolves to
Vout = Vin / 8.350 + 1.230 volts (rounded to four significant figures)

When Vin = -10 Vout = + 0.03239 volts
When Vin = 0 Vout = + 1.230 volts
When Vin = 1.397 Vout = 1.397 volts
When Vout = +10 Vout = 2.427 volts

(Suggesting a single ended PGA and ADC running on 3 or 5 volts ?.)

Aha ! The plot thickens... take a look ===>> if Vin = 1.397 so is Vout,
meaning zero current through R1 at that and only at that value of input voltage.
Conversely, an open circuited input which disallows current through R1 will deliver exactly the same voltage to the MUX as would an input of 1.397 volts.
That's why the manual says this on page 17.
upload_2018-4-2_0-16-6.png


So - i do not understand from where came those readings of zero in his charts.

If he's set the device for Single Ended he should have got 1.397 volts prior to conduction through his gaps, not zero.

If he's wired his inputs for Single Ended and set the device for differential , it explains the zero readings
and maybe the crosstalk
because channel A0 is referenced to pin 1 for Single Ended, but to pin 3 for differential.
A gap wired to pin 3 and read differential will show up on A0 not on A4.

upload_2018-4-2_0-5-49.png
I'd suggest to @davidwinth he copy the image above from tech manual into Paint and show us where his inputs are wired, and where battery negative landed, and if he's reading single ended or differential, and what gain setting he's using.

That'll get me out of my present conundrum , if only into a deeper one.

old jim
 

Attachments

  • NImux.jpg
    NImux.jpg
    29.8 KB · Views: 463
  • upload_2018-4-2_0-5-49.png
    upload_2018-4-2_0-5-49.png
    5.5 KB · Views: 376
  • upload_2018-4-2_0-16-6.png
    upload_2018-4-2_0-16-6.png
    5.4 KB · Views: 380
Last edited:
  • Like
Likes NTL2009
  • #43
jim hardy said:
(Suggesting a single ended PGA and ADC running on 3 or 5 volts ?.)

48 volts at Vin would hand the MUX 6.98 volts.
If it's a 5 volt or 3.3 volt chip i don't know what it would do. I hope your gap wires haven't touched.
The 127K resistor would probably protect it from damage but it cannot work with that kind of overvoltage. The voltage will bleed into other channels of your MUX. See that Analog link i referenced.
I'm accustomed to +/- 15 volt MUX IC's. Never used this new low voltage analog stuff.
old jim
 
Last edited:
  • #44
I don't like this problem. It is a perfect example for endlessly poking an under-specified setup in hope that some miracle will make it work at the end. It is just - not engineering.

The first thing I would do is to put some 5.1 or 3.2V zeeners on the low leg of the resistor dividers.
The second, is to physically remove every 'sensor' from the setup, except two. Then with that two remaining sensor repeat the experiment and check whether what the sensors seems to sense is real (in this case it'll be sensitive to the arrangement of sensors).
Third, is to get a real (maybe: analog?) oscilloscope and check the output signal of the 'sensor'. Then design a real sensor based on those measurements, with a power supply and a schmitt-trigger built in.
 
  • Like
Likes Tom.G and CWatters
  • #45
Rive said:
It is a perfect example for endlessly poking an under-specified setup in hope that some miracle will make it work at the end. It is just - not engineering.

A question well stated is half answered. This one is neither.

It is difficult to troubleshoot a secret gizmo. I've done what i can.

Flame detectors in furnaces conduct just microamps and in only one direction. They apply 120 VAC and look for DC current.
 
  • Like
Likes sophiecentaur
  • #46
@davidwinth
jim hardy said:
Flame detectors in furnaces conduct just microamps and in only one direction. They apply 120 VAC and look for DC current.
Well that's a clue to something I've been wondering about! How about trying it with the battery polarity reversed.
 
Last edited:
  • Like
Likes jim hardy
  • #47
@davidwinth Try going back to one sensor per DAQ channel to see how that affects the signal interference. From you image in post 22 (https://www.physicsforums.com/threa...-front-of-a-plasma.942881/page-2#post-5966324), the DAQ sampling rate seems high enough that you could estimate the peak locations fairly accurately.

Rive said:
The second, is to physically remove every 'sensor' from the setup, except two. Then with that two remaining sensor repeat the experiment and check whether what the sensors seems to sense is real (in this case it'll be sensitive to the arrangement of sensors).
This was done per posts 21 thru 30-something, and none of us properly followed thru. :frown:
Rive said:
More like some resonant or reflecting behavior associated with the flame front.
Re-reading some earlier posts, combined with more recent report results, there is a lot to support that. Especially if the fuel is distributed over the length of the sensing area, whether or not it is done explicitly or as flamefront in an expanding gas flow. For instance, assume the experiment is done in an enclosed space such as a gun barrel. I can see how pressure waves could increase conductivity at earlier sensors, and also how gas flow could induce signals at later sensors just before the flame-front arrives. See the image in post #18.

davidwinth said:
3wa27h6-png.png
The other supporting info is that the experiment lasts about 15ms with the speed of sound around 1100 ft/s and the OP stateing that the sensor wiring is about 8 feet long.

All these seem to point to a highly flammable fuel, probably a gas, that is not a high explosive (i.e. flame front is not supersonic), in an enclosed space. It could also be the unstated reason the OP is resisting the test of a fan blowing across the experiment to gather further data.

If the above conjectures are indeed facts, then the signals are very likely to be real in the sense that what is being measured is the plasma density at the gaps.
 

Attachments

  • 3wa27h6-png.png
    3wa27h6-png.png
    26.2 KB · Views: 410
  • #48
Tom.G said:
If the above conjectures are indeed facts, then the signals are very likely to be real in the sense that what is being measured is the plasma density at the gaps.
Some signals are too close to each other, so some kind of coupling on the side of the electronics is likely to be present - but it is just not consistent.

3wa27h6_mod-png.png


Ps.: just noticed that blue also part of the same forward-and-backward pattern...
 

Attachments

  • 3wa27h6_mod-png.png
    3wa27h6_mod-png.png
    32.1 KB · Views: 426
  • 3wa27h6_mod-png.png
    3wa27h6_mod-png.png
    32.1 KB · Views: 377
  • #49
phinds said:
Fuses don't operate on voltages so your question makes no sense.
A fuse works by melting. That involves energy dissipation which is VI. There has to be a finite PD across it for this. It's not normally an issue for mains or 12V but with low voltage circuits and, perhaps, highish internal resistance power sources, a fuse may just sit there getting for ever, just getting warm. Tin is selected as it has a low melting point, of course but . . .
 
  • #50
Troubleshooting 101
spit the system in half to localize the trouble, ,
First question : is the unexpected behavior in the flames or in the measurement system ?

Replace 48 volt battery with a 6 volt one so as to not overdrive electronics
superglue a piece of tinfoil to a fingertip and drag it along the line of sensors

Crosstalk gone or still present ?
 
Last edited:
  • Like
Likes Asymptotic
  • #51
No disrespect intended but the fact that the OP was expecting to blow fuses through a flame leads me to believe ANY of this is above their head. Basic electronic troubleshooting skills seem to be absent. It is very difficult to help someone with something like this with the level of experience that is apparently lacking. To expect folks on an internet forum to be able to fix this under those circumstances is expecting a lot and to do it with no pictures is about impossible. Folks with the same general understanding of electricity that are on opposite sides of a keyboard/computer screen can accomplish something but this seems rather pointless. Again, no disrespect intended. I wish I knew more about what the OP is doing because it interests me. I have had little experience with flame sensing besides thermocouples and cad cells, and the fact that I know microvolt/microamp flame probes work since they are in many furnaces.
 
  • Like
Likes jim hardy, Asymptotic and sophiecentaur
  • #52
Averagesupernova said:
I have had little experience with flame sensing
Me neither but I would have thought that an IR imager would be the way to do it. A video camera with a filter over the lens which just passes IR would give a time resolution of better than 20ms and nothing special would be required in the way of experimental equipment,
Of course, there is nothing wrong with negative experimental results so the difficulties constitute a learning experience.
 
  • Like
Likes Averagesupernova
  • #53
Averagesupernova said:
No disrespect intended but the fact that the OP was expecting to blow fuses through a flame leads me to believe ANY of this is above their head. Basic electronic troubleshooting skills seem to be absent.
A fair point, although I've known freshly-minted techs straight out of school who had yet to experience their first "real world" design and diagnosis cycle, and found themselves in similar straits.

Troubleshooting heuristics aren't necessarily taught in school, and I've seen otherwise capable folk overwhelmed by their first foray into the field. One of my favorite books on the subject is "Debugging" by Dave Agans (although there's a soft spot in my heart for Polya's "How to Solve It"). This poster from Agan's website sums up the rules quite nicely.

debuggingrules.jpg
 

Attachments

  • debuggingrules.jpg
    debuggingrules.jpg
    23.1 KB · Views: 452
  • Like
Likes jim hardy and Averagesupernova
  • #54
Asymptotic said:
A fair point, although I've known freshly-minted techs straight out of school who had yet to experience their first "real world" design and diagnosis cycle, and found themselves in similar straits.

Troubleshooting heuristics aren't necessarily taught in school, and I've seen otherwise capable folk overwhelmed by their first foray into the field.
You are quite correct. I was once in that position. That does not change the basic scenario. When I was in that situation being a greenhorn I could not have imagined trying to solve it in this manner. I needed some side by side guidance.
 
  • Like
Likes sophiecentaur and Asymptotic
  • #55
I'm really suspicious of software . It was not my field and i know just enough to be dangerous.

Absolute value of signals wired single ended and read differential ?
Indexing mistake reading that FIFO buffer into an array to plot ?

When you can't see what's wrong you have to make everything prove itself right.
Test the data acquisition with something that's too simple to fool you. Like the microswitch from a microwave oven door - there's plenty of them in trashpiles. When you can see the contact bounce for about a millisecond you have achieved good data capture.

Then characterize the flame detector signal by measuring one gap by itself at high speed with no averaging or smoothing..
I searched for high speed photography of a flamefront but the sites all wanted seventy-nine dollars to view it.

old jim
 
Last edited:
  • Like
Likes sophiecentaur and Asymptotic
  • #56
Averagesupernova said:
You are quite correct. I was once in that position. That does not change the basic scenario. When I was in that situation being a greenhorn I could not have imagined trying to solve it in this manner. I needed some side by side guidance.
Yes, we all started as greenhorns. It's too easy to forget how mysterious it seemed at first.
 
  • #57
sophiecentaur said:
A video camera with a filter over the lens which just passes IR would give a time resolution of better than 20ms and nothing special would be required in the way of experimental equipment,
His experimental run lasts 15ms.
 
  • Like
Likes sophiecentaur
  • #58
Tom.G said:
His experimental run lasts 15ms.
Yeah. The equipment actually fits with the task, it's just not known what it does and how should it be used...
 
  • Like
Likes sophiecentaur

Similar threads

Replies
10
Views
2K
Replies
14
Views
4K
Replies
36
Views
3K
Replies
2
Views
949
Replies
83
Views
5K
Replies
7
Views
13K
Replies
29
Views
19K
Replies
2
Views
1K
Back
Top