<%@LANGUAGE="JAVASCRIPT"%> <% // *** Visit Counter *** // FELIXONE 2002 - SB by Felice Di Stefano - www.felixone.it var FX_count; var FX_digit = 5; var FX_dpath = Server.MapPath("FX_DataCounter"); var FX_fpath = Server.MapPath("FX_DataCounter/counter.txt"); var FX_fso = Server.CreateObject("Scripting.FileSystemObject") // Check if directory and file exists, if not create it. if (!FX_fso.fileExists(FX_fpath)) { if (!FX_fso.folderExists(FX_dpath)) { FX_fso.CreateFolder(FX_dpath); } Application.Lock(); var FX_file = FX_fso.OpenTextFile(FX_fpath, 8, true); FX_file.write(0); FX_file.Close(); Application.Unlock(); } // Read file and update it once per session var FX_fobj = FX_fso.getfile(FX_fpath); var FX_file = FX_fobj.OpenAsTextStream(1,-2); FX_count = Math.round(FX_file.Read(100)); if (Session("FX_DataCounter") == null) { Application.Lock(); FX_file = FX_fso.CreateTextFile(FX_fpath, 8, false); FX_file.write(FX_count+1); FX_file.Close(); Application.Unlock(); FX_fso = null; FX_count++; Session("FX_DataCounter") = FX_count; } // Add leadings var FX_numlength = String(FX_count).length; if (FX_numlength < FX_digit) { var FX_lead = parseInt(FX_digit - FX_numlength); for (var i=0; i Welcome to Wagner Industries


SERIES 600: DANCER AND TENSION CONTROLS

From narrow web up to 100" wide webs and tensions ranging from .01 to 10.0 pli, Wagner Industries has built dancers and active tension control systems for nearly all types of web machinery. Both continuous motion as well as intermittent motion webs can be reliably controlled with out unique versatility in dancer design and application. Hundreds of variations are available as well as special roller coverings, vertical and horizontal webs paths, and multiple webs as well. Standard production and clean room versions are available. Custom designed for your exact requirements.

Examples of Wagner Industries Dancer and Tension Controls

Vertical Pull Roll: Designed for intermediate tensioning of webs in vertical position. Unit may be rotated in any axis if desired. Braked unit shown. Motorized versions also available. "S"-Wrap configuration.
Intermediate Dancer Tension Unit: For 36" wide webs. Provides tension control with feedback for upstream or downstream processes. 3" diameter by 40" face aluminum idlers shown. Versions available from 6"-100" web widths. Idlers from 1.5" thru 6" OD.

General Series Specifications

Simple intermediate dancer assemblies for retrofitting of existing equipment. Ultrasonic and photoelectric analog, non-contact roll diameter sensing. Electric and pneumatic output. Negative taper tension options - 0 - 50%. Dancer systems to 100" web width. Line speeds to 1000 FPM. 1% or better tension regulation. Feedback for driven unwinds or rewinds. Broken web sensing.


Home     History     Products     Services     Contacts      
Updated on 12-01-03