store.indusuite.com Open in urlscan Pro
63.141.128.16  Public Scan

URL: https://store.indusuite.com/weldcloud-notes/
Submission: On August 29 via manual from IN — Scanned from DE

Form analysis 4 forms found in the DOM

POST

<form action="" method="post" id="registerTrialForm">
  <div class="form_section">
    <div class="fieldContainer">
      <label for="firstName">First Name<span>*</span></label>
      <input type="text" class="form_fields" id="firstName" name="firstName" onkeypress="return /[0-9a-zA-Z. ]/i.test(event.key)">
    </div>
    <div class="fieldContainer">
      <label for="lastName">Last Name<span>*</span></label>
      <input type="text" class="form_fields" id="lastName" name="lastName" onkeypress="return /[0-9a-zA-Z. ]/i.test(event.key)">
    </div>
    <div class="fieldContainer">
      <label for="companyName">Company Name<span>*</span></label>
      <input type="text" class="form_fields" id="companyName" name="companyName">
    </div>
    <div class="fieldContainer">
      <label for="emailText">Email<span>*</span></label>
      <input type="text" class="form_fields" id="emailText" name="emailText">
    </div>
    <div class="fieldContainer">
      <label for="countriesList">Country <span>*</span></label>
      <select id="countriesList" class="form_fields">
        <option value="0" label="Select a country " selected="selected" disabled=""> Select a country </option>
        <option value="AT">Austria</option>
        <option value="BE">Belgium</option>
        <option value="BG">Bulgaria</option>
        <option value="CA">Canada</option>
        <option value="HR">Croatia</option>
        <option value="CY">Cyprus</option>
        <option value="CZ">Czech Republic</option>
        <option value="DK">Denmark</option>
        <option value="EE">Estonia</option>
        <option value="FI">Finland</option>
        <option value="FR">France</option>
        <option value="DE">Germany</option>
        <option value="GR">Greece</option>
        <option value="HU">Hungary</option>
        <option value="IE">Ireland</option>
        <option value="IT">Italy</option>
        <option value="LV">Latvia</option>
        <option value="LT">Lithuania</option>
        <option value="LU">Luxembourg</option>
        <option value="MT">Malta</option>
        <option value="MX">Mexico</option>
        <option value="MC">Monaco</option>
        <option value="NL">Netherlands</option>
        <option value="NO">Norway</option>
        <option value="PL">Poland</option>
        <option value="PT">Portugal</option>
        <option value="RO">Romania</option>
        <option value="SK">Slovakia</option>
        <option value="SI">Slovenia</option>
        <option value="ES">Spain</option>
        <option value="SE">Sweden</option>
        <option value="CH">Switzerland</option>
        <option value="GB">United Kingdom</option>
        <option value="US">United States</option>
      </select>
    </div>
  </div>
  <div class="btn_section">
    <button type="button" class="btn register-submit"> Register </button>
  </div>
</form>

<form class="form" data-url="/search.php" data-quick-search-form="">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search" autocomplete="off">
      <button type="submit">
        <svg>
          <use xlink:href="#icon-icon-search"></use>
        </svg>
      </button>
    </div>
  </fieldset>
</form>

POST /postreview.php

<form class="form writeReview-form" action="/postreview.php" method="post">
  <fieldset class="form-fieldset">
    <div class="form-field form-field--select">
      <label class="form-label" for="rating-rate">Rating <small>Required</small>
      </label>
      <!-- Stars -->
      <!-- TODO: Review Stars need to be componentised, both for display and input -->
      <select id="rating-rate" class="form-select" name="revrating" data-input="" aria-required="true" tabindex="0" aria-hidden="false">
        <option value="">Select Rating</option>
        <option value="1">1 star (worst)</option>
        <option value="2">2 stars</option>
        <option value="3">3 stars (average)</option>
        <option value="4">4 stars</option>
        <option value="5">5 stars (best)</option>
      </select>
    </div>
    <!-- Name -->
    <div class="form-field form-field--input form-field--inputText" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name<small>Required</small></label>
      <input type="text" name="revfromname" id="revfromname_input" class="form-input" data-label="Name" data-input="" aria-required="true">
    </div>
    <!-- Review Subject -->
    <div class="form-field form-field--input form-field--inputText" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject<small>Required</small></label>
      <input type="text" name="revtitle" id="revtitle_input" class="form-input" data-label="Review Subject" data-input="" aria-required="true">
    </div>
    <!-- Comments -->
    <div class="form-field form-field--textarea" id="revtext" data-validation="">
      <label class="form-label" for="revtext_input">Comments <small>Required</small>
      </label>
      <textarea name="revtext" id="revtext_input" data-label="Comments" rows="" aria-required="true" data-input="" class="form-input">
    </textarea>
    </div>
    <div class="form-field form-field--submit">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="115">
    <input type="hidden" name="action" value="post_review">
  </fieldset>
</form>

POST /postreview.php

<form class="form writeReview-form" action="/postreview.php" method="post">
  <fieldset class="form-fieldset">
    <div class="form-field form-field--select">
      <label class="form-label" for="rating-rate">Rating <small>Required</small>
      </label>
      <!-- Stars -->
      <!-- TODO: Review Stars need to be componentised, both for display and input -->
      <select id="rating-rate" class="form-select select2-hidden-accessible" name="revrating" data-input="" aria-required="true" data-select2-id="select2-data-rating-rate" tabindex="-1" aria-hidden="true">
        <option value="" data-select2-id="select2-data-9-5ipz">Select Rating</option>
        <option value="1">1 star (worst)</option>
        <option value="2">2 stars</option>
        <option value="3">3 stars (average)</option>
        <option value="4">4 stars</option>
        <option value="5">5 stars (best)</option>
      </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="select2-data-8-g4mt" style="width: auto;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
            aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-rating-rate-container" aria-controls="select2-rating-rate-container"><span class="select2-selection__rendered"
              id="select2-rating-rate-container" role="textbox" aria-readonly="true" title="Select Rating">Select Rating</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span
          class="dropdown-wrapper" aria-hidden="true"></span></span>
    </div>
    <!-- Name -->
    <div class="form-field form-field--input form-field--inputText" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name<small>Required</small></label>
      <input type="text" name="revfromname" id="revfromname_input" class="form-input" data-label="Name" data-input="" aria-required="true">
    </div>
    <!-- Review Subject -->
    <div class="form-field form-field--input form-field--inputText" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject<small>Required</small></label>
      <input type="text" name="revtitle" id="revtitle_input" class="form-input" data-label="Review Subject" data-input="" aria-required="true">
    </div>
    <!-- Comments -->
    <div class="form-field form-field--textarea" id="revtext" data-validation="">
      <label class="form-label" for="revtext_input">Comments <small>Required</small>
      </label>
      <textarea name="revtext" id="revtext_input" data-label="Comments" rows="" aria-required="true" data-input="" class="form-input">
    </textarea>
    </div>
    <div class="form-field form-field--submit">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="115">
    <input type="hidden" name="action" value="post_review">
  </fieldset>
</form>

Text Content

REGISTER FOR FREE TRIAL

Please provide some details about you so that we can setup your trial account in
WeldCloud.

You have already subscribed to the Trail Product.

We are unable to register the customer. Please try again later.

First Name*
Last Name*
Company Name*
Email*
Country * Select a country AustriaBelgiumBulgariaCanadaCroatiaCyprusCzech
RepublicDenmarkEstoniaFinlandFranceGermanyGreeceHungaryIrelandItalyLatviaLithuaniaLuxembourgMaltaMexicoMonacoNetherlandsNorwayPolandPortugalRomaniaSlovakiaSloveniaSpainSwedenSwitzerlandUnited
KingdomUnited States
Register

THANK YOU FOR REGISTERING!

We're creating your account now and an email will be sent to you to finalize the
process and get you started with your trial.


Skip to main content
Toggle menu

0
 * About
 * InduSuite Fabrication Software Solutions
   All indusuite fabrication software solutions Software Hardware
 * Success stories
 * Learn

 * About
 * 
   InduSuite Fabrication Software Solutions
   All indusuite fabrication software solutions Software Hardware
 * Success stories
 * Learn

   
 * USD
    * USD
    * EUR

EN
 * FR
 * DE
 * IT
 * ES
 * PT
 * ZH

 * 
 * 
 * 
    * USD
      * USD
      * EUR

 * Go to apps
 * Sign in
   0
   

Search






 1. Home
 2. InduSuite Fabrication Software Solutions
 3. WeldCloud Notes

Reduce welding administrative work and mitigate plant downtime with Notes
“WeldCloud Notes gave us an overall reduction in admin cost, helped reduce
production downtime due to rework of improperly documented welds, and gives
better project and sub-contractor control.”
Welding Manager, Braskem
View all testimonials Write a Review


WRITE A REVIEW

WELDCLOUD NOTES

Rating Required Select Rating 1 star (worst) 2 stars 3 stars (average) 4 stars 5
stars (best)
NameRequired
Review SubjectRequired
Comments Required




WELDCLOUD NOTES

Gain superior control over PQRs (Procedure Qualification Records), WPSs (Welding
Procedure Specifications), and WPQs (Welder Performance Qualifications) with
welding management software that saves you time.

Schedule a demo
 * Facebook
 * Email
 * Print
 * Twitter
 * Linkedin

Reduce welding administrative work and mitigate plant downtime with Notes
“WeldCloud Notes gave us an overall reduction in admin cost, helped reduce
production downtime due to rework of improperly documented welds, and gives
better project and sub-contractor control.”
Welding Manager, Braskem
View all testimonials Write a Review


WRITE A REVIEW

WELDCLOUD NOTES

Rating Required Select Rating 1 star (worst) 2 stars 3 stars (average) 4 stars 5
stars (best) Select Rating
NameRequired
Review SubjectRequired
Comments Required






LEAVE YOUR WELDING
DOCUMENTS TO US

And improve your welding engineer’s productivity from the very first use. The
Notes app takes the documentation of welding management off your plate, so you
can spend your time doing more for your shop.

 * Write WPS’ based on your company’s qualified PQRs
 * Keep track of your welder qualifications and expiration dates
 * Document all welds completed with full traceability
 * Overview your production records from a dashboard and output them into a
   single PDF document automatically




PRODUCT HIGHLIGHTS

EFFICIENT PQR/WPS MANAGEMENT

Manage PQR and WPS documents for quality and compliance in one place.



POWERFUL SEARCH

Efficiently review all your PQR, WPS, and WPQ information at once with easy
search feature.



WELDERS AND WPQS ALWAYS QUALIFIED

Never miss an expiration date or waste your time and money on welder
qualifications.



SUPPORTS MOST REGULATORY STANDARDS

Code-checking and full support for ASME IX, AWS D1.1, AWS B2.1, AWS D14.3, ISO
15613, ISO 15614-1 and ISO 9606-1



SUPPORT ALL SIZES OF OPERATIONS

Role-based permissions and support for any size operation


MORE DETAILS

Write WPSs based on your company’s qualified PQRs

With Notes, you can be sure that all your WPSs are written fully compliant with
the PQRs based on your work’s applicable welding standard. The app also provides
alerts when any essential variable is above or below the approval ranges.

In addition to writing your WPSs, Notes app also allows you to illustrate them.
Easily create groove designs and weld layer configurations for your WPSs with
the weld sketch designing tool that’s embedded into Notes – no external software
required.



Document all welds completed with full traceability

Maintain a full weld traceability log of your projects. Notes allows you to
introduce all the details from a weld, including base metals, filler metals,
welders, and more. It’s simple to upload and link any file to a specific weld on
a project, keeping all your internal or external documents in one place for
reference later.

Easily overview your production records, and easily export them

Monitoring all your production records from one dashboard is streamlined with
Notes. Look to its dashboard to see if there are any bottlenecks or excess of
repairs in your facility – and then put all your welding documents and details
into one PDF report that can act as final project documentation or a progress
update.



Track your welder qualifications and expiration dates

Simply upload your welders and their qualifications into Notes for easy
searching and management. Notes will even send you in-app and email reminders
before a welder’s qualifications expire, allowing you to attach NDT
(non-destructive test) reports for evidence of their renewal. It’s never been
easier to track your welders and their qualifications.

2 REVIEWS HIDE REVIEWS SHOW REVIEWS

Previous
5

SIMPLE USE OF NOTES WITH INSTANT RESPONSE TO ALL QUESTIONS

"We have a lot of plans for the future and look forward to working more with
ESAB. I rate the service we receive from ESAB as a 10 out of 10. The response to
any comments or questions we have is almost immediate – we often wonder if they
even sleep!"

Dave Landon, Manager of Welding Engineering, Vermeer

5

REDUCE WELDING ADMINISTRATIVE WORK AND MITIGATE PLANT DOWNTIME WITH NOTES

"WeldCloud Notes gave us an overall reduction in admin cost, helped reduce
production downtime due to rework of improperly documented welds, and gives
better project and sub-contractor control."

Welding Manager, Braskem

5

SIMPLE USE OF NOTES WITH INSTANT RESPONSE TO ALL QUESTIONS

"We have a lot of plans for the future and look forward to working more with
ESAB. I rate the service we receive from ESAB as a 10 out of 10. The response to
any comments or questions we have is almost immediate – we often wonder if they
even sleep!"

Dave Landon, Manager of Welding Engineering, Vermeer

5

REDUCE WELDING ADMINISTRATIVE WORK AND MITIGATE PLANT DOWNTIME WITH NOTES

"WeldCloud Notes gave us an overall reduction in admin cost, helped reduce
production downtime due to rework of improperly documented welds, and gives
better project and sub-contractor control."

Welding Manager, Braskem

5

SIMPLE USE OF NOTES WITH INSTANT RESPONSE TO ALL QUESTIONS

"We have a lot of plans for the future and look forward to working more with
ESAB. I rate the service we receive from ESAB as a 10 out of 10. The response to
any comments or questions we have is almost immediate – we often wonder if they
even sleep!"

Dave Landon, Manager of Welding Engineering, Vermeer

Next
 * 1
 * 2


DOCUMENTS & REQUIREMENTS

WeldCloud Notes fact sheet
Welding Standards supported ASME IX, AWS D1.1, AWS D14.3, AWS B2.1, ISO 15611,
ISO 15613, ISO 15614-1, ISO 9606-1 Device for accessing application Any device
with internet access, an up-to-date web browser and preferably at least 8-inch
screen size.


CUSTOMERS ALSO VIEWED

Previous


COLUMBUS CAD/CAM CUTTING AUTOMATION AND OPTIMIZATION SOFTWARE

Best-in-class CAD/CAM software for cutting machines featuring beveling,
automatic nesting, cut optimization, and seamless ERP integration.




OCTOPUZ OFFLINE ROBOTIC PROGRAMMING (OLRP)

Reduce your industrial robot's production downtime and maximize its ROI by
programming your next job in a virtual, offline environment




CUTCLOUD CUTTING AUTOMATION SOFTWARE

Record, analyze, and control your automated cutting performance with real-time
data through the cloud.




EASYNEST ONLINE: WEB-BASED NESTING FOR CUTTING MACHINES

EasyNest Online is a web-based nesting system to easily program standard cutting
machines. Use the full potential of your machine without being a process expert.




WELDCLOUD PRODUCTIVITY

Start analyzing and improving your welding productivity, tracking consumption,
and tracing all your welding down to each weld session.




WELDCLOUD FLEET MANAGEMENT

Manage your entire fleet from any location with cloud-based job control, service
logs, and performance insight.




COLUMBUS CAD/CAM CUTTING AUTOMATION AND OPTIMIZATION SOFTWARE

Best-in-class CAD/CAM software for cutting machines featuring beveling,
automatic nesting, cut optimization, and seamless ERP integration.




OCTOPUZ OFFLINE ROBOTIC PROGRAMMING (OLRP)

Reduce your industrial robot's production downtime and maximize its ROI by
programming your next job in a virtual, offline environment




CUTCLOUD CUTTING AUTOMATION SOFTWARE

Record, analyze, and control your automated cutting performance with real-time
data through the cloud.




EASYNEST ONLINE: WEB-BASED NESTING FOR CUTTING MACHINES

EasyNest Online is a web-based nesting system to easily program standard cutting
machines. Use the full potential of your machine without being a process expert.




WELDCLOUD PRODUCTIVITY

Start analyzing and improving your welding productivity, tracking consumption,
and tracing all your welding down to each weld session.




WELDCLOUD FLEET MANAGEMENT

Manage your entire fleet from any location with cloud-based job control, service
logs, and performance insight.




COLUMBUS CAD/CAM CUTTING AUTOMATION AND OPTIMIZATION SOFTWARE

Best-in-class CAD/CAM software for cutting machines featuring beveling,
automatic nesting, cut optimization, and seamless ERP integration.




OCTOPUZ OFFLINE ROBOTIC PROGRAMMING (OLRP)

Reduce your industrial robot's production downtime and maximize its ROI by
programming your next job in a virtual, offline environment




CUTCLOUD CUTTING AUTOMATION SOFTWARE

Record, analyze, and control your automated cutting performance with real-time
data through the cloud.




EASYNEST ONLINE: WEB-BASED NESTING FOR CUTTING MACHINES

EasyNest Online is a web-based nesting system to easily program standard cutting
machines. Use the full potential of your machine without being a process expert.


Next

OK



READY TO TAKE TOTAL CONTROL OF YOUR
ENTIRE FABRICATION WORKFLOW?

Request a demo today


FOOTER START

 * About
 * Contact us
 * Products
   
 * Success stories
 * Learn
   

Are you an equipment manufacturer or software company who is looking to partner
with InduSuite? We’d love to chat with you!

 * Partner with us

 * ©2023 InduSuite Store. All rights reserved.
 * Privacy policy
 * Website terms of use
 * Terms & conditions

 * 
 * 




0 ITEM(S) ADDED TO YOUR CART

Close
Your Cart is empty


SOFTWARE


HARDWARE

Sign in for pricing





By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts.

Cookies Settings Reject All Accept All Cookies



PRIVACY PREFERENCE CENTER




 * YOUR PRIVACY


 * STRICTLY NECESSARY COOKIES


 * PERFORMANCE COOKIES


 * FUNCTIONAL COOKIES


 * TARGETING COOKIES

YOUR PRIVACY

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

Cookies Details‎

PERFORMANCE COOKIES

Performance Cookies


These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies


These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies


These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Cookies Details‎
Back Button


BACK

Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * View Third Party Cookies
    * Name
      cookie name


Clear
checkbox label label
Apply Cancel
Confirm My Choices
Reject All Allow All