Foundations of Manufacturing

Foundations of Manufacturing

Career Skills for Tomorrow’s Workforce Training solution for high schools and post-secondary institutions looking provide job ready skills for tomorrows essential careers. This course enables any learner to acquire the foundation skills necessary for lifelong success in the field of Industry 4.0 and Advanced Manufacturing.

Read More »
Automation

PLC TECHNOLOGY TRAINING

Programmable Logic Controller courseware gives students a solid grasp of industrial PLCs, ladder logic programming, inputs and output devices and electrical control. PLC hardware is integrated with PLC software that lets students observe and understand the control logic behind the operation of industrial PLCs. PLC Automation is a cornerstone of Industry 4.0 and advanced manufacturing

Read More »
CIM/FMS

MotoMan GP8 Cart

Custom designed for educational, the mobile cart includes all the components to set up an industrial robotic classroom and can be packed, moved and stored easily when not in use. The fenceless design and speed limiting of the robotic arm ensure a safe working environment for students to learn in.

Read More »
Contact Me
?
Enter the Captcha

test

html,body{ margin: 0px; } #crmWebToEntityForm.zcwf_lblLeft { width:100%; padding: 0px 25px 25px 25px; margin: 0 auto; box-sizing: border-box; } #crmWebToEntityForm.zcwf_lblLeft * { box-sizing: border-box; } #crmWebToEntityForm{text-align: left;} #crmWebToEntityForm * { direction: ltr; } .zcwf_lblLeft .zcwf_title { word-wrap: break-word; padding: 0px 6px 10px; font-weight: bold; } .zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea { width: 100%; border: 1px solid #ccc !important; resize: vertical; border-radius: 2px; float: left; } .zcwf_lblLeft .zcwf_col_lab { width: 30%; word-break: break-word; padding: 0px 6px 0px; margin-right: 10px; margin-top: 15px; float: left; min-height: 1px; } .zcwf_lblLeft .zcwf_col_fld { float: left; width: 58%; padding: 0px 6px 0px; position: relative; margin-top: 5px; } .zcwf_lblLeft .zcwf_privacy{padding: 6px;} .zcwf_lblLeft .wfrm_fld_dpNn{display: none;} .dIB{display: inline-block;} .zcwf_lblLeft .zcwf_col_fld_slt { width: 60%; border: 1px solid #ccc; background: #fff; border-radius: 4px; font-size: 12px; float: left; resize: vertical; } .zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after { content: ""; display: table; clear: both; } .zcwf_lblLeft { float: left; margin-left: 7px; font-size: 12px; max-width: 35%; word-break: break-word; } .zcwf_col_help { float: left; margin-left: 7px; font-size: 12px; max-width: 35%; word-break: break-word; } .zcwf_lblLeft .zcwf_help_icon { cursor: pointer; width: 16px; height: 16px; display: inline-block; background: #fff; border: 1px solid #ccc; color: #ccc; text-align: center; font-size: 11px; line-height: 16px; font-weight: bold; border-radius: 50%; } .zcwf_lblLeft .zcwf_row {margin: 0px 0px 3px 0px;} .zcwf_lblLeft .formsubmit { margin-right: 5px; cursor: pointer; color: #333; font-size: 12px; } .zcwf_lblLeft .zcwf_privacy_txt { color: rgb(0, 0, 0); font-size: 12px; font-family: Arial; display: inline-block; vertical-align: top; color: #333; padding-top: 2px; margin-left: 6px; } .zcwf_lblLeft .zcwf_button { font-size: 12px; color: #333; border: 1px solid #ccc; padding: 3px 9px; border-radius: 4px; cursor: pointer; max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .zcwf_lblLeft .zcwf_tooltip_over{ position: relative; } .zcwf_lblLeft .zcwf_tooltip_ctn{ position: absolute; background: #dedede; padding: 3px 6px; top: 3px; border-radius: 4px;word-break: break-all; min-width: 50px; max-width: 150px; color: #333; } .zcwf_lblLeft .zcwf_ckbox{ float: left; } .zcwf_lblLeft .zcwf_file{ width: 55%; box-sizing: border-box; float: left; } .clearB:after{ content:""; display: block; clear: both; } @media all and (max-width: 600px) { .zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld { width: auto; float: none !important; } .zcwf_lblLeft .zcwf_col_help {width: 40%;} } form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select { min-height: 30px; padding: 2px 12px; } form textarea { min-height: 90px; padding: 2px 12px; } input [type="submit"], input[type="reset"] { background-color: #211f40; color: #fff !important; }
-None- Cold Call Cold email (info) Website Email Campaign Online Partner Seminar / Event Tradeshow Find a Dealer Website Popup
Enter the Captcha
/* Do not remove this code. */ function reloadImg3715809000008934001() { var captcha = document.getElementById("imgid3715809000008934001"); if(captcha.src.indexOf("&d") !== -1 ) { captcha.src = captcha.src.substring(0, captcha.src.indexOf("&d"))+"&d"+new Date().getTime(); }else{ captcha.src = captcha.src+"&d"+new Date().getTime(); } } function validateEmail3715809000008934001() { var form = document.forms["WebToLeads3715809000008934001"]; var emailFld = form.querySelectorAll("[ftype=email]"); var i; for (i = 0; i < emailFld.length; i++) { var emailVal = emailFld[i].value; if((emailVal.replace(/^\s+|\s+$/g, "")).length!=0 ) { var atpos=emailVal.indexOf("@"); var dotpos=emailVal.lastIndexOf("."); if (atpos<1 || dotpos=emailVal.length) { alert("Please enter a valid email address. "); emailFld[i].focus(); return false; } } } return true; } function checkMandatory3715809000008934001() { var mndFileds = new Array("First Name","Last Name","Email","Country"); var fldLangVal = new Array("First\x20Name","Last\x20Name","Email","Country"); for(i=0;i<mndFileds.length;i++) { var fieldObj=document.forms["WebToLeads3715809000008934001"][mndFileds[i]]; if(fieldObj) { if (((fieldObj.value).replace(/^\s+|\s+$/g, "")).length==0) { if(fieldObj.type =="file") { alert("Please select a file to upload."); fieldObj.focus(); return false; } 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; } } try { if(fieldObj.name == "Last Name") { name = fieldObj.value; } } catch (e) {} } } trackVisitor(); if(!validateEmail3715809000008934001()){return false;} document.querySelector(".crmWebToEntityForm .formsubmit").setAttribute("disabled", true); } function tooltipShow3715809000008934001(el){ var tooltip = el.nextElementSibling; var tooltipDisplay = tooltip.style.display; if(tooltipDisplay == "none"){ var allTooltip = document.getElementsByClassName("zcwf_tooltip_over"); for(i=0; i<allTooltip.length; i++){ allTooltip[i].style.display="none"; } tooltip.style.display = "block"; }else{ tooltip.style.display="none"; } } var $zoho= $zoho || {};$zoho.salesiq = $zoho.salesiq || {widgetcode:"8ded1040a00777ca87f0c8be4f89e588cd0809392564e0cb16463ab5a481cb1f", values:{},ready:function(){$zoho.salesiq.floatbutton.visible("hide");}};var d=document;s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zoho.com/widget";t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);function trackVisitor(){try{if($zoho){var LDTuvidObj = document.forms["WebToLeads3715809000008934001"]["LDTuvid"];if(LDTuvidObj){LDTuvidObj.value = $zoho.salesiq.visitor.uniqueid();}var firstnameObj = document.forms["WebToLeads3715809000008934001"]["First Name"];if(firstnameObj){name = firstnameObj.value +" "+name;}$zoho.salesiq.visitor.name(name);var emailObj = document.forms["WebToLeads3715809000008934001"]["Email"];if(emailObj){email = emailObj.value;$zoho.salesiq.visitor.email(email);}}} catch(e){}}

We are happy to help you with any education needs or queries. Leave your details here and we will reach out to you as soon as possible?

Sales Inquiry From Website Popup
Intelitek Sales & Service

18 Tsienetto Rd, Derry NH
p 603.413.2600

info@intelitek.com

Serving OH, MI, NY & NJ

IST
150 Industrial Drive
Lexington, OH 44904
Toll-free: 844.447.8644
email: info@istus.com

Serving CT, MA, ME, NH, RI, VT

Technology Education Concepts, Inc.
32 Commercial St.,
Concord, NH 03301
p 800-338-2238 Ext. 301 | f 603-225-7766

Serving AK, ID, MT, OR, WA

Northwest Technical Products
4928 SW Lake Flora Road
Port Orchard, WA 98367
Toll-free: 800.258.8893
p 360.874.1822 | f 360.876.1871

Serving Iowa, Nebraska &
South Dakota

Mid-West 3D Solutions
1018 – 8th Street, PMB 22
Boone, IA 50036
p 888.509.0690 | f 515.598.5129

110 Locust
Panama, NE 68419
p 888.509.0690 | f 402.788.2802

Serving Texas & Oklahoma
Lab Resources, Inc
27905 Commercial Park Rd.
Suite 430
Tomball, Texas 77375
p 888.963.2200/281.516.2200
f 281.516.2202
Serving New York & New Jersey

Joe Zahra Associates
91 Blake Avenue
Bohemia, NY 11716
p 516-695-0392

Serving Illinois, Indiana & Pennsylvania

JBH Technologies
P.O. Box 2218
Glenview, IL 60025-2218
p 800.455.9310 | f 847.729.1755

Serving Colorado, Utah, Wyoming

High Country Technology Consultants
P.O. Box 336222
Greeley, CO 80633
Toll-free: 866.303.5582
p 970.351.0005 | f 970.351.0006

Serving North Dakota, Minnesota, Wisconsin

First Technologies, Inc.
Brookfield, Wisconsin
Toll-free: 800.787.9717
email: info@firsteched.com 

Serving VirginiA, West Virginia, Maryland, & DElaware

Diversified Education Systems 
205 E. Washington Street
Middleburg, VA 20118
Toll-free 800.409.8641
p 540.687.7063
info@des.com

Serving Kansas & Missouri

DEPCO Enterprises, LLC
264 N. Industrial Drive
Frontenac, Kansas 66763
p 800.767.1062

Serving Arizona & New Mexico

Aztech Educational Resources LLC
17611 N. Foothills Drive
Sun City, AZ 85373
p 623.815.1394 | f 623.815.1454

alpha-tech-logo-v2 (1)
Serving Canada

Alpha Educational & Technological Solutions Inc.
Unit B3, 1410 Parkway Blvd., Dep 19
Coquitlam, BC, Canada, V3E 3J7
p 604.782.4568 | f 604.942.4419
email:  info@alpha-ts.ca

Contact an International Dealer

To contact a local dealer in other countries please leave your details and we will have someone reach out to you as soon as possible:

Serving MISSISSIPPI, Arkansas & Louisiana

Magee Enterprises, Inc.
105 Millcreek Corners
Brandon, MS 39047
Toll-free: 800.613.1085
p 601.992.0741 | f 601.992.2162

Serving CAlifornia, Hawaii & Nevada

Paton Group
787 W. Woodbury Rd., #10
Altadena, CA 91001
p 800.826.0570 | f 626.791.1476

Serving AL, GA, KY, NS, SC, TN

Learning Labs, Inc.
P.O. Box 1419
Calhoun, GA 30703
Toll-free: 800.334.4943
p 706-629-4624 | f 706.629.6761

Serving Florida

Technical Training Aids
2076 Valleydale Terrace
Birmingham, AL 35244

800-851-3987
Sales@ttaweb.com

October 6
Celebrating

Leaders in CTE Training for MFG

We are happy to help you with any education needs or queries.

Leave your details here and one of our team or our local partner will reach out to you as soon as possible to discuss your needs.