var fDesc=new Array(); fDesc[0] = "This program recreates a three-dimensional classroom laboratory on a computer screen. The actual equipment of the Lab-Volt Pneumatics Training System is replaced with three-dimensional images, which students can manipulate on the computer screen. Using the mouse, students can install virtual pneumatic equipment in the laboratory, interconnect the equipment, perform a lab exercise, and obtain the same results as with the actual Lab-Volt training equipment.

Sophisticated mathematical models fully simulate the mechanical and electrical characteristics of the pneumatic components (valves, cylinders, motor, flowmeter, and others) and electrical control devices (switches, relays, pilot lamps, etc.) in the actual Lab-Volt Pneumatics Training System. All components and devices contained in the LVSIM-PNEU software feature the same functionality and appearance as the actual equipment. Detailed cutaway views can be displayed to observe fluid flow inside the pneumatics components."; 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 = ''; } }