var fDesc=new Array(); fDesc[0] = "Front Loader Interface Programing tool PF900

The PF900 comes with a front loader port and programming tool making complicated programming visual and simple to place on a PC.
Downloading or Uploading large numbers of set values can be achieved with ease.

Universal input

a) Temperature, current, voltage (low) input group
1. Thermocouple input : K, J, E, T, R, S, B, N, PLII, W5Re/W26Re, U, L, PR40-20
2. RTD : Pt100, JPt100 (3-wire type)
3. DC Voltage input (input impedance: 1MW) : 0 to 1V, 0 to 100mV, 0 to 10mV, -100 to 100mV,
-10 to 10mV, -1 to 1V

b) Voltage (high) input group
- DC Voltage input (input impedance: 1MW) : 0 to 5V, 1 to 5V, 0 to 10V, -5 to 5V, -10 to 10V

c) Current input group
- DC Current input (input impedance: 50W) : 4 to 20mA, 0 to 20mA

(Use dip switch to change input group.)"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }