var fDesc=new Array(); fDesc[0] = "Via communication software PSCS it is possible to adjust valve-specific details, actuation thrust/torque and speed, to configure alerts, and to do a freely programmable valve curve correction.

The super-capacitor-based energy store secures cost-effective emergency positioning in cases of power failure. Valve specific force or torque values and process dependent emergency positions are freely selectable during parameterisation.

The main board is prepared for the optional installation of modules for all common field bus interfaces or Bluetooth protocol, which enables wireless parameterisation and read-out of diagnostics of the actuator at distances of up to 10 m."; 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 = ''; } }