John, you are an FS genious if there ever was one.
Now that we have the first problem of how to get it to work, a new problem arises.
1.) I am not good at programming (gotta Love FS2Phidget [shout out to Allen! 8-)])
2.) I built a generic Sim which must work with everything from teh Wright Flyer to the A380.
3.) I have a solution (I just dont have the knowledge to implement it, hence the problem).
FSInterrigate2std gives provisions for offsets that deal with indivdual tanks as a percentage within FSX. So the idea is, you take the value of each of these tank offsets (i think there are 6), add them together, then divide by the number of tanks. Example, If I have my left tank at 50% and the right at 25%, that would give me a total of 37.5% total. Now, I want the light to run off the total value (37.5% value). If the total value gets below say 15% the light comes on. put the total value into an offset and plug that into FS2Phidget. Easy as that.