www.vecnarobotics.com Open in urlscan Pro
2620:12a:8000::3  Public Scan

Submitted URL: https://email.vecnarobotics.com/e3t/Ctc/GF*113/d2jyWk04/VWzRF73wxY6fVqXWwz5PzTfhW72Qs8N5g9SXxN2L_pzT5nR32W7Y9pgv6lZ3mNW6N_27G2jX...
Effective URL: https://www.vecnarobotics.com/resources/robot-vs-wild-the-lone-wolf-dies-but-the-pack-survives/?helper___lead_source=Email%20M...
Submission: On June 11 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: WebForm3427169000000903016POST https://meeting.zoho.com/meeting/WebForm

<form action="https://meeting.zoho.com/meeting/WebForm" name="WebForm3427169000000903016" method="POST" onsubmit="javascript:document.charset=&quot;UTF-8&quot;; return checkMandatory3427169000000903016()" accept-charset="UTF-8" id="zohowebinarform">
  <input type="text" style="display:none;" name="xnQsjsdp" value="de73834a83598aa60ea01df3f7bebafb56dc3a674258dd123ce948201e434332"> <input type="hidden" name="zc_gad" id="zc_gad" value=""> <input type="text" style="display:none;" name="xmIwtLD"
    value="825a094bd9d9b4926aac870737541a93d21d5265c791527ff0c2a1e96f655b2b3df6f72190f814226ee2649ff7890aad"> <input type="text" style="display:none;" name="actionType" value="UmVnaXN0cmF0aW9ucw=="> <input type="text" style="display:none;"
    name="returnURL" value="https://meeting.zoho.com/postregister"> <input type="text" style="display:none;" name="sysId" value="3427169000000903006"> <input type="text" style="display:none;" name="sourcetrackingId" value="3427169000000903046">
  <input type="text" style="display:none;" name="isEmbedForm" value="true"><br>
  <table border="0" cellspacing="0" cellpadding="6" width="600" style="background-color:#ffffff;background-color:white;color:black">
    <tbody>
      <tr>
        <td colspan="2" align="left" style="color:black;font-family:Arial;font-size:14px;"><strong>Registration Form</strong></td>
      </tr>
      <tr>
        <td style="nowrap:nowrap;font-family:Arial;font-size:12px;text-align:NAME;width:25%">First Name<span style="color:red;">*</span></td>
        <td style="width:250px;"><input type="text" style="width:250px;" maxlength="40" name="NAME"></td>
      </tr>
      <tr>
        <td style="nowrap:nowrap;font-family:Arial;font-size:12px;text-align:REGISTRATIONCF1;width:25%">Last Name<span style="color:red;">*</span></td>
        <td style="width:250px;"><input type="text" style="width:250px;" maxlength="100" name="REGISTRATIONCF1"></td>
      </tr>
      <tr>
        <td style="nowrap:nowrap;font-family:Arial;font-size:12px;text-align:EMAIL;width:25%">Email<span style="color:red;">*</span></td>
        <td style="width:250px;"><input type="text" style="width:250px;" maxlength="251" name="EMAIL"></td>
      </tr>
      <tr>
        <td style="nowrap:nowrap;font-family:Arial;font-size:12px;text-align:REGISTRATIONCF8;width:25%">Organization<span style="color:red;">*</span></td>
        <td style="width:250px;"><input type="text" style="width:250px;" maxlength="100" name="REGISTRATIONCF8"></td>
      </tr>
      <tr>
        <td style="nowrap:nowrap;font-family:Arial;font-size:12px;text-align:REGISTRATIONCF9;width:25%">Job Title</td>
        <td style="width:250px;"><input type="text" style="width:250px;" maxlength="100" name="REGISTRATIONCF9"></td>
      </tr>
      <script type="text/javascript">
        handleRecurringDateTimeChange(document.querySelector('#recurringAllDateTime'));

        function handleRecurringDateTimeChange(el) {
          var selected = document.querySelector('#recurringAllDateTime') && document.querySelector('#recurringAllDateTime').options && document.querySelector('#recurringAllDateTime').options[el.selectedIndex];
          if (selected) {
            var entityId = selected.getAttribute('data-campaignid');
            var sysIdSel = '[name="sysId"]';
            document.querySelector(sysIdSel).value = entityId;
          }
        }
      </script>
      <tr>
        <td colspan="2" align="center"> <input style="font-size:12px;color:black" type="submit" name="save" value="Submit"> <input type="reset" name="reset" style="font-size:12px;color:black" value="Reset"></td>
      </tr>
    </tbody>
  </table>
  <script>
    var mndFileds = new Array('NAME', 'REGISTRATIONCF1', 'EMAIL', 'REGISTRATIONCF8');
    var fldLangVal = new Array('First Name', 'Last Name', 'Email', 'Organization');
    var name = '';
    var email = '';

    function reloadImg() {
      document.getElementById('imgid').src = document.getElementById('imgid').src;
    }

    function checkMandatory3427169000000903016() {
      var emailPattern = /^([^\s@<>]{1,200})@([^\s@<>]{1,300})$/;
      for (i = 0; i < mndFileds.length; i++) {
        var fieldObj = document.forms['WebForm3427169000000903016'][mndFileds[i]];
        if (fieldObj) {
          if (((fieldObj.value).replace(/^\s+|\s+$/g, '')).length == 0) {
            alert(fldLangVal[i] + ' cannot be empty.');
            fieldObj.focus();
            return false;
          } else if (fieldObj.nodeName == 'SELECT') {
            if (fieldObj.options[fieldObj.selectedIndex].value == '-None-') {
              alert(fldLangVal[i] + ' cannot be none.');
              fieldObj.focus();
              return false;
            }
          } else if (fieldObj.type == 'checkbox') {
            if (fieldObj.checked == false) {
              alert('Please accept  ' + fldLangVal[i]);
              fieldObj.focus();
              return false;
            }
          } else if (mndFileds[i] == 'EMAIL' && fieldObj.value && !(emailPattern.test(fieldObj.value))) {
            fieldObj.focus();
            return false;
          }
          if (fieldObj.type == 'text') {
            fieldObj.value = fieldObj.value.trim();
          }
          try {
            if (fieldObj.name == 'Last Name') {
              name = fieldObj.value;
            }
          } catch (e) {}
        }
      }
    }
  </script>
</form>

Text Content

Skip to content
GUARANTEED PERFORMANCE

More confidence in automation results? Sure thing.

 * For Warehousing
 * For Manufacturing
 * The Vecna System
 * Company
 * Resources

For warehousing
Automation solutions Warehousing workflows Third-party logistics Warehousing
case studies
See how Automation Solves
Labor shortages Supply chain disruptions Reshoring E-Commerce Operations
transformation
Featured

Article

The Top 10 Warehouse Automation Examples for 2023

Article

The Benefits of Warehouse Automation and How to Get Started

Article

Warehouse Automation Trends for 2023

For Manufacturing
Automation solutions Manufacturing workflows Manufacturing case studies
See how Automation Solves
Labor shortages Supply chain disruptions Reshoring E-Commerce Operations
transformation
Featured

Article

What are Automated Forklifts, and How Do They Work?

Article

Top Ten Warehouse Automation Ideas for 2023

Article

Warehouse Automation in 2024: Types, Top Trends and the Future Benefits

Why Vecna Robotics
Make your business go

Get more done with the only flexible, intelligent solution engineered for key
workflows.

Faster with Robots as a Service

Get the tech you need, when you need it and spend less with Vecna’s Robots as a
Service.

From no bot to robot

Accelerate your time to value with a 5-step journey to scale.

How it Works
Autonomous mobile robots Robotics software suite Robotics command center
Robotics autonomous navigation Speed, safety and performance Wireless
Connectivity
Measuring Value
AMR vs AGV Why OpEx vs CapEx Hidden costs of labor ROR calculator Case studies
About Vecna
About the company Our values Leadership Newsroom Articles
Learn more
Partners Careers Case studies Contact
Featured

Webinar

MythBusters 1: “Robots are too expensive.”

What's your ROR?

Return on Robotics (ROR) Calculator

Webinar

From No Bot to Robot: Material Handling Automation in 5 Easy Steps

Resources
Resource hub Webinars Case studies Newsroom Articles Portal
Topics
Robots as a Service Automation technology Key workflows Industry trends Business
value Safety Navigation Getting started
Featured

Webinar

MythBusters 1: “Robots are too expensive.”

What's your ROR?

Return on Robotics (ROR) Calculator

Webinar

From No Bot to Robot: Material Handling Automation in 5 Easy Steps

Get Started
 * For Warehousing
   
     Main Menu
   
   * For warehousing
     
     Automation solutions Warehousing workflows Third-party logistics
     Warehousing case studies
   
   * See how Automation Solves
     
     Labor shortages Supply chain disruptions Reshoring E-Commerce Operations
     transformation
 * For Manufacturing
   
     Main Menu
   
   * For Manufacturing
     
     Automation solutions Manufacturing workflows Manufacturing case studies
   
   * See how Automation Solves
     
     Labor shortages Supply chain disruptions Reshoring E-Commerce Operations
     transformation
 * The Vecna System
   
     Main Menu
   
   * Why Vecna Robotics
     
     Make your business go
     
     Get more done with the only flexible, intelligent solution engineered for
     key workflows.
     
     Faster with Robots as a Service
     
     Get the tech you need, when you need it and spend less with Vecna’s Robots
     as a Service.
     
     From no bot to robot
     
     Accelerate your time to value with a 5-step journey to scale.
   
   * How it Works
     
     Autonomous mobile robots Robotics software suite Robotics command center
     Robotics autonomous navigation Speed, safety and performance Wireless
     Connectivity
   
   * Measuring Value
     
     AMR vs AGV Why OpEx vs CapEx Hidden costs of labor ROR calculator Case
     studies
 * Company
   
     Main Menu
   
   * About Vecna
     
     About the company Our values Leadership Newsroom Articles
   
   * Learn more
     
     Partners Careers Case studies Contact
 * Resources
   
     Main Menu
   
   * Resources
     
     Resource hub Webinars Case studies Newsroom Articles Portal
   
   * Topics
     
     Robots as a Service Automation technology Key workflows Industry trends
     Business value Safety Navigation Getting started

Get Started
Go to Portal
Back to Resource Hub

WEBINAR


ROBOT VS. WILD: THE LONE WOLF DIES BUT THE PACK SURVIVES

Episode 4

Join Vecna Robotics’ CMO Josh Kivenko for the latest installment of Robot vs.
Wild when he dives deeper into how to properly scale a material handling
automation program within a single facility and across a network of warehouses
and distribution centers.

This month, Josh is joined by Vecna Robotics CTO, Zac Dydek, who will discuss
how the combined strength of a well-coordinated pack of robots can deliver
outsized returns through: regular software updates; workflow optimizations and
throughput improvements from the data they generate; orchestration software that
can unlock massive gains by intelligently allocating tasks, routes, and work
schedules for optimal performance. Zac will also get into why Vecna AMRs are
better designed to survive and thrive in the wild as a pack vs. traditional
AGVs.

Register today to be apart of this informative session!

REGISTER TODAY




Registration Form First Name*Last Name*Email*Organization*Job Title


RELATED ARTICLES

AUTOMATION TECHNOLOGY JUN 5, 2024

WELCOME BACK!



AUTOMATION TECHNOLOGY MAY 1, 2024

ROBOT VS. WILD: ROBOT SAFETY IS A SURVIVAL SKILL



AUTOMATION TECHNOLOGY APR 8, 2024

ROBOT VS. WILD: THE WAREHOUSE AS A LIVING ORGANISM



AUTOMATION TECHNOLOGY MAR 26, 2024

3PL ROADSHOW - CHICAGO



Vecna Robotics is an award-winning flexible, intelligent material handling
automation company with solutions engineered to make businesses go.



Most Innovative Companies, 2021

Great Supply Chain Partner, 2022

5.0 | ★★★★★

SOLUTIONS

 * Warehousing Automation
 * Manufacturing Automation
 * Case Studies

THE VECNA SYSTEM

 * Why Vecna Robotics
 * Robots as a Service
 * Pivotal™ Software Suite
 * 24/7/365 Command Center
 * Our Robot Fleet
 * Customer Journey

COMPANY

 * About
 * Partners
 * Resources
 * News & Press
 * Careers
 * Portal Login

MAIN OFFICE

(617) 444-9263
425 Waverley Oaks Road
Waltham, MA 02452

TECHNICAL SUPPORT

(857) 990-1085

SALES

(617) 444-9264 ext.2

PRESS INQUIRIES

(610) 986-5016

Copyright © 2024 Vecna Robotics™. All rights reserved.
 * Privacy Policy
 * Partner Portal