var fDesc=new Array(); fDesc[0] = "Successful inspections start with a plan and ESBeamTool makes it easy to model, validate and document your plan.
ESBeamTool is like CAD (Computer Aided Design) for the world of ultrasonic inspection. This intuitive application allows users to easily design and simulate an inspection and generate comprehensive documentation about their inspection plan.

Users start by describing the piece to be inspected. Pieces can be described in 3 ways. Simple plate pieces are defined by entering the length, width and thickness of the piece. ID/OD pieces are described by entering the OD and the ID or the thickness. The custom piece mode allows the user to use CAD style drawing tools to draft the subject.

Once the piece has been described, the user can then place a probe, add a beamset and visualize beam paths and coverage. Position your probes and adjust any beamset parameters to get the best coverage of the area of interest, and then generate a report documenting your new technique. It's that easy!"; 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 = ''; } }