Powerlogger software updates now up

did it come with a spec sheet? I'm pretty sure Julio sent me the specs, but if you have them handy..

I will try to get that sensor into the software in the next couple days.

Bob
 
bob, julio did not send me a spec sheet. he told me that you where working on the programing on it. that would be great if you could have it done by the end of next week. im going back out to arizona next weekend and i can load the new program and check to make sure it works using the new sensor
 
no rush, thanks again for everything you do. im sure you are over worked and under paid
 
bob, your to much. thank you very much.

remember sign me up for one of the first 2 steps ;)
 
they should be right for Razors sensor

you define the endpoints of the measurement range, like how an LC1 is set up.

If I remember the specs right, the sensor is 0 psi at .25 volts, and 150 psi at 4.75v

the gauge ranges don't do anything yet. the graph min and max set the top and bottom of the graph display.

so, that looks like:
CustomAnalog5GraphMin=0
CustomAnalog5GraphMax=150
CustomAnalog5MinValue=0
CustomAnalog5MaxValue=150
CustomAnalog5MinVolt=0.25
CustomAnalog5MaxVolt=4.75






CustomAnalog5Name=Pressure5
this is what shows in the selection dropdown on the F3 page


CustomAnalog5LongName=Analog Input 5 Pressure Sensor
this is shown on the graph when viewing the data

CustomAnalog5Tag=PR5
this is next to the numerical reading of the data.

Bob
 
Hey Bob, In the analog 4 and 5 drop menu there is a option for volts. On the graph, the ceiling is 5 volts. Is it possible to make that user configurable up to say 16 volts?

I want to see if the voltage that the ecm is reporting is consistent with other things in the system. I have an issue with ecm voltage dropping down into 12's at wot.

I see this on allot of other peoples data as well.
 
Hey Bob, In the analog 4 and 5 drop menu there is a option for volts. On the graph, the ceiling is 5 volts. Is it possible to make that user configurable up to say 16 volts?

I want to see if the voltage that the ecm is reporting is consistent with other things in the system. I have an issue with ecm voltage dropping down into 12's at wot.

I see this on allot of other peoples data as well.


the PL input has a maximum of 5 volts. So you have to do more work to read higher voltage. resistors and such.

The ECM voltage reading is what it measures on the Ignition Key input.

Bob
 
they should be right for Razors sensor

you define the endpoints of the measurement range, like how an LC1 is set up.

If I remember the specs right, the sensor is 0 psi at .25 volts, and 150 psi at 4.75v

the gauge ranges don't do anything yet. the graph min and max set the top and bottom of the graph display.

so, that looks like:
CustomAnalog5GraphMin=0
CustomAnalog5GraphMax=150
CustomAnalog5MinValue=0
CustomAnalog5MaxValue=150
CustomAnalog5MinVolt=0.25
CustomAnalog5MaxVolt=4.75






CustomAnalog5Name=Pressure5
this is what shows in the selection dropdown on the F3 page


CustomAnalog5LongName=Analog Input 5 Pressure Sensor
this is shown on the graph when viewing the data

CustomAnalog5Tag=PR5
this is next to the numerical reading of the data.

Bob

i changed my alky pressure to 0 min and 250 max. i guess this wont read right if 4.75 = 150psi or will it read 250 at 4.75


[CustomAnalog4]
CustomAnalog4Name=Alky Pressure
CustomAnalog4LongName=Alky Pressure Sensor
CustomAnalog4Tag=PR4
CustomAnalog4GaugeMin=0
CustomAnalog4GaugeMax=250
CustomAnalog4GraphMin=0
CustomAnalog4GraphMax=250
CustomAnalog4MinValue=0
CustomAnalog4MaxValue=250
CustomAnalog4MinVolt=0.25
CustomAnalog4MaxVolt=4.75

[CustomAnalog5]
CustomAnalog5Name=Fuel Pressure
CustomAnalog5LongName=Fuel Pressure Sensor
CustomAnalog5Tag=PR5
CustomAnalog5GaugeMin=0
CustomAnalog5GaugeMax=100
CustomAnalog5GraphMin=0
CustomAnalog5GraphMax=100
CustomAnalog5MinValue=0
CustomAnalog5MaxValue=100
CustomAnalog5MinVolt=0.25
CustomAnalog5MaxVolt=4.75
 
i changed my alky pressure to 0 min and 250 max. i guess this wont read right if 4.75 = 150psi or will it read 250 at 4.75


[CustomAnalog4]
CustomAnalog4Name=Alky Pressure
CustomAnalog4LongName=Alky Pressure Sensor
CustomAnalog4Tag=PR4
CustomAnalog4GaugeMin=0
CustomAnalog4GaugeMax=250
CustomAnalog4GraphMin=0
CustomAnalog4GraphMax=250
CustomAnalog4MinValue=0
CustomAnalog4MaxValue=250
CustomAnalog4MinVolt=0.25
CustomAnalog4MaxVolt=4.75

[CustomAnalog5]
CustomAnalog5Name=Fuel Pressure
CustomAnalog5LongName=Fuel Pressure Sensor
CustomAnalog5Tag=PR5
CustomAnalog5GaugeMin=0
CustomAnalog5GaugeMax=100
CustomAnalog5GraphMin=0
CustomAnalog5GraphMax=100
CustomAnalog5MinValue=0
CustomAnalog5MaxValue=100
CustomAnalog5MinVolt=0.25
CustomAnalog5MaxVolt=4.75

those settings would be correct for a 250 psi sensor.

I need to contact Razor again and see if my notes on his sensors are correct.

Bob
 
I posted a new version with the defaults set per Razor.

If you download it, delete your PLC.ini file so that the software will make a new one with the defaults set.

Bob
 
I have the 100-b sensor for fuel pressure, what should the values be for the voltages in the ini file?
 
if its a caspers transducer bob already has the settings set for that sensor. you wont see the values in the .ini


.
 
Top