Tim,
It has been a while since I have added my pressure sensor but this is what I remember:
Export your current USER files to usb stick and put them on your computer The .SFG file is the sensor definition file. Open this file with Windows notepad or any text editor.
I added a hydraulic pressure sender to my system. It has an output of approx 500psi/volt with an output range of approx. .5 to 4.5V (0 to 2000psi). So, paste this to the bottom of your sensor .SFG file.
sensor={
id=UMA HYDRAULIC PRESSURE
;UN-VERIFIED
function=PRESSURE
pins=C37_P8 C37_P22 C37_P23 C37_P31
name=HYD PR
min_val=0
max_val=2500
resolution=0
round=10
is_piecewise=0
low_coeff={
c_x4=0
c_x3=0
c_x2=0
c_x1=502
c_x0=-265
}
low_resistance=NONE
low2high_cross=0
high_coeff={
c_x4=0
c_x3=0
c_x2=0
c_x1=0
c_x0=0
}
high_resistance=NONE
high2low_cross=0
window=.2
shift=3
age=16
}
Adjust the C_x0 and C_x1values to match your transducer. The industry standard y=C1*X + C0. If you tell me your sensor output I can help with the calibration.
Add one more sensor definition for the second transducer. Change the name=HYD PRESS to whatever you want to name it.
Save this file as any "unique name".SFG and put it on a usb mem stick. Import the new .SFG file to your Skyview system. Then configure the new sensor as any other. chose the widget, size and location, etc.
This should work - the only thing you need to be aware of is when updating SV firmware you will have to re-import your custom SFG file after upgrade.