By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!I had the same issue with mine not reading data. I bought a different computer. lol can anyone advise me on how to save a powerlogger run/file and email it to someone?
which one of you guys is using this http://www.ebay.com/itm/250799543734?ssPageName=STRK:MEWAX:IT&_trksid=p3984.m1438.l2649#ht_675wt_754 sensor? i just got mines and would like to know how to connect it
thanks for your help.
thanks for the replyI don't have that one, but you can either get power and ground from the TPS wiring, or from the PowerLogger connection block. Run the sensor signal to the PL connection block I4 or I5.
Bob
Input: 0-100 psi.
Output: 0.5V – 4.5V linear voltage output.
Works for oil, fuel or air pressure. Can be used in oil tank, gas tank, etc.
Accuracy: within 2% of reading (full scale).
Thread: 1/8” NPT.
Wiring connector: water sealed quick disconnect. Mating connector is included.
Wiring: Red: +5V. Black (yellow): ground. Blue (green): signal output.
yeah, look in the PLC.ini file and you will find the scaling settings for input 4 and 5. this is an example of setting input 4.
[CustomAnalog4]
CustomAnalog4Name=Fuel Pressure
CustomAnalog4LongName=Fuel Pressure Sensor
CustomAnalog4Tag=FP
CustomAnalog4GaugeMin=0
CustomAnalog4GaugeMax=100
CustomAnalog4GraphMin=0
CustomAnalog4GraphMax=100
CustomAnalog4MinValue=0.0
CustomAnalog4MaxValue=100.0
CustomAnalog4MinVolt=0.500
CustomAnalog4MaxVolt=4.500
Edit the PLC.ini file in notepad or something, make sure the PLC program is not running at the time.
Bob
OK i left that other stuff aloneyou should leave the smoothing at 'none' unless the data appears to be really "jittery". The volts box is not settable, that is there so you can see the voltage of the raw signal coming in.
Bob
thanksyes.
Assuming that you trust the gauge more than the sensor.. get 2 points with gauge pressure and sensor pressure and we can fit it.
Or, if you just want to make the PL read a little higher, make a change in the PLC.ini file. If you want PL to read 1.5 psi higher do this
[CustomAnalog4]
CustomAnalog4Name=Fuel Pressure
CustomAnalog4LongName=Fuel Pressure Sensor
CustomAnalog4Tag=FP
CustomAnalog4GaugeMin=0
CustomAnalog4GaugeMax=100
CustomAnalog4GraphMin=0
CustomAnalog4GraphMax=100
CustomAnalog4MinValue=1.5
CustomAnalog4MaxValue=101.5
CustomAnalog4MinVolt=0.500
CustomAnalog4MaxVolt=4.500
Bob
thats great newsif you get both a high set of readings and a low set of readings, we can make it right everywhere.
B
just need 2 points, say idle and 20 psi. take the readings a few times and get a good average. Then we can tweak the settings in the pl.
B