clemtex.com Open in urlscan Pro
2a06:98c1:3121::3  Public Scan

Submitted URL: http://608324.customer.netsuite.com/app/crm/marketing/campaignlistener.nl?c=608324&__lstr=__cl&__r=12424&eou=aHR0cHM6Ly9jbGVtdGV4LmN...
Effective URL: https://clemtex.com/automation
Submission: On September 19 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST https://clemtex.com/override/index/post?isautomation=1

<form class="form contact" action="https://clemtex.com/override/index/post?isautomation=1" id="contact-form" method="post" data-hasrequired="<?php /* @escapeNotVerified */ echo __('* Required Fields') ?>" novalidate="novalidate">
  <div class="form-group">
    <label>
      <input type="text" placeholder="Name" name="name" id="name" data-validate="{required:true}">
      <!-- <div class="label-text">Name</div> -->
    </label>
  </div>
  <div class="form-group">
    <label>
      <input type="text" placeholder="Email" name="email" id="email" data-validate="{required:true, 'validate-email':true}">
    </label>
  </div>
  <div class="form-group">
    <label class="message-box">
      <textarea placeholder="Message" name="comment" id="comment" data-validate="{required:true}"></textarea>
    </label>
  </div>
  <div class="form-group">
    <div class="g-recaptcha" data-sitekey="6LdME-QZAAAAAAL6qEBn9Wu_tyU7_Abu9S4GXIKG">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdME-QZAAAAAAL6qEBn9Wu_tyU7_Abu9S4GXIKG&amp;co=aHR0cHM6Ly9jbGVtdGV4LmNvbTo0NDM.&amp;hl=de&amp;v=zmiYzsHi8INTJBWt2QZC9aM5&amp;size=normal&amp;cb=i3aw7kfb1n6r" width="304"
            height="78" role="presentation" name="a-rfgqt4h1mwvp" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
        <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div>
    <input type="hidden" name="hideit" id="hideit" value="">
    <button type="submit">Send</button>
  </div>
</form>

POST

<form class="amhideprice-form" id="amhideprice-form" method="post" style="display: none;" data-nofocus="true">
  <span class="amhideprice-close" data-amhide-js="close-popup"></span>
  <input name="form_key" type="hidden" value="lWtMu00diablPpms">
  <input name="product_id" type="hidden" value="">
  <fieldset class="fieldset">
    <legend class="legend amhideprice-form-ledend">
      <span>Get a Quote for</span>
      <span style="font-weight: bolder;" class="product-name"></span>
    </legend>
    <br>
    <div class="field required">
      <label for="amhideprice-name" class="label">
        <span>Customer Name</span>
      </label>
      <div class="control">
        <input type="text" name="name" class="input-text" id="amhideprice-name" data-validate="{required:true}">
      </div>
    </div>
    <div class="field required">
      <label for="amhideprice-email" class="label">
        <span>Customer Email</span>
      </label>
      <div class="control">
        <input type="email" name="email" id="amhideprice-email" autocomplete="email" value="" class="input-text" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field required">
      <label for="amhideprice-phone" class="label">
        <span>Phone Number</span>
      </label>
      <div class="control">
        <input type="text" name="phone" class="input-text " id="amhideprice-phone" data-validate="{required:true}">
      </div>
    </div>
    <div class="field">
      <label for="amhideprice-comment" class="label">
        <span>Comment</span>
      </label>
      <div class="control">
        <textarea title="Comment" name="comment" class="input-text" id="amhideprice-comment" data-validate="{'validate-no-html-tags':true}"></textarea>
      </div>
    </div>
  </fieldset>
  <div class="actions-toolbar">
    <div class="primary">
      <button type="submit" class="action submit primary" title="Submit">
        <span>Submit</span>
      </button>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="recaptcha-popup-login">
        <div class="grecaptcha-badge" data-style="inline" style="width: 256px; height: 60px; box-shadow: gray 0px 0px 5px;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdVE-QZAAAAAI62whnERsSaLKSBiyIoMPKINzIp&amp;co=aHR0cHM6Ly9jbGVtdGV4LmNvbTo0NDM.&amp;hl=de&amp;v=zmiYzsHi8INTJBWt2QZC9aM5&amp;theme=light&amp;size=invisible&amp;badge=inline&amp;cb=sa2r8szgxlwa"
              width="256" height="60" role="presentation" name="a-3sdkxm2f6rtb" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://clemtex.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
  <input type="text" name="token" style="display: none">
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

 * Home
 * Services
 * Expertise
 * Solutions
 * Contact Us

As an OEM and integrator, Clemtex has designed machinery and control systems for
plant and factory automation since 1992. Our field experiences provide the
necessary knowledge to serve a variety of industries and applications.

Our focus includes supplying our customers with process control and
instrumentation solutions utilizing PLCs, Drives, and HMI systems.


AUTOMATION SERVICES

Plant Floor & Factory Automation

Process Integration

PLC & HMI Program
Development

Legacy System Upgrades

CAD – 2D & 3D Drawing
and Planning

Project Management

On-site Installation,
Testing and Training

On-site and Remote
Support


AREAS OF EXPERTISE

Solids transfer and distribution


   PNEUMATIC

 * Dense phase and lean phase recovery of fluidized materials
 * Use of pneumatic driven vacuum producers, motor powered cyclones and air
   pressure vessels
 * Medias include powders and granular products (abrasive and non-abrasive)
 * Recovery/recycling and separation of particle size
 * Controlled transfer rate of material in a process


   MECHANICAL

 * Dense phase recovery of heavy material
 * Use of augers, belt conveyors and bucket elevators
 * Medias include abrasives, shot, metallic and non-metallic
 * Recovery/recycling and separation through screening, sieving and air wash


   APPLICATIONS

 * Media recovery and/or metering for surface preparation
 * Inventory and dispensing of materials in chemical process areas

Fluids transfer and distribution


   PNEUMATIC

 * Pressure tanks (2 quart to 60 gallon capacity)
 * Diaphragm and piston pumps for fast distribution


   MECHANICAL

 * Gear pumps for precise distribution
 * Electric piston pumps for high pressure distribution
 * Peristaltic pumps for highest precision distribution


   APPLICATIONS

 * Batch mixing processes
 * Precise coating of parts (spray booths and coating lines)
 * Precise coating of internal diameter tubes (pipe, stators, risers, etc.)
 * Inventory and dispensing of materials in hazardous areas

Motion control


   PNEUMATIC

 * Piston cylinders for lifting and clamping
 * 90deg actuators for valve manipulation


   MECHANICAL

 * Motor starters for 1PH and 3PH motors
 * Variable frequency drives for 3PH inductive motors
 * Servo drives for pulse and servo motors


   TECHNOLOGY

 * Limit switching with use of physical contracts, inductive sensing switches
   and photoelectric switches
 * Linear position feedback using incremental and absolute encoders
 * Vertical position feedback using incremental and absolute encoders
 * PID loop attenuation and drive speed control

Control system design, programming and integration


   DESIGN

 * Custom designed to customers’ needs
 * Control panels and process instrumentation to meet area classifications
 * Touch-screen or push button controls
 * Detailed process and electrical drawings
 * Systems optimized with intuitive operator interface


   PROGRAMMING AND INTEGRATION

 * Programming designed for easy system expansion
 * Turnkey field installation
 * Communication with other control systems
 * Optional remote and cloud connectivity

Process instrumentation


   PHYSICAL

 * Position - limit switches
 * Level – probes and float valves
 * Weight – load cell and stain gauge
 * Pressure – pneumatic and fluid measurement
 * Flow – Gear and paddle gauges
 * Temperature – Probe, thermocouple and thermowell measurement
 * Surface treatment – surface profile and coating thickness


   TOUCHLESS

 * Position – Inductive, photoelectric and laser
 * Level – radar and ultra sonic sensing
 * Flow – Coriolis and ultra sonic sensing
 * Temperature – inferred transmitting
 * Environmental – atmospheric dew point, temperature and relative humidity

Data collection


   LOGGING AND REPORTING

 * Motor and process timers for life information
 * Process instrumentation values
 * Preventative maintenance reporting
 * Warnings and alarms


   MINSPHERE CONNECTIVITY - CLOUD-BASED IOT SOLUTIONS

 * Data visualization
 * Units and metrics
 * Built to be scaled easily and deployed quickly


SOLUTIONS


PID SPEED CONTROLLED WINCH

 * Because of our background in blasting and coating, a company specializing in
   solutions for tall and difficult to access structures and systems contacted
   us about blasting and coating a very tall stack (chimney). This particular
   stack was over 350 ft tall and 6 feet in diameter. The customer’s wishes were
   that they would be able to blast and coat the inside of the stack without
   having an operator inside.
 * To accomplish this, Clemtex’s engineering team designed a PID controlled
   winch to precisely control the speed of the blasting and coating tools that
   would be suspended inside the stack. The winch was programmable to very
   precise work speed to ensure a consistent blast profile and coating
   thickness.

View All Solutions


PLURAL COMPONENT FLUID MIXING SYSTEM

 * Using a unique manufacturing process, this customer applies a plural
   component coating to a bead-type product in a tumbler. Issues with
   inconsistent mixing and coating application as well as an inefficient setup
   for operators plagued this customer before they approached Clemtex for a
   solution.
 * Our team designed a comprehensive control system to accurately and
   efficiently spray their coating. After completion of this system, the final
   product yield increased from 45% to 95%, as well as a significant reduction
   of waste from a clean up solvent, and decreased labor requirements.

View All Solutions


COMPRESSOR CONTROL SYSTEM

 * A customer with four independent compressors had issues connecting all
   compressors to the same plant air system. The lack of communication between
   compressors caused the system to be extremely inefficient and hard on the
   compressors.
 * We designed a control system to allow the compressors to communicate effetely
   as well as rotate the load as necessary to increase efficiency.

View All Solutions


FLUIDS MIXING PLANT CONTROL SYSTEM UPGRADE

 * Burdened with severely outdated control, this customer contacted us to do a
   full-plant upgrade of their control system. This chemical mixing plant
   creates various products by mixing chemicals into large blending tanks. Their
   facility contains multiple mix tanks and chemical storage tanks. The full
   system consisted of more than 100 valves and 20 pumps. The system’s I/O was
   quite extensive with valve feedback, pump control, weigh system feedback,
   level sensors, pressure transmitters and more.
 * Clemtex’s team of engineers designed, programmed and installed a new
   automated control system to the customer’s specifications. The images show
   the main control panel before and after the installation.

View All Solutions


MUD MOTOR AND PC PUMP SURFACE PREPARATION SYSTEMS

 * Our team has successfully designed and built numerous systems to blast and
   coat stators and rotors for drilling motors and artificial lifts. Our designs
   fully enclose the process areas to keep all moving parts away from blasting
   and overspray. This ensures minimal downtime and maintenance.
 * We've learned through our years serving this industry the importance of
   minimizing debonding and adhesion failures. Our systems are designed with
   this in mind so that they produce accurate, uniform and repeatable blast
   profiles and coating thicknesses.

View All Solutions


PID SPEED CONTROLLED WINCH

 * Because of our background in blasting and coating, a company specializing in
   solutions for tall and difficult to access structures and systems contacted
   us about blasting and coating a very tall stack (chimney). This particular
   stack was over 350 ft tall and 6 feet in diameter. The customer’s wishes were
   that they would be able to blast and coat the inside of the stack without
   having an operator inside.
 * To accomplish this, Clemtex’s engineering team designed a PID controlled
   winch to precisely control the speed of the blasting and coating tools that
   would be suspended inside the stack. The winch was programmable to very
   precise work speed to ensure a consistent blast profile and coating
   thickness.

View All Solutions


PLURAL COMPONENT FLUID MIXING SYSTEM

 * Using a unique manufacturing process, this customer applies a plural
   component coating to a bead-type product in a tumbler. Issues with
   inconsistent mixing and coating application as well as an inefficient setup
   for operators plagued this customer before they approached Clemtex for a
   solution.
 * Our team designed a comprehensive control system to accurately and
   efficiently spray their coating. After completion of this system, the final
   product yield increased from 45% to 95%, as well as a significant reduction
   of waste from a clean up solvent, and decreased labor requirements.

View All Solutions


COMPRESSOR CONTROL SYSTEM

 * A customer with four independent compressors had issues connecting all
   compressors to the same plant air system. The lack of communication between
   compressors caused the system to be extremely inefficient and hard on the
   compressors.
 * We designed a control system to allow the compressors to communicate effetely
   as well as rotate the load as necessary to increase efficiency.

View All Solutions


FLUIDS MIXING PLANT CONTROL SYSTEM UPGRADE

 * Burdened with severely outdated control, this customer contacted us to do a
   full-plant upgrade of their control system. This chemical mixing plant
   creates various products by mixing chemicals into large blending tanks. Their
   facility contains multiple mix tanks and chemical storage tanks. The full
   system consisted of more than 100 valves and 20 pumps. The system’s I/O was
   quite extensive with valve feedback, pump control, weigh system feedback,
   level sensors, pressure transmitters and more.
 * Clemtex’s team of engineers designed, programmed and installed a new
   automated control system to the customer’s specifications. The images show
   the main control panel before and after the installation.

View All Solutions


MUD MOTOR AND PC PUMP SURFACE PREPARATION SYSTEMS

 * Our team has successfully designed and built numerous systems to blast and
   coat stators and rotors for drilling motors and artificial lifts. Our designs
   fully enclose the process areas to keep all moving parts away from blasting
   and overspray. This ensures minimal downtime and maintenance.
 * We've learned through our years serving this industry the importance of
   minimizing debonding and adhesion failures. Our systems are designed with
   this in mind so that they produce accurate, uniform and repeatable blast
   profiles and coating thicknesses.

View All Solutions


PID SPEED CONTROLLED WINCH

 * Because of our background in blasting and coating, a company specializing in
   solutions for tall and difficult to access structures and systems contacted
   us about blasting and coating a very tall stack (chimney). This particular
   stack was over 350 ft tall and 6 feet in diameter. The customer’s wishes were
   that they would be able to blast and coat the inside of the stack without
   having an operator inside.
 * To accomplish this, Clemtex’s engineering team designed a PID controlled
   winch to precisely control the speed of the blasting and coating tools that
   would be suspended inside the stack. The winch was programmable to very
   precise work speed to ensure a consistent blast profile and coating
   thickness.

View All Solutions



Send


GET IN TOUCH

Use the form to send us an email. We will get back to you as soon as possible.

 * CLEMTEX
   
   248 McCarty St
   
   Houston, TX 77029

 * (713) 672-8251

 * Go to Clemtex Corrosion Control Equipment Site

Copyright © 2018 Clemtex. All rights reserved

Get a Quote for

Customer Name

Customer Email

Phone Number

Comment

Submit



quickview placeholder
Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password


Sign In
Forgot Your Password?